COLOR #C8F8CE

HEX: #C8F8CE RGB: (200,248,206)

Color info

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

RGB color model

#C8F8CE color RGB value is (200,248,206).

RGB: (200,248,206) (78%, 97%, 81%)

RGB channels and saturation

R 200 of 255 = 78%
G 248 of 255 = 97%
B 206 of 255 = 81%

200
248
206

R + G + B ~ 85%. #C8F8CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 248 + 206 = 654 (100%)
R 200 of 654 ~ 30.58%
G 248 of 654 ~ 37.92%
B 206 of 654 ~ 31.5'%

%30.58
%37.92
%31.5

CMYK color model

#C8F8CE color CMYK value is (19,0,17,3).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 2.75%

CMYK: (19,0,17,3)
C19M0Y17K3 (19%, 0%, 17%, 3%)
(0.19 / 0.00 / 0.17 / 0.03)

CMYK percentages

%19.35
%0
%16.94
%2.75

Codes

Color #C8F8CE in popluar color models

C8 F8 CE
RGB 200 248 206
HSL 128° 77.42% 87.84%
HSB/HSV 128° 19.35% 97.25%
CMYK 19.35% 0.00% 16.94%
2.75%

Color #C8F8CE in popluar number systems.

HEX C8 F8 CE
Decimal 200 248 206
Binary 11001000 11111000 11001110
Octal 310 370 316

Shades and tints

Shades of #C8F8CE

#C8F8CE
(200,248,206)
#B6E2BC
(182,226,188)
#A4CCAA
(164,204,170)
#92B698
(146,182,152)
#80A086
(128,160,134)
#6E8A74
(110,138,116)
#5C7462
(92,116,98)
#4A5E50
(74,94,80)
#38483E
(56,72,62)
#26322C
(38,50,44)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #C8F8CE

#C8F8CE
(200,248,206)
#CDF8D2
(205,248,210)
#D2F8D6
(210,248,214)
#D7F8DA
(215,248,218)
#DCF8DE
(220,248,222)
#E1F8E2
(225,248,226)
#E6F8E6
(230,248,230)
#EBF8EA
(235,248,234)
#F0F8EE
(240,248,238)
#F5F8F2
(245,248,242)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F8CE color. Also use rgb(200,248,206) instead hex code.

Text Font Color

.myTextColor { color: #C8F8CE; }

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

This text font color is #C8F8CE.

Background Color

.myBgColor { background-color: #C8F8CE; }

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

This div background color is #C8F8CE.

Border color

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

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

This div border color is #C8F8CE.

Opacity

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

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

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

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

This text has shadow with #C8F8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8F8CE.

Preview

Color preview on black background

This text has color #C8F8CE on black background.


Color preview on white background

This text has color #C8F8CE on white background.


Black color preview on #C8F8CE background

This text has black color on #C8F8CE background.


White color preview on #C8F8CE background

This text has white color on #C8F8CE background.


Related colors

Complementary color

Complementary color for #hex is #370731.


I love getcolorcode.com

Triadic colors

1 #CEC8F8 and #F8CEC8 with #C8F8CE are triadic colors.

2 #CEF8C8 and #F8C8CE with #C8F8CE are triadic colors.