COLOR #D5DEEC

HEX: #D5DEEC
RGB: (213,222,236)

Color info

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

RGB color model

#D5DEEC color RGB value is (213,222,236).

  • red value is 213;
  • green value is 222;
  • blue value is 236.
RGB:
(213,222,236)
(84%,87%,93%)

RGB channels and saturation

R 213 of 255 = 84%
G 222 of 255 = 87%
B 236 of 255 = 93%

213
222
236

R + G + B ~ 88%. #D5DEEC is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 222 + 236 = 671 (100%)
R 213 of 671 ~ 31.74%
G 222 of 671 ~ 33.08%
B 236 of 671 ~ 35.17%

%31.74
%33.08
%35.17

CMYK color model

#D5DEEC color CMYK value is (10,6,0,7).

  • cyan value is 9.75%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(10,6,0,7)
C10M6Y0K7 
(10%,6%,0%,7%)
(0.10/0.06/0.00/0.07)	

CMYK percentages

%9.75
%5.93
%0
%7.45

Codes

Color #D5DEEC in popluar color models

D5DEEC
RGB213222236
HSL217°37.70%88.04%
HSB/HSV217°9.75%92.55%
CMYK9.75%5.93%0.00%
7.45%

Color #D5DEEC in popluar number systems.

HEXD5DEEC
Decimal213222236
Binary110101011101111011101100
Octal325336354

Shades and tints

Shades of #D5DEEC

#D5DEEC
(213,222,236)
#C2CAD7
(194,202,215)
#AFB6C2
(175,182,194)
#9CA2AD
(156,162,173)
#898E98
(137,142,152)
#767A83
(118,122,131)
#63666E
(99,102,110)
#505259
(80,82,89)
#3D3E44
(61,62,68)
#2A2A2F
(42,42,47)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #D5DEEC

#D5DEEC
(213,222,236)
#D8E1ED
(216,225,237)
#DBE4EE
(219,228,238)
#DEE7EF
(222,231,239)
#E1EAF0
(225,234,240)
#E4EDF1
(228,237,241)
#E7F0F2
(231,240,242)
#EAF3F3
(234,243,243)
#EDF6F4
(237,246,244)
#F0F9F5
(240,249,245)
#F3FCF6
(243,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DEEC color. Also use rgb(213,222,236) instead hex code.

Text Font Color

.myTextColor { color: #D5DEEC; }

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

This text font color is #D5DEEC.


Background Color

.myBgColor { background-color: #D5DEEC; }

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

This div background color is #D5DEEC.


Border color

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

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

This div border color is #D5DEEC.


Opacity

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

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

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

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

This text has shadow with #D5DEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DEEC on black background.


Color preview on white background

This text has color #D5DEEC on white background.



Black color preview on #D5DEEC background

This text has black color on #D5DEEC background.


White color preview on #D5DEEC background

This text has white color on #D5DEEC background.