COLOR #C8F7DF

HEX: #C8F7DF
RGB: (200,247,223)

Color info

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

RGB color model

#C8F7DF color RGB value is (200,247,223).

  • red value is 200;
  • green value is 247;
  • blue value is 223.
RGB:
(200,247,223)
(78%,97%,87%)

RGB channels and saturation

R 200 of 255 = 78%
G 247 of 255 = 97%
B 223 of 255 = 87%

200
247
223

R + G + B ~ 87%. #C8F7DF is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 247 + 223 = 670 (100%)
R 200 of 670 ~ 29.85%
G 247 of 670 ~ 36.87%
B 223 of 670 ~ 33.28%

%29.85
%36.87
%33.28

CMYK color model

#C8F7DF color CMYK value is (19,0,10,3).

  • cyan value is 19.03%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 3.14%
CMYK:
(19,0,10,3)
C19M0Y10K3 
(19%,0%,10%,3%)
(0.19/0.00/0.10/0.03)	

CMYK percentages

%19.03
%0
%9.72
%3.14

Codes

Color #C8F7DF in popluar color models

C8F7DF
RGB200247223
HSL149°74.60%87.65%
HSB/HSV149°19.03%96.86%
CMYK19.03%0.00%9.72%
3.14%

Color #C8F7DF in popluar number systems.

HEXC8F7DF
Decimal200247223
Binary110010001111011111011111
Octal310367337

Shades and tints

Shades of #C8F7DF

#C8F7DF
(200,247,223)
#B6E1CB
(182,225,203)
#A4CBB7
(164,203,183)
#92B5A3
(146,181,163)
#809F8F
(128,159,143)
#6E897B
(110,137,123)
#5C7367
(92,115,103)
#4A5D53
(74,93,83)
#38473F
(56,71,63)
#26312B
(38,49,43)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #C8F7DF

#C8F7DF
(200,247,223)
#CDF7E1
(205,247,225)
#D2F7E3
(210,247,227)
#D7F7E5
(215,247,229)
#DCF7E7
(220,247,231)
#E1F7E9
(225,247,233)
#E6F7EB
(230,247,235)
#EBF7ED
(235,247,237)
#F0F7EF
(240,247,239)
#F5F7F1
(245,247,241)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F7DF color. Also use rgb(200,247,223) instead hex code.

Text Font Color

.myTextColor { color: #C8F7DF; }

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

This text font color is #C8F7DF.


Background Color

.myBgColor { background-color: #C8F7DF; }

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

This div background color is #C8F7DF.


Border color

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

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

This div border color is #C8F7DF.


Opacity

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

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

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

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

This text has shadow with #C8F7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F7DF on black background.


Color preview on white background

This text has color #C8F7DF on white background.



Black color preview on #C8F7DF background

This text has black color on #C8F7DF background.


White color preview on #C8F7DF background

This text has white color on #C8F7DF background.