COLOR #D8FCE4

HEX: #D8FCE4
RGB: (216,252,228)

Color info

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

RGB color model

#D8FCE4 color RGB value is (216,252,228).

  • red value is 216;
  • green value is 252;
  • blue value is 228.
RGB:
(216,252,228)
(85%,99%,89%)

RGB channels and saturation

R 216 of 255 = 85%
G 252 of 255 = 99%
B 228 of 255 = 89%

216
252
228

R + G + B ~ 91%. #D8FCE4 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 252 + 228 = 696 (100%)
R 216 of 696 ~ 31.03%
G 252 of 696 ~ 36.21%
B 228 of 696 ~ 32.76%

%31.03
%36.21
%32.76

CMYK color model

#D8FCE4 color CMYK value is (14,0,10,1).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 1.18%
CMYK:
(14,0,10,1)
C14M0Y10K1 
(14%,0%,10%,1%)
(0.14/0.00/0.10/0.01)	

CMYK percentages

%14.29
%0
%9.52
%1.18

Codes

Color #D8FCE4 in popluar color models

D8FCE4
RGB216252228
HSL140°85.71%91.76%
HSB/HSV140°14.29%98.82%
CMYK14.29%0.00%9.52%
1.18%

Color #D8FCE4 in popluar number systems.

HEXD8FCE4
Decimal216252228
Binary110110001111110011100100
Octal330374344

Shades and tints

Shades of #D8FCE4

#D8FCE4
(216,252,228)
#C5E6D0
(197,230,208)
#B2D0BC
(178,208,188)
#9FBAA8
(159,186,168)
#8CA494
(140,164,148)
#798E80
(121,142,128)
#66786C
(102,120,108)
#536258
(83,98,88)
#404C44
(64,76,68)
#2D3630
(45,54,48)
#1A201C
(26,32,28)
#000000
(0,0,0)

Tints of #D8FCE4

#D8FCE4
(216,252,228)
#DBFCE6
(219,252,230)
#DEFCE8
(222,252,232)
#E1FCEA
(225,252,234)
#E4FCEC
(228,252,236)
#E7FCEE
(231,252,238)
#EAFCF0
(234,252,240)
#EDFCF2
(237,252,242)
#F0FCF4
(240,252,244)
#F3FCF6
(243,252,246)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8FCE4 color. Also use rgb(216,252,228) instead hex code.

Text Font Color

.myTextColor { color: #D8FCE4; }

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

This text font color is #D8FCE4.


Background Color

.myBgColor { background-color: #D8FCE4; }

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

This div background color is #D8FCE4.


Border color

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

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

This div border color is #D8FCE4.


Opacity

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

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

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

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

This text has shadow with #D8FCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FCE4 on black background.


Color preview on white background

This text has color #D8FCE4 on white background.



Black color preview on #D8FCE4 background

This text has black color on #D8FCE4 background.


White color preview on #D8FCE4 background

This text has white color on #D8FCE4 background.