COLOR #C8E7C2

HEX: #C8E7C2 RGB: (200,231,194)

Color info

#C8E7C2 contains red, green and blue colors in about the same proportion. Web safe color of #C8E7C2 is #CCFFCC (or #CFC).

RGB color model

#C8E7C2 color RGB value is (200,231,194).

RGB: (200,231,194) (78%, 91%, 76%)

RGB channels and saturation

R 200 of 255 = 78%
G 231 of 255 = 91%
B 194 of 255 = 76%

200
231
194

R + G + B ~ 82%. #C8E7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 231 + 194 = 625 (100%)
R 200 of 625 ~ 32%
G 231 of 625 ~ 36.96%
B 194 of 625 ~ 31.04'%

%32
%36.96
%31.04

CMYK color model

#C8E7C2 color CMYK value is (13,0,16,9).

  • cyan value is 13.42%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 9.41%
CMYK: (13,0,16,9) C13M0Y16K9 (13%,0%,16%,9%) (0.13/0.00/0.16/0.09) 

CMYK percentages

%13.42
%0
%16.02
%9.41

Codes

Color #C8E7C2 in popluar color models

C8 E7 C2
RGB 200 231 194
HSL 110° 43.53% 83.33%
HSB/HSV 110° 16.02% 90.59%
CMYK 13.42% 0.00% 16.02%
9.41%

Color #C8E7C2 in popluar number systems.

HEX C8 E7 C2
Decimal 200 231 194
Binary 11001000 11100111 11000010
Octal 310 347 302

Shades and tints

Shades of #C8E7C2

#C8E7C2
(200,231,194)
#B6D2B1
(182,210,177)
#A4BDA0
(164,189,160)
#92A88F
(146,168,143)
#80937E
(128,147,126)
#6E7E6D
(110,126,109)
#5C695C
(92,105,92)
#4A544B
(74,84,75)
#383F3A
(56,63,58)
#262A29
(38,42,41)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #C8E7C2

#C8E7C2
(200,231,194)
#CDE9C7
(205,233,199)
#D2EBCC
(210,235,204)
#D7EDD1
(215,237,209)
#DCEFD6
(220,239,214)
#E1F1DB
(225,241,219)
#E6F3E0
(230,243,224)
#EBF5E5
(235,245,229)
#F0F7EA
(240,247,234)
#F5F9EF
(245,249,239)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E7C2 color. Also use rgb(200,231,194) instead hex code.

Text Font Color

.myTextColor { color: #C8E7C2; }

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

This text font color is #C8E7C2.

Background Color

.myBgColor { background-color: #C8E7C2; }

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

This div background color is #C8E7C2.

Border color

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

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

This div border color is #C8E7C2.

Opacity

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

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

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

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

This text has shadow with #C8E7C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E7C2.

Preview

Color preview on black background

This text has color #C8E7C2 on black background.


Color preview on white background

This text has color #C8E7C2 on white background.


Black color preview on #C8E7C2 background

This text has black color on #C8E7C2 background.


White color preview on #C8E7C2 background

This text has white color on #C8E7C2 background.


Related colors

Complementary color

Complementary color for #hex is #37183D.


I love getcolorcode.com

Triadic colors

1 #C2C8E7 and #E7C2C8 with #C8E7C2 are triadic colors.

2 #C2E7C8 and #E7C8C2 with #C8E7C2 are triadic colors.