COLOR #C8F6DC

HEX: #C8F6DC
RGB: (200,246,220)

Color info

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

RGB color model

#C8F6DC color RGB value is (200,246,220).

  • red value is 200;
  • green value is 246;
  • blue value is 220.
RGB:
(200,246,220)
(78%,96%,86%)

RGB channels and saturation

R 200 of 255 = 78%
G 246 of 255 = 96%
B 220 of 255 = 86%

200
246
220

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

Portions of RGB colors in percentages

R + G + B =
200 + 246 + 220 = 666 (100%)
R 200 of 666 ~ 30.03%
G 246 of 666 ~ 36.94%
B 220 of 666 ~ 33.03%

%30.03
%36.94
%33.03

CMYK color model

#C8F6DC color CMYK value is (19,0,11,4).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK:
(19,0,11,4)
C19M0Y11K4 
(19%,0%,11%,4%)
(0.19/0.00/0.11/0.04)	

CMYK percentages

%18.7
%0
%10.57
%3.53

Codes

Color #C8F6DC in popluar color models

C8F6DC
RGB200246220
HSL146°71.88%87.45%
HSB/HSV146°18.70%96.47%
CMYK18.70%0.00%10.57%
3.53%

Color #C8F6DC in popluar number systems.

HEXC8F6DC
Decimal200246220
Binary110010001111011011011100
Octal310366334

Shades and tints

Shades of #C8F6DC

#C8F6DC
(200,246,220)
#B6E0C8
(182,224,200)
#A4CAB4
(164,202,180)
#92B4A0
(146,180,160)
#809E8C
(128,158,140)
#6E8878
(110,136,120)
#5C7264
(92,114,100)
#4A5C50
(74,92,80)
#38463C
(56,70,60)
#263028
(38,48,40)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #C8F6DC

#C8F6DC
(200,246,220)
#CDF6DF
(205,246,223)
#D2F6E2
(210,246,226)
#D7F6E5
(215,246,229)
#DCF6E8
(220,246,232)
#E1F6EB
(225,246,235)
#E6F6EE
(230,246,238)
#EBF6F1
(235,246,241)
#F0F6F4
(240,246,244)
#F5F6F7
(245,246,247)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F6DC color. Also use rgb(200,246,220) instead hex code.

Text Font Color

.myTextColor { color: #C8F6DC; }

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

This text font color is #C8F6DC.


Background Color

.myBgColor { background-color: #C8F6DC; }

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

This div background color is #C8F6DC.


Border color

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

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

This div border color is #C8F6DC.


Opacity

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

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

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

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

This text has shadow with #C8F6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F6DC on black background.


Color preview on white background

This text has color #C8F6DC on white background.



Black color preview on #C8F6DC background

This text has black color on #C8F6DC background.


White color preview on #C8F6DC background

This text has white color on #C8F6DC background.