COLOR #D8F1DC

HEX: #D8F1DC
RGB: (216,241,220)

Color info

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

RGB color model

#D8F1DC color RGB value is (216,241,220).

  • red value is 216;
  • green value is 241;
  • blue value is 220.
RGB:
(216,241,220)
(85%,95%,86%)

RGB channels and saturation

R 216 of 255 = 85%
G 241 of 255 = 95%
B 220 of 255 = 86%

216
241
220

R + G + B ~ 89%. #D8F1DC is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 241 + 220 = 677 (100%)
R 216 of 677 ~ 31.91%
G 241 of 677 ~ 35.6%
B 220 of 677 ~ 32.5%

%31.91
%35.6
%32.5

CMYK color model

#D8F1DC color CMYK value is (10,0,9,5).

  • cyan value is 10.37%
  • magenta value is 0.00%
  • yellow value is 8.71%
  • key color value is 5.49%
CMYK:
(10,0,9,5)
C10M0Y9K5 
(10%,0%,9%,5%)
(0.10/0.00/0.09/0.05)	

CMYK percentages

%10.37
%0
%8.71
%5.49

Codes

Color #D8F1DC in popluar color models

D8F1DC
RGB216241220
HSL130°47.17%89.61%
HSB/HSV130°10.37%94.51%
CMYK10.37%0.00%8.71%
5.49%

Color #D8F1DC in popluar number systems.

HEXD8F1DC
Decimal216241220
Binary110110001111000111011100
Octal330361334

Shades and tints

Shades of #D8F1DC

#D8F1DC
(216,241,220)
#C5DCC8
(197,220,200)
#B2C7B4
(178,199,180)
#9FB2A0
(159,178,160)
#8C9D8C
(140,157,140)
#798878
(121,136,120)
#667364
(102,115,100)
#535E50
(83,94,80)
#40493C
(64,73,60)
#2D3428
(45,52,40)
#1A1F14
(26,31,20)
#000000
(0,0,0)

Tints of #D8F1DC

#D8F1DC
(216,241,220)
#DBF2DF
(219,242,223)
#DEF3E2
(222,243,226)
#E1F4E5
(225,244,229)
#E4F5E8
(228,245,232)
#E7F6EB
(231,246,235)
#EAF7EE
(234,247,238)
#EDF8F1
(237,248,241)
#F0F9F4
(240,249,244)
#F3FAF7
(243,250,247)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F1DC color. Also use rgb(216,241,220) instead hex code.

Text Font Color

.myTextColor { color: #D8F1DC; }

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

This text font color is #D8F1DC.


Background Color

.myBgColor { background-color: #D8F1DC; }

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

This div background color is #D8F1DC.


Border color

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

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

This div border color is #D8F1DC.


Opacity

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

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

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

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

This text has shadow with #D8F1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F1DC on black background.


Color preview on white background

This text has color #D8F1DC on white background.



Black color preview on #D8F1DC background

This text has black color on #D8F1DC background.


White color preview on #D8F1DC background

This text has white color on #D8F1DC background.