COLOR #C8CEA5

HEX: #C8CEA5
RGB: (200,206,165)

Color info

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

RGB color model

#C8CEA5 color RGB value is (200,206,165).

  • red value is 200;
  • green value is 206;
  • blue value is 165.
RGB:
(200,206,165)
(78%,81%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 206 of 255 = 81%
B 165 of 255 = 65%

200
206
165

R + G + B ~ 75%. #C8CEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 206 + 165 = 571 (100%)
R 200 of 571 ~ 35.03%
G 206 of 571 ~ 36.08%
B 165 of 571 ~ 28.9%

%35.03
%36.08
%28.9

CMYK color model

#C8CEA5 color CMYK value is (3,0,20,19).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 19.22%
CMYK:
(3,0,20,19)
C3M0Y20K19 
(3%,0%,20%,19%)
(0.03/0.00/0.20/0.19)	

CMYK percentages

%2.91
%0
%19.9
%19.22

Codes

Color #C8CEA5 in popluar color models

C8CEA5
RGB200206165
HSL69°29.50%72.75%
HSB/HSV69°19.90%80.78%
CMYK2.91%0.00%19.90%
19.22%

Color #C8CEA5 in popluar number systems.

HEXC8CEA5
Decimal200206165
Binary110010001100111010100101
Octal310316245

Shades and tints

Shades of #C8CEA5

#C8CEA5
(200,206,165)
#B6BC96
(182,188,150)
#A4AA87
(164,170,135)
#929878
(146,152,120)
#808669
(128,134,105)
#6E745A
(110,116,90)
#5C624B
(92,98,75)
#4A503C
(74,80,60)
#383E2D
(56,62,45)
#262C1E
(38,44,30)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #C8CEA5

#C8CEA5
(200,206,165)
#CDD2AD
(205,210,173)
#D2D6B5
(210,214,181)
#D7DABD
(215,218,189)
#DCDEC5
(220,222,197)
#E1E2CD
(225,226,205)
#E6E6D5
(230,230,213)
#EBEADD
(235,234,221)
#F0EEE5
(240,238,229)
#F5F2ED
(245,242,237)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CEA5; }

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

This text font color is #C8CEA5.


Background Color

.myBgColor { background-color: #C8CEA5; }

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

This div background color is #C8CEA5.


Border color

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

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

This div border color is #C8CEA5.


Opacity

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

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

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

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

This text has shadow with #C8CEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CEA5 on black background.


Color preview on white background

This text has color #C8CEA5 on white background.



Black color preview on #C8CEA5 background

This text has black color on #C8CEA5 background.


White color preview on #C8CEA5 background

This text has white color on #C8CEA5 background.