COLOR #D4DBF5

HEX: #D4DBF5
RGB: (212,219,245)

Color info

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

RGB color model

#D4DBF5 color RGB value is (212,219,245).

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

RGB channels and saturation

R 212 of 255 = 83%
G 219 of 255 = 86%
B 245 of 255 = 96%

212
219
245

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

Portions of RGB colors in percentages

R + G + B =
212 + 219 + 245 = 676 (100%)
R 212 of 676 ~ 31.36%
G 219 of 676 ~ 32.4%
B 245 of 676 ~ 36.24%

%31.36
%32.4
%36.24

CMYK color model

#D4DBF5 color CMYK value is (13,11,0,4).

  • cyan value is 13.47%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(13,11,0,4)
C13M11Y0K4 
(13%,11%,0%,4%)
(0.13/0.11/0.00/0.04)	

CMYK percentages

%13.47
%10.61
%0
%3.92

Codes

Color #D4DBF5 in popluar color models

D4DBF5
RGB212219245
HSL227°62.26%89.61%
HSB/HSV227°13.47%96.08%
CMYK13.47%10.61%0.00%
3.92%

Color #D4DBF5 in popluar number systems.

HEXD4DBF5
Decimal212219245
Binary110101001101101111110101
Octal324333365

Shades and tints

Shades of #D4DBF5

#D4DBF5
(212,219,245)
#C1C8DF
(193,200,223)
#AEB5C9
(174,181,201)
#9BA2B3
(155,162,179)
#888F9D
(136,143,157)
#757C87
(117,124,135)
#626971
(98,105,113)
#4F565B
(79,86,91)
#3C4345
(60,67,69)
#29302F
(41,48,47)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #D4DBF5

#D4DBF5
(212,219,245)
#D7DEF5
(215,222,245)
#DAE1F5
(218,225,245)
#DDE4F5
(221,228,245)
#E0E7F5
(224,231,245)
#E3EAF5
(227,234,245)
#E6EDF5
(230,237,245)
#E9F0F5
(233,240,245)
#ECF3F5
(236,243,245)
#EFF6F5
(239,246,245)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DBF5; }

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

This text font color is #D4DBF5.


Background Color

.myBgColor { background-color: #D4DBF5; }

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

This div background color is #D4DBF5.


Border color

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

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

This div border color is #D4DBF5.


Opacity

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

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

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

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

This text has shadow with #D4DBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DBF5 on black background.


Color preview on white background

This text has color #D4DBF5 on white background.



Black color preview on #D4DBF5 background

This text has black color on #D4DBF5 background.


White color preview on #D4DBF5 background

This text has white color on #D4DBF5 background.