COLOR #C8CE96

HEX: #C8CE96
RGB: (200,206,150)

Color info

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

RGB color model

#C8CE96 color RGB value is (200,206,150).

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

RGB channels and saturation

R 200 of 255 = 78%
G 206 of 255 = 81%
B 150 of 255 = 59%

200
206
150

R + G + B ~ 73%. #C8CE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 206 + 150 = 556 (100%)
R 200 of 556 ~ 35.97%
G 206 of 556 ~ 37.05%
B 150 of 556 ~ 26.98%

%35.97
%37.05
%26.98

CMYK color model

#C8CE96 color CMYK value is (3,0,27,19).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 19.22%
CMYK:
(3,0,27,19)
C3M0Y27K19 
(3%,0%,27%,19%)
(0.03/0.00/0.27/0.19)	

CMYK percentages

%2.91
%0
%27.18
%19.22

Codes

Color #C8CE96 in popluar color models

C8CE96
RGB200206150
HSL66°36.36%69.80%
HSB/HSV66°27.18%80.78%
CMYK2.91%0.00%27.18%
19.22%

Color #C8CE96 in popluar number systems.

HEXC8CE96
Decimal200206150
Binary110010001100111010010110
Octal310316226

Shades and tints

Shades of #C8CE96

#C8CE96
(200,206,150)
#B6BC89
(182,188,137)
#A4AA7C
(164,170,124)
#92986F
(146,152,111)
#808662
(128,134,98)
#6E7455
(110,116,85)
#5C6248
(92,98,72)
#4A503B
(74,80,59)
#383E2E
(56,62,46)
#262C21
(38,44,33)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #C8CE96

#C8CE96
(200,206,150)
#CDD29F
(205,210,159)
#D2D6A8
(210,214,168)
#D7DAB1
(215,218,177)
#DCDEBA
(220,222,186)
#E1E2C3
(225,226,195)
#E6E6CC
(230,230,204)
#EBEAD5
(235,234,213)
#F0EEDE
(240,238,222)
#F5F2E7
(245,242,231)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CE96; }

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

This text font color is #C8CE96.


Background Color

.myBgColor { background-color: #C8CE96; }

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

This div background color is #C8CE96.


Border color

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

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

This div border color is #C8CE96.


Opacity

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

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

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

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

This text has shadow with #C8CE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CE96 on black background.


Color preview on white background

This text has color #C8CE96 on white background.



Black color preview on #C8CE96 background

This text has black color on #C8CE96 background.


White color preview on #C8CE96 background

This text has white color on #C8CE96 background.