COLOR #C8CEB0

HEX: #C8CEB0 RGB: (200,206,176)

Color info

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

RGB color model

#C8CEB0 color RGB value is (200,206,176).

RGB: (200,206,176) (78%, 81%, 69%)

RGB channels and saturation

R 200 of 255 = 78%
G 206 of 255 = 81%
B 176 of 255 = 69%

200
206
176

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

Portions of RGB colors in percentages

R + G + B = 200 + 206 + 176 = 582 (100%)
R 200 of 582 ~ 34.36%
G 206 of 582 ~ 35.4%
B 176 of 582 ~ 30.24'%

%34.36
%35.4
%30.24

CMYK color model

#C8CEB0 color CMYK value is (3,0,15,19).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 19.22%

CMYK: (3,0,15,19)
C3M0Y15K19 (3%, 0%, 15%, 19%)
(0.03 / 0.00 / 0.15 / 0.19)

CMYK percentages

%2.91
%0
%14.56
%19.22

Codes

Color #C8CEB0 in popluar color models

C8 CE B0
RGB 200 206 176
HSL 72° 23.44% 74.90%
HSB/HSV 72° 14.56% 80.78%
CMYK 2.91% 0.00% 14.56%
19.22%

Color #C8CEB0 in popluar number systems.

HEX C8 CE B0
Decimal 200 206 176
Binary 11001000 11001110 10110000
Octal 310 316 260

Shades and tints

Shades of #C8CEB0

#C8CEB0
(200,206,176)
#B6BCA0
(182,188,160)
#A4AA90
(164,170,144)
#929880
(146,152,128)
#808670
(128,134,112)
#6E7460
(110,116,96)
#5C6250
(92,98,80)
#4A5040
(74,80,64)
#383E30
(56,62,48)
#262C20
(38,44,32)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #C8CEB0

#C8CEB0
(200,206,176)
#CDD2B7
(205,210,183)
#D2D6BE
(210,214,190)
#D7DAC5
(215,218,197)
#DCDECC
(220,222,204)
#E1E2D3
(225,226,211)
#E6E6DA
(230,230,218)
#EBEAE1
(235,234,225)
#F0EEE8
(240,238,232)
#F5F2EF
(245,242,239)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CEB0; }

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

This text font color is #C8CEB0.

Background Color

.myBgColor { background-color: #C8CEB0; }

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

This div background color is #C8CEB0.

Border color

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

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

This div border color is #C8CEB0.

Opacity

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

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

Text with #C8CEB0 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 #C8CEB0;}

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

This text has shadow with #C8CEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CEB0.

Preview

Color preview on black background

This text has color #C8CEB0 on black background.


Color preview on white background

This text has color #C8CEB0 on white background.


Black color preview on #C8CEB0 background

This text has black color on #C8CEB0 background.


White color preview on #C8CEB0 background

This text has white color on #C8CEB0 background.


Related colors

Complementary color

Complementary color for #hex is #37314F.


I love getcolorcode.com

Triadic colors

1 #B0C8CE and #CEB0C8 with #C8CEB0 are triadic colors.

2 #B0CEC8 and #CEC8B0 with #C8CEB0 are triadic colors.