COLOR #C8D09B

HEX: #C8D09B
RGB: (200,208,155)

Color info

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

RGB color model

#C8D09B color RGB value is (200,208,155).

  • red value is 200;
  • green value is 208;
  • blue value is 155.
RGB:
(200,208,155)
(78%,82%,61%)

RGB channels and saturation

R 200 of 255 = 78%
G 208 of 255 = 82%
B 155 of 255 = 61%

200
208
155

R + G + B ~ 74%. #C8D09B is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 208 + 155 = 563 (100%)
R 200 of 563 ~ 35.52%
G 208 of 563 ~ 36.94%
B 155 of 563 ~ 27.53%

%35.52
%36.94
%27.53

CMYK color model

#C8D09B color CMYK value is (4,0,25,18).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 25.48%
  • key color value is 18.43%
CMYK:
(4,0,25,18)
C4M0Y25K18 
(4%,0%,25%,18%)
(0.04/0.00/0.25/0.18)	

CMYK percentages

%3.85
%0
%25.48
%18.43

Codes

Color #C8D09B in popluar color models

C8D09B
RGB200208155
HSL69°36.05%71.18%
HSB/HSV69°25.48%81.57%
CMYK3.85%0.00%25.48%
18.43%

Color #C8D09B in popluar number systems.

HEXC8D09B
Decimal200208155
Binary110010001101000010011011
Octal310320233

Shades and tints

Shades of #C8D09B

#C8D09B
(200,208,155)
#B6BE8D
(182,190,141)
#A4AC7F
(164,172,127)
#929A71
(146,154,113)
#808863
(128,136,99)
#6E7655
(110,118,85)
#5C6447
(92,100,71)
#4A5239
(74,82,57)
#38402B
(56,64,43)
#262E1D
(38,46,29)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #C8D09B

#C8D09B
(200,208,155)
#CDD4A4
(205,212,164)
#D2D8AD
(210,216,173)
#D7DCB6
(215,220,182)
#DCE0BF
(220,224,191)
#E1E4C8
(225,228,200)
#E6E8D1
(230,232,209)
#EBECDA
(235,236,218)
#F0F0E3
(240,240,227)
#F5F4EC
(245,244,236)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D09B color. Also use rgb(200,208,155) instead hex code.

Text Font Color

.myTextColor { color: #C8D09B; }

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

This text font color is #C8D09B.


Background Color

.myBgColor { background-color: #C8D09B; }

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

This div background color is #C8D09B.


Border color

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

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

This div border color is #C8D09B.


Opacity

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

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

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

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

This text has shadow with #C8D09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D09B on black background.


Color preview on white background

This text has color #C8D09B on white background.



Black color preview on #C8D09B background

This text has black color on #C8D09B background.


White color preview on #C8D09B background

This text has white color on #C8D09B background.