COLOR #C4CEB0

HEX: #C4CEB0 RGB: (196,206,176)

Color info

#C4CEB0 contains red, green and blue colors in about the same proportion. Web safe color of #C4CEB0 is #CCCC99 (or #CC9).

RGB color model

#C4CEB0 color RGB value is (196,206,176).

RGB: (196,206,176) (77%, 81%, 69%)

RGB channels and saturation

R 196 of 255 = 77%
G 206 of 255 = 81%
B 176 of 255 = 69%

196
206
176

R + G + B ~ 76%. #C4CEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 206 + 176 = 578 (100%)
R 196 of 578 ~ 33.91%
G 206 of 578 ~ 35.64%
B 176 of 578 ~ 30.45'%

%33.91
%35.64
%30.45

CMYK color model

#C4CEB0 color CMYK value is (5,0,15,19).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 19.22%
CMYK: (5,0,15,19) C5M0Y15K19 (5%,0%,15%,19%) (0.05/0.00/0.15/0.19) 

CMYK percentages

%4.85
%0
%14.56
%19.22

Codes

Color #C4CEB0 in popluar color models

C4 CE B0
RGB 196 206 176
HSL 80° 23.44% 74.90%
HSB/HSV 80° 14.56% 80.78%
CMYK 4.85% 0.00% 14.56%
19.22%

Color #C4CEB0 in popluar number systems.

HEX C4 CE B0
Decimal 196 206 176
Binary 11000100 11001110 10110000
Octal 304 316 260

Shades and tints

Shades of #C4CEB0

#C4CEB0
(196,206,176)
#B3BCA0
(179,188,160)
#A2AA90
(162,170,144)
#919880
(145,152,128)
#808670
(128,134,112)
#6F7460
(111,116,96)
#5E6250
(94,98,80)
#4D5040
(77,80,64)
#3C3E30
(60,62,48)
#2B2C20
(43,44,32)
#1A1A10
(26,26,16)
#000000
(0,0,0)

Tints of #C4CEB0

#C4CEB0
(196,206,176)
#C9D2B7
(201,210,183)
#CED6BE
(206,214,190)
#D3DAC5
(211,218,197)
#D8DECC
(216,222,204)
#DDE2D3
(221,226,211)
#E2E6DA
(226,230,218)
#E7EAE1
(231,234,225)
#ECEEE8
(236,238,232)
#F1F2EF
(241,242,239)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CEB0 color. Also use rgb(196,206,176) instead hex code.

Text Font Color

.myTextColor { color: #C4CEB0; }

<p style="color:#C4CEB0">This sample text font color is #C4CEB0.</p>

This text font color is #C4CEB0.

Background Color

.myBgColor { background-color: #C4CEB0; }

<div style="background-color:#C4CEB0">Inner text</div>

This div background color is #C4CEB0.

Border color

.myBorderColor { border: 1px solid #C4CEB0; }

<div style="border:3px solid #C4CEB0">Div</div>

This div border color is #C4CEB0.

Opacity

.myOpacity80 { color: #C4CEB0; opacity: 0.8; }

<p style="color:#C4CEB0;opacity:0.8;">80%</p>

Text with #C4CEB0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C4CEB0;}

<p style="text-shadow: 3px 3px 1px #C4CEB0">Text here.</p>

This text has shadow with #C4CEB0 color.


.textShadow {text-shadow: 3px 3px 1px #C4CEB0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C4CEB0, 5px 5px 20px red">Text here.</p>

This text has shadow with #C4CEB0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4CEB0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C4CEB0, Direction=45, Strength=4)">Text</p>

This text has shadow with #C4CEB0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4CEB0;
-webkit-box-shadow: 1px 1px 3px 2px #C4CEB0;
box-shadow: 1px 1px 3px 2px #C4CEB0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4CEB0; -webkit-box-shadow: 1px 1px 3px 2px #C4CEB0; box-shadow:1px 1px 3px 2px #C4CEB0;">
Div content here
</div>

This div box has shadow with color #C4CEB0.

Preview

Color preview on black background

This text has color #C4CEB0 on black background.


Color preview on white background

This text has color #C4CEB0 on white background.


Black color preview on #C4CEB0 background

This text has black color on #C4CEB0 background.


White color preview on #C4CEB0 background

This text has white color on #C4CEB0 background.


Related colors

Complementary color

Complementary color for #hex is #3B314F.


I love getcolorcode.com

Triadic colors

1 #B0C4CE and #CEB0C4 with #C4CEB0 are triadic colors.

2 #B0CEC4 and #CEC4B0 with #C4CEB0 are triadic colors.