COLOR #C8EA9E

HEX: #C8EA9E RGB: (200,234,158)

Color info

#C8EA9E contains mainly red and green colors. Web safe color of #C8EA9E is #CCFF99 (or #CF9).

RGB color model

#C8EA9E color RGB value is (200,234,158).

RGB: (200,234,158) (78%, 92%, 62%)

RGB channels and saturation

R 200 of 255 = 78%
G 234 of 255 = 92%
B 158 of 255 = 62%

200
234
158

R + G + B ~ 77%. #C8EA9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 234 + 158 = 592 (100%)
R 200 of 592 ~ 33.78%
G 234 of 592 ~ 39.53%
B 158 of 592 ~ 26.69'%

%33.78
%39.53
%26.69

CMYK color model

#C8EA9E color CMYK value is (15,0,32,8).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 8.24%

CMYK: (15,0,32,8)
C15M0Y32K8 (15%, 0%, 32%, 8%)
(0.15 / 0.00 / 0.32 / 0.08)

CMYK percentages

%14.53
%0
%32.48
%8.24

Codes

Color #C8EA9E in popluar color models

C8 EA 9E
RGB 200 234 158
HSL 87° 64.41% 76.86%
HSB/HSV 87° 32.48% 91.76%
CMYK 14.53% 0.00% 32.48%
8.24%

Color #C8EA9E in popluar number systems.

HEX C8 EA 9E
Decimal 200 234 158
Binary 11001000 11101010 10011110
Octal 310 352 236

Shades and tints

Shades of #C8EA9E

#C8EA9E
(200,234,158)
#B6D590
(182,213,144)
#A4C082
(164,192,130)
#92AB74
(146,171,116)
#809666
(128,150,102)
#6E8158
(110,129,88)
#5C6C4A
(92,108,74)
#4A573C
(74,87,60)
#38422E
(56,66,46)
#262D20
(38,45,32)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #C8EA9E

#C8EA9E
(200,234,158)
#CDEBA6
(205,235,166)
#D2ECAE
(210,236,174)
#D7EDB6
(215,237,182)
#DCEEBE
(220,238,190)
#E1EFC6
(225,239,198)
#E6F0CE
(230,240,206)
#EBF1D6
(235,241,214)
#F0F2DE
(240,242,222)
#F5F3E6
(245,243,230)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EA9E; }

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

This text font color is #C8EA9E.

Background Color

.myBgColor { background-color: #C8EA9E; }

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

This div background color is #C8EA9E.

Border color

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

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

This div border color is #C8EA9E.

Opacity

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

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

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

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

This text has shadow with #C8EA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8EA9E.

Preview

Color preview on black background

This text has color #C8EA9E on black background.


Color preview on white background

This text has color #C8EA9E on white background.


Black color preview on #C8EA9E background

This text has black color on #C8EA9E background.


White color preview on #C8EA9E background

This text has white color on #C8EA9E background.


Related colors

Complementary color

Complementary color for #hex is #371561.


I love getcolorcode.com

Triadic colors

1 #9EC8EA and #EA9EC8 with #C8EA9E are triadic colors.

2 #9EEAC8 and #EAC89E with #C8EA9E are triadic colors.