COLOR #D4DEEA

HEX: #D4DEEA
RGB: (212,222,234)

Color info

#D4DEEA contains red, green and blue colors in about the same proportion. Web safe color of #D4DEEA is #CCCCFF (or #CCF).

RGB color model

#D4DEEA color RGB value is (212,222,234).

  • red value is 212;
  • green value is 222;
  • blue value is 234.
RGB:
(212,222,234)
(83%,87%,92%)

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 234 of 255 = 92%

212
222
234

R + G + B ~ 87%. #D4DEEA is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 222 + 234 = 668 (100%)
R 212 of 668 ~ 31.74%
G 222 of 668 ~ 33.23%
B 234 of 668 ~ 35.03%

%31.74
%33.23
%35.03

CMYK color model

#D4DEEA color CMYK value is (9,5,0,8).

  • cyan value is 9.40%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,5,0,8)
C9M5Y0K8 
(9%,5%,0%,8%)
(0.09/0.05/0.00/0.08)	

CMYK percentages

%9.4
%5.13
%0
%8.24

Codes

Color #D4DEEA in popluar color models

D4DEEA
RGB212222234
HSL213°34.38%87.45%
HSB/HSV213°9.40%91.76%
CMYK9.40%5.13%0.00%
8.24%

Color #D4DEEA in popluar number systems.

HEXD4DEEA
Decimal212222234
Binary110101001101111011101010
Octal324336352

Shades and tints

Shades of #D4DEEA

#D4DEEA
(212,222,234)
#C1CAD5
(193,202,213)
#AEB6C0
(174,182,192)
#9BA2AB
(155,162,171)
#888E96
(136,142,150)
#757A81
(117,122,129)
#62666C
(98,102,108)
#4F5257
(79,82,87)
#3C3E42
(60,62,66)
#292A2D
(41,42,45)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #D4DEEA

#D4DEEA
(212,222,234)
#D7E1EB
(215,225,235)
#DAE4EC
(218,228,236)
#DDE7ED
(221,231,237)
#E0EAEE
(224,234,238)
#E3EDEF
(227,237,239)
#E6F0F0
(230,240,240)
#E9F3F1
(233,243,241)
#ECF6F2
(236,246,242)
#EFF9F3
(239,249,243)
#F2FCF4
(242,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DEEA color. Also use rgb(212,222,234) instead hex code.

Text Font Color

.myTextColor { color: #D4DEEA; }

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

This text font color is #D4DEEA.


Background Color

.myBgColor { background-color: #D4DEEA; }

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

This div background color is #D4DEEA.


Border color

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

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

This div border color is #D4DEEA.


Opacity

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

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

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

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

This text has shadow with #D4DEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DEEA on black background.


Color preview on white background

This text has color #D4DEEA on white background.



Black color preview on #D4DEEA background

This text has black color on #D4DEEA background.


White color preview on #D4DEEA background

This text has white color on #D4DEEA background.