COLOR #D8FFEE

HEX: #D8FFEE
RGB: (216,255,238)

Color info

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

RGB color model

#D8FFEE color RGB value is (216,255,238).

  • red value is 216;
  • green value is 255;
  • blue value is 238.
RGB:
(216,255,238)
(85%,100%,93%)

RGB channels and saturation

R 216 of 255 = 85%
G 255 of 255 = 100%
B 238 of 255 = 93%

216
255
238

R + G + B ~ 93%. #D8FFEE is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 255 + 238 = 709 (100%)
R 216 of 709 ~ 30.47%
G 255 of 709 ~ 35.97%
B 238 of 709 ~ 33.57%

%30.47
%35.97
%33.57

CMYK color model

#D8FFEE color CMYK value is (15,0,7,0).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(15,0,7,0)
C15M0Y7K0 
(15%,0%,7%,0%)
(0.15/0.00/0.07/0.00)	

CMYK percentages

%15.29
%0
%6.67
%0

Codes

Color #D8FFEE in popluar color models

D8FFEE
RGB216255238
HSL154°100.00%92.35%
HSB/HSV154°15.29%100.00%
CMYK15.29%0.00%6.67%
0.00%

Color #D8FFEE in popluar number systems.

HEXD8FFEE
Decimal216255238
Binary110110001111111111101110
Octal330377356

Shades and tints

Shades of #D8FFEE

#D8FFEE
(216,255,238)
#C5E8D9
(197,232,217)
#B2D1C4
(178,209,196)
#9FBAAF
(159,186,175)
#8CA39A
(140,163,154)
#798C85
(121,140,133)
#667570
(102,117,112)
#535E5B
(83,94,91)
#404746
(64,71,70)
#2D3031
(45,48,49)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #D8FFEE

#D8FFEE
(216,255,238)
#DBFFEF
(219,255,239)
#DEFFF0
(222,255,240)
#E1FFF1
(225,255,241)
#E4FFF2
(228,255,242)
#E7FFF3
(231,255,243)
#EAFFF4
(234,255,244)
#EDFFF5
(237,255,245)
#F0FFF6
(240,255,246)
#F3FFF7
(243,255,247)
#F6FFF8
(246,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8FFEE color. Also use rgb(216,255,238) instead hex code.

Text Font Color

.myTextColor { color: #D8FFEE; }

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

This text font color is #D8FFEE.


Background Color

.myBgColor { background-color: #D8FFEE; }

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

This div background color is #D8FFEE.


Border color

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

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

This div border color is #D8FFEE.


Opacity

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

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

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

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

This text has shadow with #D8FFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8FFEE on black background.


Color preview on white background

This text has color #D8FFEE on white background.



Black color preview on #D8FFEE background

This text has black color on #D8FFEE background.


White color preview on #D8FFEE background

This text has white color on #D8FFEE background.