COLOR #D8FEE9

HEX: #D8FEE9
RGB: (216,254,233)

Color info

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

RGB color model

#D8FEE9 color RGB value is (216,254,233).

  • red value is 216;
  • green value is 254;
  • blue value is 233.
RGB:
(216,254,233)
(85%,100%,91%)

RGB channels and saturation

R 216 of 255 = 85%
G 254 of 255 = 100%
B 233 of 255 = 91%

216
254
233

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

Portions of RGB colors in percentages

R + G + B =
216 + 254 + 233 = 703 (100%)
R 216 of 703 ~ 30.73%
G 254 of 703 ~ 36.13%
B 233 of 703 ~ 33.14%

%30.73
%36.13
%33.14

CMYK color model

#D8FEE9 color CMYK value is (15,0,8,0).

  • cyan value is 14.96%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 0.39%
CMYK:
(15,0,8,0)
C15M0Y8K0 
(15%,0%,8%,0%)
(0.15/0.00/0.08/0.00)	

CMYK percentages

%14.96
%0
%8.27
%0.39

Codes

Color #D8FEE9 in popluar color models

D8FEE9
RGB216254233
HSL147°95.00%92.16%
HSB/HSV147°14.96%99.61%
CMYK14.96%0.00%8.27%
0.39%

Color #D8FEE9 in popluar number systems.

HEXD8FEE9
Decimal216254233
Binary110110001111111011101001
Octal330376351

Shades and tints

Shades of #D8FEE9

#D8FEE9
(216,254,233)
#C5E7D4
(197,231,212)
#B2D0BF
(178,208,191)
#9FB9AA
(159,185,170)
#8CA295
(140,162,149)
#798B80
(121,139,128)
#66746B
(102,116,107)
#535D56
(83,93,86)
#404641
(64,70,65)
#2D2F2C
(45,47,44)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #D8FEE9

#D8FEE9
(216,254,233)
#DBFEEB
(219,254,235)
#DEFEED
(222,254,237)
#E1FEEF
(225,254,239)
#E4FEF1
(228,254,241)
#E7FEF3
(231,254,243)
#EAFEF5
(234,254,245)
#EDFEF7
(237,254,247)
#F0FEF9
(240,254,249)
#F3FEFB
(243,254,251)
#F6FEFD
(246,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8FEE9 color. Also use rgb(216,254,233) instead hex code.

Text Font Color

.myTextColor { color: #D8FEE9; }

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

This text font color is #D8FEE9.


Background Color

.myBgColor { background-color: #D8FEE9; }

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

This div background color is #D8FEE9.


Border color

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

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

This div border color is #D8FEE9.


Opacity

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

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

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

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

This text has shadow with #D8FEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FEE9 on black background.


Color preview on white background

This text has color #D8FEE9 on white background.



Black color preview on #D8FEE9 background

This text has black color on #D8FEE9 background.


White color preview on #D8FEE9 background

This text has white color on #D8FEE9 background.