COLOR #D8FCE8

HEX: #D8FCE8
RGB: (216,252,232)

Color info

#D8FCE8 contains red, green and blue colors in about the same proportion. Web safe color of #D8FCE8 is #CCFFFF (or #CFF).

RGB color model

#D8FCE8 color RGB value is (216,252,232).

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

RGB channels and saturation

R 216 of 255 = 85%
G 252 of 255 = 99%
B 232 of 255 = 91%

216
252
232

R + G + B ~ 92%. #D8FCE8 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 252 + 232 = 700 (100%)
R 216 of 700 ~ 30.86%
G 252 of 700 ~ 36%
B 232 of 700 ~ 33.14%

%30.86
%36
%33.14

CMYK color model

#D8FCE8 color CMYK value is (14,0,8,1).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 1.18%
CMYK:
(14,0,8,1)
C14M0Y8K1 
(14%,0%,8%,1%)
(0.14/0.00/0.08/0.01)	

CMYK percentages

%14.29
%0
%7.94
%1.18

Codes

Color #D8FCE8 in popluar color models

D8FCE8
RGB216252232
HSL147°85.71%91.76%
HSB/HSV147°14.29%98.82%
CMYK14.29%0.00%7.94%
1.18%

Color #D8FCE8 in popluar number systems.

HEXD8FCE8
Decimal216252232
Binary110110001111110011101000
Octal330374350

Shades and tints

Shades of #D8FCE8

#D8FCE8
(216,252,232)
#C5E6D3
(197,230,211)
#B2D0BE
(178,208,190)
#9FBAA9
(159,186,169)
#8CA494
(140,164,148)
#798E7F
(121,142,127)
#66786A
(102,120,106)
#536255
(83,98,85)
#404C40
(64,76,64)
#2D362B
(45,54,43)
#1A2016
(26,32,22)
#000000
(0,0,0)

Tints of #D8FCE8

#D8FCE8
(216,252,232)
#DBFCEA
(219,252,234)
#DEFCEC
(222,252,236)
#E1FCEE
(225,252,238)
#E4FCF0
(228,252,240)
#E7FCF2
(231,252,242)
#EAFCF4
(234,252,244)
#EDFCF6
(237,252,246)
#F0FCF8
(240,252,248)
#F3FCFA
(243,252,250)
#F6FCFC
(246,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8FCE8; }

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

This text font color is #D8FCE8.


Background Color

.myBgColor { background-color: #D8FCE8; }

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

This div background color is #D8FCE8.


Border color

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

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

This div border color is #D8FCE8.


Opacity

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

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

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

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

This text has shadow with #D8FCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FCE8 on black background.


Color preview on white background

This text has color #D8FCE8 on white background.



Black color preview on #D8FCE8 background

This text has black color on #D8FCE8 background.


White color preview on #D8FCE8 background

This text has white color on #D8FCE8 background.