COLOR #C8F2C5

HEX: #C8F2C5
RGB: (200,242,197)

Color info

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

RGB color model

#C8F2C5 color RGB value is (200,242,197).

  • red value is 200;
  • green value is 242;
  • blue value is 197.
RGB:
(200,242,197)
(78%,95%,77%)

RGB channels and saturation

R 200 of 255 = 78%
G 242 of 255 = 95%
B 197 of 255 = 77%

200
242
197

R + G + B ~ 83%. #C8F2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 242 + 197 = 639 (100%)
R 200 of 639 ~ 31.3%
G 242 of 639 ~ 37.87%
B 197 of 639 ~ 30.83%

%31.3
%37.87
%30.83

CMYK color model

#C8F2C5 color CMYK value is (17,0,19,5).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 5.10%
CMYK:
(17,0,19,5)
C17M0Y19K5 
(17%,0%,19%,5%)
(0.17/0.00/0.19/0.05)	

CMYK percentages

%17.36
%0
%18.6
%5.1

Codes

Color #C8F2C5 in popluar color models

C8F2C5
RGB200242197
HSL116°63.38%86.08%
HSB/HSV116°18.60%94.90%
CMYK17.36%0.00%18.60%
5.10%

Color #C8F2C5 in popluar number systems.

HEXC8F2C5
Decimal200242197
Binary110010001111001011000101
Octal310362305

Shades and tints

Shades of #C8F2C5

#C8F2C5
(200,242,197)
#B6DCB4
(182,220,180)
#A4C6A3
(164,198,163)
#92B092
(146,176,146)
#809A81
(128,154,129)
#6E8470
(110,132,112)
#5C6E5F
(92,110,95)
#4A584E
(74,88,78)
#38423D
(56,66,61)
#262C2C
(38,44,44)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #C8F2C5

#C8F2C5
(200,242,197)
#CDF3CA
(205,243,202)
#D2F4CF
(210,244,207)
#D7F5D4
(215,245,212)
#DCF6D9
(220,246,217)
#E1F7DE
(225,247,222)
#E6F8E3
(230,248,227)
#EBF9E8
(235,249,232)
#F0FAED
(240,250,237)
#F5FBF2
(245,251,242)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F2C5 color. Also use rgb(200,242,197) instead hex code.

Text Font Color

.myTextColor { color: #C8F2C5; }

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

This text font color is #C8F2C5.


Background Color

.myBgColor { background-color: #C8F2C5; }

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

This div background color is #C8F2C5.


Border color

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

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

This div border color is #C8F2C5.


Opacity

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

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

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

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

This text has shadow with #C8F2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F2C5 on black background.


Color preview on white background

This text has color #C8F2C5 on white background.



Black color preview on #C8F2C5 background

This text has black color on #C8F2C5 background.


White color preview on #C8F2C5 background

This text has white color on #C8F2C5 background.