COLOR #D4DBEF

HEX: #D4DBEF
RGB: (212,219,239)

Color info

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

RGB color model

#D4DBEF color RGB value is (212,219,239).

  • red value is 212;
  • green value is 219;
  • blue value is 239.
RGB:
(212,219,239)
(83%,86%,94%)

RGB channels and saturation

R 212 of 255 = 83%
G 219 of 255 = 86%
B 239 of 255 = 94%

212
219
239

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

Portions of RGB colors in percentages

R + G + B =
212 + 219 + 239 = 670 (100%)
R 212 of 670 ~ 31.64%
G 219 of 670 ~ 32.69%
B 239 of 670 ~ 35.67%

%31.64
%32.69
%35.67

CMYK color model

#D4DBEF color CMYK value is (11,8,0,6).

  • cyan value is 11.30%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(11,8,0,6)
C11M8Y0K6 
(11%,8%,0%,6%)
(0.11/0.08/0.00/0.06)	

CMYK percentages

%11.3
%8.37
%0
%6.27

Codes

Color #D4DBEF in popluar color models

D4DBEF
RGB212219239
HSL224°45.76%88.43%
HSB/HSV224°11.30%93.73%
CMYK11.30%8.37%0.00%
6.27%

Color #D4DBEF in popluar number systems.

HEXD4DBEF
Decimal212219239
Binary110101001101101111101111
Octal324333357

Shades and tints

Shades of #D4DBEF

#D4DBEF
(212,219,239)
#C1C8DA
(193,200,218)
#AEB5C5
(174,181,197)
#9BA2B0
(155,162,176)
#888F9B
(136,143,155)
#757C86
(117,124,134)
#626971
(98,105,113)
#4F565C
(79,86,92)
#3C4347
(60,67,71)
#293032
(41,48,50)
#161D1D
(22,29,29)
#000000
(0,0,0)

Tints of #D4DBEF

#D4DBEF
(212,219,239)
#D7DEF0
(215,222,240)
#DAE1F1
(218,225,241)
#DDE4F2
(221,228,242)
#E0E7F3
(224,231,243)
#E3EAF4
(227,234,244)
#E6EDF5
(230,237,245)
#E9F0F6
(233,240,246)
#ECF3F7
(236,243,247)
#EFF6F8
(239,246,248)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DBEF color. Also use rgb(212,219,239) instead hex code.

Text Font Color

.myTextColor { color: #D4DBEF; }

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

This text font color is #D4DBEF.


Background Color

.myBgColor { background-color: #D4DBEF; }

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

This div background color is #D4DBEF.


Border color

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

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

This div border color is #D4DBEF.


Opacity

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

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

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

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

This text has shadow with #D4DBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DBEF on black background.


Color preview on white background

This text has color #D4DBEF on white background.



Black color preview on #D4DBEF background

This text has black color on #D4DBEF background.


White color preview on #D4DBEF background

This text has white color on #D4DBEF background.