COLOR #D5DBEC

HEX: #D5DBEC
RGB: (213,219,236)

Color info

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

RGB color model

#D5DBEC color RGB value is (213,219,236).

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

RGB channels and saturation

R 213 of 255 = 84%
G 219 of 255 = 86%
B 236 of 255 = 93%

213
219
236

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

Portions of RGB colors in percentages

R + G + B =
213 + 219 + 236 = 668 (100%)
R 213 of 668 ~ 31.89%
G 219 of 668 ~ 32.78%
B 236 of 668 ~ 35.33%

%31.89
%32.78
%35.33

CMYK color model

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

  • cyan value is 9.75%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(10,7,0,7)
C10M7Y0K7 
(10%,7%,0%,7%)
(0.10/0.07/0.00/0.07)	

CMYK percentages

%9.75
%7.2
%0
%7.45

Codes

Color #D5DBEC in popluar color models

D5DBEC
RGB213219236
HSL224°37.70%88.04%
HSB/HSV224°9.75%92.55%
CMYK9.75%7.20%0.00%
7.45%

Color #D5DBEC in popluar number systems.

HEXD5DBEC
Decimal213219236
Binary110101011101101111101100
Octal325333354

Shades and tints

Shades of #D5DBEC

#D5DBEC
(213,219,236)
#C2C8D7
(194,200,215)
#AFB5C2
(175,181,194)
#9CA2AD
(156,162,173)
#898F98
(137,143,152)
#767C83
(118,124,131)
#63696E
(99,105,110)
#505659
(80,86,89)
#3D4344
(61,67,68)
#2A302F
(42,48,47)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #D5DBEC

#D5DBEC
(213,219,236)
#D8DEED
(216,222,237)
#DBE1EE
(219,225,238)
#DEE4EF
(222,228,239)
#E1E7F0
(225,231,240)
#E4EAF1
(228,234,241)
#E7EDF2
(231,237,242)
#EAF0F3
(234,240,243)
#EDF3F4
(237,243,244)
#F0F6F5
(240,246,245)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DBEC; }

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

This text font color is #D5DBEC.


Background Color

.myBgColor { background-color: #D5DBEC; }

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

This div background color is #D5DBEC.


Border color

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

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

This div border color is #D5DBEC.


Opacity

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

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

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

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

This text has shadow with #D5DBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DBEC on black background.


Color preview on white background

This text has color #D5DBEC on white background.



Black color preview on #D5DBEC background

This text has black color on #D5DBEC background.


White color preview on #D5DBEC background

This text has white color on #D5DBEC background.