COLOR #D5DBF7

HEX: #D5DBF7
RGB: (213,219,247)

Color info

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

RGB color model

#D5DBF7 color RGB value is (213,219,247).

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

RGB channels and saturation

R 213 of 255 = 84%
G 219 of 255 = 86%
B 247 of 255 = 97%

213
219
247

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

Portions of RGB colors in percentages

R + G + B =
213 + 219 + 247 = 679 (100%)
R 213 of 679 ~ 31.37%
G 219 of 679 ~ 32.25%
B 247 of 679 ~ 36.38%

%31.37
%32.25
%36.38

CMYK color model

#D5DBF7 color CMYK value is (14,11,0,3).

  • cyan value is 13.77%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(14,11,0,3)
C14M11Y0K3 
(14%,11%,0%,3%)
(0.14/0.11/0.00/0.03)	

CMYK percentages

%13.77
%11.34
%0
%3.14

Codes

Color #D5DBF7 in popluar color models

D5DBF7
RGB213219247
HSL229°68.00%90.20%
HSB/HSV229°13.77%96.86%
CMYK13.77%11.34%0.00%
3.14%

Color #D5DBF7 in popluar number systems.

HEXD5DBF7
Decimal213219247
Binary110101011101101111110111
Octal325333367

Shades and tints

Shades of #D5DBF7

#D5DBF7
(213,219,247)
#C2C8E1
(194,200,225)
#AFB5CB
(175,181,203)
#9CA2B5
(156,162,181)
#898F9F
(137,143,159)
#767C89
(118,124,137)
#636973
(99,105,115)
#50565D
(80,86,93)
#3D4347
(61,67,71)
#2A3031
(42,48,49)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #D5DBF7

#D5DBF7
(213,219,247)
#D8DEF7
(216,222,247)
#DBE1F7
(219,225,247)
#DEE4F7
(222,228,247)
#E1E7F7
(225,231,247)
#E4EAF7
(228,234,247)
#E7EDF7
(231,237,247)
#EAF0F7
(234,240,247)
#EDF3F7
(237,243,247)
#F0F6F7
(240,246,247)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DBF7; }

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

This text font color is #D5DBF7.


Background Color

.myBgColor { background-color: #D5DBF7; }

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

This div background color is #D5DBF7.


Border color

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

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

This div border color is #D5DBF7.


Opacity

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

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

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

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

This text has shadow with #D5DBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DBF7 on black background.


Color preview on white background

This text has color #D5DBF7 on white background.



Black color preview on #D5DBF7 background

This text has black color on #D5DBF7 background.


White color preview on #D5DBF7 background

This text has white color on #D5DBF7 background.