COLOR #C8D29E

HEX: #C8D29E RGB: (200,210,158)

Color info

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

RGB color model

#C8D29E color RGB value is (200,210,158).

RGB: (200,210,158) (78%, 82%, 62%)

RGB channels and saturation

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

200
210
158

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

Portions of RGB colors in percentages

R + G + B = 200 + 210 + 158 = 568 (100%)
R 200 of 568 ~ 35.21%
G 210 of 568 ~ 36.97%
B 158 of 568 ~ 27.82'%

%35.21
%36.97
%27.82

CMYK color model

#C8D29E color CMYK value is (5,0,25,18).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 17.65%
CMYK: (5,0,25,18) C5M0Y25K18 (5%,0%,25%,18%) (0.05/0.00/0.25/0.18) 

CMYK percentages

%4.76
%0
%24.76
%17.65

Codes

Color #C8D29E in popluar color models

C8 D2 9E
RGB 200 210 158
HSL 72° 36.62% 72.16%
HSB/HSV 72° 24.76% 82.35%
CMYK 4.76% 0.00% 24.76%
17.65%

Color #C8D29E in popluar number systems.

HEX C8 D2 9E
Decimal 200 210 158
Binary 11001000 11010010 10011110
Octal 310 322 236

Shades and tints

Shades of #C8D29E

#C8D29E
(200,210,158)
#B6BF90
(182,191,144)
#A4AC82
(164,172,130)
#929974
(146,153,116)
#808666
(128,134,102)
#6E7358
(110,115,88)
#5C604A
(92,96,74)
#4A4D3C
(74,77,60)
#383A2E
(56,58,46)
#262720
(38,39,32)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #C8D29E

#C8D29E
(200,210,158)
#CDD6A6
(205,214,166)
#D2DAAE
(210,218,174)
#D7DEB6
(215,222,182)
#DCE2BE
(220,226,190)
#E1E6C6
(225,230,198)
#E6EACE
(230,234,206)
#EBEED6
(235,238,214)
#F0F2DE
(240,242,222)
#F5F6E6
(245,246,230)
#FAFAEE
(250,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D29E; }

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

This text font color is #C8D29E.

Background Color

.myBgColor { background-color: #C8D29E; }

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

This div background color is #C8D29E.

Border color

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

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

This div border color is #C8D29E.

Opacity

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

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

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

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

This text has shadow with #C8D29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D29E.

Preview

Color preview on black background

This text has color #C8D29E on black background.


Color preview on white background

This text has color #C8D29E on white background.


Black color preview on #C8D29E background

This text has black color on #C8D29E background.


White color preview on #C8D29E background

This text has white color on #C8D29E background.


Related colors

Complementary color

Complementary color for #hex is #372D61.


I love getcolorcode.com

Triadic colors

1 #9EC8D2 and #D29EC8 with #C8D29E are triadic colors.

2 #9ED2C8 and #D2C89E with #C8D29E are triadic colors.