COLOR #C8D09E

HEX: #C8D09E
RGB: (200,208,158)

Color info

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

RGB color model

#C8D09E color RGB value is (200,208,158).

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

RGB channels and saturation

R 200 of 255 = 78%
G 208 of 255 = 82%
B 158 of 255 = 62%

200
208
158

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

Portions of RGB colors in percentages

R + G + B =
200 + 208 + 158 = 566 (100%)
R 200 of 566 ~ 35.34%
G 208 of 566 ~ 36.75%
B 158 of 566 ~ 27.92%

%35.34
%36.75
%27.92

CMYK color model

#C8D09E color CMYK value is (4,0,24,18).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 18.43%
CMYK: (4,0,24,18) C4M0Y24K18 (4%,0%,24%,18%) (0.04/0.00/0.24/0.18)

CMYK percentages

%3.85
%0
%24.04
%18.43

Codes

Color #C8D09E in popluar color models

C8D09E
RGB200208158
HSL70°34.72%71.76%
HSB/HSV70°24.04%81.57%
CMYK3.85%0.00%24.04%
18.43%

Color #C8D09E in popluar number systems.

HEXC8D09E
Decimal200208158
Binary110010001101000010011110
Octal310320236

Shades and tints

Shades of #C8D09E

#C8D09E
(200,208,158)
#B6BE90
(182,190,144)
#A4AC82
(164,172,130)
#929A74
(146,154,116)
#808866
(128,136,102)
#6E7658
(110,118,88)
#5C644A
(92,100,74)
#4A523C
(74,82,60)
#38402E
(56,64,46)
#262E20
(38,46,32)
#141C12
(20,28,18)
#000000
(0,0,0)

Tints of #C8D09E

#C8D09E
(200,208,158)
#CDD4A6
(205,212,166)
#D2D8AE
(210,216,174)
#D7DCB6
(215,220,182)
#DCE0BE
(220,224,190)
#E1E4C6
(225,228,198)
#E6E8CE
(230,232,206)
#EBECD6
(235,236,214)
#F0F0DE
(240,240,222)
#F5F4E6
(245,244,230)
#FAF8EE
(250,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D09E; }

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

This text font color is #C8D09E.


Background Color

.myBgColor { background-color: #C8D09E; }

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

This div background color is #C8D09E.


Border color

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

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

This div border color is #C8D09E.


Opacity

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

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

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

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

This text has shadow with #C8D09E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C8D09E on black background.


Color preview on white background

This text has color #C8D09E on white background.



Black color preview on #C8D09E background

This text has black color on #C8D09E background.


White color preview on #C8D09E background

This text has white color on #C8D09E background.