COLOR #D8F0CC

HEX: #D8F0CC
RGB: (216,240,204)

Color info

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

RGB color model

#D8F0CC color RGB value is (216,240,204).

  • red value is 216;
  • green value is 240;
  • blue value is 204.
RGB:
(216,240,204)
(85%,94%,80%)

RGB channels and saturation

R 216 of 255 = 85%
G 240 of 255 = 94%
B 204 of 255 = 80%

216
240
204

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

Portions of RGB colors in percentages

R + G + B =
216 + 240 + 204 = 660 (100%)
R 216 of 660 ~ 32.73%
G 240 of 660 ~ 36.36%
B 204 of 660 ~ 30.91%

%32.73
%36.36
%30.91

CMYK color model

#D8F0CC color CMYK value is (10,0,15,6).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 5.88%
CMYK:
(10,0,15,6)
C10M0Y15K6 
(10%,0%,15%,6%)
(0.10/0.00/0.15/0.06)	

CMYK percentages

%10
%0
%15
%5.88

Codes

Color #D8F0CC in popluar color models

D8F0CC
RGB216240204
HSL100°54.55%87.06%
HSB/HSV100°15.00%94.12%
CMYK10.00%0.00%15.00%
5.88%

Color #D8F0CC in popluar number systems.

HEXD8F0CC
Decimal216240204
Binary110110001111000011001100
Octal330360314

Shades and tints

Shades of #D8F0CC

#D8F0CC
(216,240,204)
#C5DBBA
(197,219,186)
#B2C6A8
(178,198,168)
#9FB196
(159,177,150)
#8C9C84
(140,156,132)
#798772
(121,135,114)
#667260
(102,114,96)
#535D4E
(83,93,78)
#40483C
(64,72,60)
#2D332A
(45,51,42)
#1A1E18
(26,30,24)
#000000
(0,0,0)

Tints of #D8F0CC

#D8F0CC
(216,240,204)
#DBF1D0
(219,241,208)
#DEF2D4
(222,242,212)
#E1F3D8
(225,243,216)
#E4F4DC
(228,244,220)
#E7F5E0
(231,245,224)
#EAF6E4
(234,246,228)
#EDF7E8
(237,247,232)
#F0F8EC
(240,248,236)
#F3F9F0
(243,249,240)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F0CC color. Also use rgb(216,240,204) instead hex code.

Text Font Color

.myTextColor { color: #D8F0CC; }

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

This text font color is #D8F0CC.


Background Color

.myBgColor { background-color: #D8F0CC; }

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

This div background color is #D8F0CC.


Border color

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

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

This div border color is #D8F0CC.


Opacity

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

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

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

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

This text has shadow with #D8F0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F0CC on black background.


Color preview on white background

This text has color #D8F0CC on white background.



Black color preview on #D8F0CC background

This text has black color on #D8F0CC background.


White color preview on #D8F0CC background

This text has white color on #D8F0CC background.