COLOR #C8F2D6

HEX: #C8F2D6
RGB: (200,242,214)

Color info

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

RGB color model

#C8F2D6 color RGB value is (200,242,214).

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

RGB channels and saturation

R 200 of 255 = 78%
G 242 of 255 = 95%
B 214 of 255 = 84%

200
242
214

R + G + B ~ 86%. #C8F2D6 is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 242 + 214 = 656 (100%)
R 200 of 656 ~ 30.49%
G 242 of 656 ~ 36.89%
B 214 of 656 ~ 32.62%

%30.49
%36.89
%32.62

CMYK color model

#C8F2D6 color CMYK value is (17,0,12,5).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 11.57%
  • key color value is 5.10%
CMYK:
(17,0,12,5)
C17M0Y12K5 
(17%,0%,12%,5%)
(0.17/0.00/0.12/0.05)	

CMYK percentages

%17.36
%0
%11.57
%5.1

Codes

Color #C8F2D6 in popluar color models

C8F2D6
RGB200242214
HSL140°61.76%86.67%
HSB/HSV140°17.36%94.90%
CMYK17.36%0.00%11.57%
5.10%

Color #C8F2D6 in popluar number systems.

HEXC8F2D6
Decimal200242214
Binary110010001111001011010110
Octal310362326

Shades and tints

Shades of #C8F2D6

#C8F2D6
(200,242,214)
#B6DCC3
(182,220,195)
#A4C6B0
(164,198,176)
#92B09D
(146,176,157)
#809A8A
(128,154,138)
#6E8477
(110,132,119)
#5C6E64
(92,110,100)
#4A5851
(74,88,81)
#38423E
(56,66,62)
#262C2B
(38,44,43)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #C8F2D6

#C8F2D6
(200,242,214)
#CDF3D9
(205,243,217)
#D2F4DC
(210,244,220)
#D7F5DF
(215,245,223)
#DCF6E2
(220,246,226)
#E1F7E5
(225,247,229)
#E6F8E8
(230,248,232)
#EBF9EB
(235,249,235)
#F0FAEE
(240,250,238)
#F5FBF1
(245,251,241)
#FAFCF4
(250,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F2D6; }

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

This text font color is #C8F2D6.


Background Color

.myBgColor { background-color: #C8F2D6; }

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

This div background color is #C8F2D6.


Border color

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

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

This div border color is #C8F2D6.


Opacity

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

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

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

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

This text has shadow with #C8F2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F2D6 on black background.


Color preview on white background

This text has color #C8F2D6 on white background.



Black color preview on #C8F2D6 background

This text has black color on #C8F2D6 background.


White color preview on #C8F2D6 background

This text has white color on #C8F2D6 background.