COLOR #C8ED9E

HEX: #C8ED9E RGB: (200,237,158)

Color info

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

RGB color model

#C8ED9E color RGB value is (200,237,158).

RGB: (200,237,158) (78%, 93%, 62%)

RGB channels and saturation

R 200 of 255 = 78%
G 237 of 255 = 93%
B 158 of 255 = 62%

200
237
158

R + G + B ~ 78%. #C8ED9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 237 + 158 = 595 (100%)
R 200 of 595 ~ 33.61%
G 237 of 595 ~ 39.83%
B 158 of 595 ~ 26.55'%

%33.61
%39.83
%26.55

CMYK color model

#C8ED9E color CMYK value is (16,0,33,7).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 7.06%

CMYK: (16,0,33,7)
C16M0Y33K7 (16%, 0%, 33%, 7%)
(0.16 / 0.00 / 0.33 / 0.07)

CMYK percentages

%15.61
%0
%33.33
%7.06

Codes

Color #C8ED9E in popluar color models

C8 ED 9E
RGB 200 237 158
HSL 88° 68.70% 77.45%
HSB/HSV 88° 33.33% 92.94%
CMYK 15.61% 0.00% 33.33%
7.06%

Color #C8ED9E in popluar number systems.

HEX C8 ED 9E
Decimal 200 237 158
Binary 11001000 11101101 10011110
Octal 310 355 236

Shades and tints

Shades of #C8ED9E

#C8ED9E
(200,237,158)
#B6D890
(182,216,144)
#A4C382
(164,195,130)
#92AE74
(146,174,116)
#809966
(128,153,102)
#6E8458
(110,132,88)
#5C6F4A
(92,111,74)
#4A5A3C
(74,90,60)
#38452E
(56,69,46)
#263020
(38,48,32)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #C8ED9E

#C8ED9E
(200,237,158)
#CDEEA6
(205,238,166)
#D2EFAE
(210,239,174)
#D7F0B6
(215,240,182)
#DCF1BE
(220,241,190)
#E1F2C6
(225,242,198)
#E6F3CE
(230,243,206)
#EBF4D6
(235,244,214)
#F0F5DE
(240,245,222)
#F5F6E6
(245,246,230)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ED9E; }

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

This text font color is #C8ED9E.

Background Color

.myBgColor { background-color: #C8ED9E; }

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

This div background color is #C8ED9E.

Border color

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

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

This div border color is #C8ED9E.

Opacity

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

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

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

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

This text has shadow with #C8ED9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8ED9E.

Preview

Color preview on black background

This text has color #C8ED9E on black background.


Color preview on white background

This text has color #C8ED9E on white background.


Black color preview on #C8ED9E background

This text has black color on #C8ED9E background.


White color preview on #C8ED9E background

This text has white color on #C8ED9E background.


Related colors

Complementary color

Complementary color for #hex is #371261.


I love getcolorcode.com

Triadic colors

1 #9EC8ED and #ED9EC8 with #C8ED9E are triadic colors.

2 #9EEDC8 and #EDC89E with #C8ED9E are triadic colors.