COLOR #C8DF9E

HEX: #C8DF9E RGB: (200,223,158)

Color info

#C8DF9E contains mainly red and green colors. Web safe color of #C8DF9E is #CCCC99 (or #CC9).

RGB color model

#C8DF9E color RGB value is (200,223,158).

RGB: (200,223,158) (78%, 87%, 62%)

RGB channels and saturation

R 200 of 255 = 78%
G 223 of 255 = 87%
B 158 of 255 = 62%

200
223
158

R + G + B ~ 76%. #C8DF9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 223 + 158 = 581 (100%)
R 200 of 581 ~ 34.42%
G 223 of 581 ~ 38.38%
B 158 of 581 ~ 27.19'%

%34.42
%38.38
%27.19

CMYK color model

#C8DF9E color CMYK value is (10,0,29,13).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 12.55%

CMYK: (10,0,29,13)
C10M0Y29K13 (10%, 0%, 29%, 13%)
(0.10 / 0.00 / 0.29 / 0.13)

CMYK percentages

%10.31
%0
%29.15
%12.55

Codes

Color #C8DF9E in popluar color models

C8 DF 9E
RGB 200 223 158
HSL 81° 50.39% 74.71%
HSB/HSV 81° 29.15% 87.45%
CMYK 10.31% 0.00% 29.15%
12.55%

Color #C8DF9E in popluar number systems.

HEX C8 DF 9E
Decimal 200 223 158
Binary 11001000 11011111 10011110
Octal 310 337 236

Shades and tints

Shades of #C8DF9E

#C8DF9E
(200,223,158)
#B6CB90
(182,203,144)
#A4B782
(164,183,130)
#92A374
(146,163,116)
#808F66
(128,143,102)
#6E7B58
(110,123,88)
#5C674A
(92,103,74)
#4A533C
(74,83,60)
#383F2E
(56,63,46)
#262B20
(38,43,32)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #C8DF9E

#C8DF9E
(200,223,158)
#CDE1A6
(205,225,166)
#D2E3AE
(210,227,174)
#D7E5B6
(215,229,182)
#DCE7BE
(220,231,190)
#E1E9C6
(225,233,198)
#E6EBCE
(230,235,206)
#EBEDD6
(235,237,214)
#F0EFDE
(240,239,222)
#F5F1E6
(245,241,230)
#FAF3EE
(250,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DF9E; }

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

This text font color is #C8DF9E.

Background Color

.myBgColor { background-color: #C8DF9E; }

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

This div background color is #C8DF9E.

Border color

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

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

This div border color is #C8DF9E.

Opacity

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

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

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

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

This text has shadow with #C8DF9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DF9E.

Preview

Color preview on black background

This text has color #C8DF9E on black background.


Color preview on white background

This text has color #C8DF9E on white background.


Black color preview on #C8DF9E background

This text has black color on #C8DF9E background.


White color preview on #C8DF9E background

This text has white color on #C8DF9E background.


Related colors

Complementary color

Complementary color for #hex is #372061.


I love getcolorcode.com

Triadic colors

1 #9EC8DF and #DF9EC8 with #C8DF9E are triadic colors.

2 #9EDFC8 and #DFC89E with #C8DF9E are triadic colors.