COLOR #D4EEE6

HEX: #D4EEE6
RGB: (212,238,230)

Color info

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

RGB color model

#D4EEE6 color RGB value is (212,238,230).

  • red value is 212;
  • green value is 238;
  • blue value is 230.
RGB:
(212,238,230)
(83%,93%,90%)

RGB channels and saturation

R 212 of 255 = 83%
G 238 of 255 = 93%
B 230 of 255 = 90%

212
238
230

R + G + B ~ 89%. #D4EEE6 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 238 + 230 = 680 (100%)
R 212 of 680 ~ 31.18%
G 238 of 680 ~ 35%
B 230 of 680 ~ 33.82%

%31.18
%35
%33.82

CMYK color model

#D4EEE6 color CMYK value is (11,0,3,7).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 3.36%
  • key color value is 6.67%
CMYK:
(11,0,3,7)
C11M0Y3K7 
(11%,0%,3%,7%)
(0.11/0.00/0.03/0.07)	

CMYK percentages

%10.92
%0
%3.36
%6.67

Codes

Color #D4EEE6 in popluar color models

D4EEE6
RGB212238230
HSL162°43.33%88.24%
HSB/HSV162°10.92%93.33%
CMYK10.92%0.00%3.36%
6.67%

Color #D4EEE6 in popluar number systems.

HEXD4EEE6
Decimal212238230
Binary110101001110111011100110
Octal324356346

Shades and tints

Shades of #D4EEE6

#D4EEE6
(212,238,230)
#C1D9D2
(193,217,210)
#AEC4BE
(174,196,190)
#9BAFAA
(155,175,170)
#889A96
(136,154,150)
#758582
(117,133,130)
#62706E
(98,112,110)
#4F5B5A
(79,91,90)
#3C4646
(60,70,70)
#293132
(41,49,50)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #D4EEE6

#D4EEE6
(212,238,230)
#D7EFE8
(215,239,232)
#DAF0EA
(218,240,234)
#DDF1EC
(221,241,236)
#E0F2EE
(224,242,238)
#E3F3F0
(227,243,240)
#E6F4F2
(230,244,242)
#E9F5F4
(233,245,244)
#ECF6F6
(236,246,246)
#EFF7F8
(239,247,248)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EEE6 color. Also use rgb(212,238,230) instead hex code.

Text Font Color

.myTextColor { color: #D4EEE6; }

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

This text font color is #D4EEE6.


Background Color

.myBgColor { background-color: #D4EEE6; }

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

This div background color is #D4EEE6.


Border color

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

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

This div border color is #D4EEE6.


Opacity

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

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

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

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

This text has shadow with #D4EEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EEE6 on black background.


Color preview on white background

This text has color #D4EEE6 on white background.



Black color preview on #D4EEE6 background

This text has black color on #D4EEE6 background.


White color preview on #D4EEE6 background

This text has white color on #D4EEE6 background.