COLOR #D8F0D5

HEX: #D8F0D5
RGB: (216,240,213)

Color info

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

RGB color model

#D8F0D5 color RGB value is (216,240,213).

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

RGB channels and saturation

R 216 of 255 = 85%
G 240 of 255 = 94%
B 213 of 255 = 84%

216
240
213

R + G + B ~ 88%. #D8F0D5 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 240 + 213 = 669 (100%)
R 216 of 669 ~ 32.29%
G 240 of 669 ~ 35.87%
B 213 of 669 ~ 31.84%

%32.29
%35.87
%31.84

CMYK color model

#D8F0D5 color CMYK value is (10,0,11,6).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 11.25%
  • key color value is 5.88%
CMYK:
(10,0,11,6)
C10M0Y11K6 
(10%,0%,11%,6%)
(0.10/0.00/0.11/0.06)	

CMYK percentages

%10
%0
%11.25
%5.88

Codes

Color #D8F0D5 in popluar color models

D8F0D5
RGB216240213
HSL113°47.37%88.82%
HSB/HSV113°11.25%94.12%
CMYK10.00%0.00%11.25%
5.88%

Color #D8F0D5 in popluar number systems.

HEXD8F0D5
Decimal216240213
Binary110110001111000011010101
Octal330360325

Shades and tints

Shades of #D8F0D5

#D8F0D5
(216,240,213)
#C5DBC2
(197,219,194)
#B2C6AF
(178,198,175)
#9FB19C
(159,177,156)
#8C9C89
(140,156,137)
#798776
(121,135,118)
#667263
(102,114,99)
#535D50
(83,93,80)
#40483D
(64,72,61)
#2D332A
(45,51,42)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #D8F0D5

#D8F0D5
(216,240,213)
#DBF1D8
(219,241,216)
#DEF2DB
(222,242,219)
#E1F3DE
(225,243,222)
#E4F4E1
(228,244,225)
#E7F5E4
(231,245,228)
#EAF6E7
(234,246,231)
#EDF7EA
(237,247,234)
#F0F8ED
(240,248,237)
#F3F9F0
(243,249,240)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F0D5; }

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

This text font color is #D8F0D5.


Background Color

.myBgColor { background-color: #D8F0D5; }

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

This div background color is #D8F0D5.


Border color

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

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

This div border color is #D8F0D5.


Opacity

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

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

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

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

This text has shadow with #D8F0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F0D5 on black background.


Color preview on white background

This text has color #D8F0D5 on white background.



Black color preview on #D8F0D5 background

This text has black color on #D8F0D5 background.


White color preview on #D8F0D5 background

This text has white color on #D8F0D5 background.