COLOR #D4DBF6

HEX: #D4DBF6
RGB: (212,219,246)

Color info

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

RGB color model

#D4DBF6 color RGB value is (212,219,246).

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

RGB channels and saturation

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

212
219
246

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

Portions of RGB colors in percentages

R + G + B =
212 + 219 + 246 = 677 (100%)
R 212 of 677 ~ 31.31%
G 219 of 677 ~ 32.35%
B 246 of 677 ~ 36.34%

%31.31
%32.35
%36.34

CMYK color model

#D4DBF6 color CMYK value is (14,11,0,4).

  • cyan value is 13.82%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(14,11,0,4)
C14M11Y0K4 
(14%,11%,0%,4%)
(0.14/0.11/0.00/0.04)	

CMYK percentages

%13.82
%10.98
%0
%3.53

Codes

Color #D4DBF6 in popluar color models

D4DBF6
RGB212219246
HSL228°65.38%89.80%
HSB/HSV228°13.82%96.47%
CMYK13.82%10.98%0.00%
3.53%

Color #D4DBF6 in popluar number systems.

HEXD4DBF6
Decimal212219246
Binary110101001101101111110110
Octal324333366

Shades and tints

Shades of #D4DBF6

#D4DBF6
(212,219,246)
#C1C8E0
(193,200,224)
#AEB5CA
(174,181,202)
#9BA2B4
(155,162,180)
#888F9E
(136,143,158)
#757C88
(117,124,136)
#626972
(98,105,114)
#4F565C
(79,86,92)
#3C4346
(60,67,70)
#293030
(41,48,48)
#161D1A
(22,29,26)
#000000
(0,0,0)

Tints of #D4DBF6

#D4DBF6
(212,219,246)
#D7DEF6
(215,222,246)
#DAE1F6
(218,225,246)
#DDE4F6
(221,228,246)
#E0E7F6
(224,231,246)
#E3EAF6
(227,234,246)
#E6EDF6
(230,237,246)
#E9F0F6
(233,240,246)
#ECF3F6
(236,243,246)
#EFF6F6
(239,246,246)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DBF6; }

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

This text font color is #D4DBF6.


Background Color

.myBgColor { background-color: #D4DBF6; }

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

This div background color is #D4DBF6.


Border color

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

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

This div border color is #D4DBF6.


Opacity

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

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

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

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

This text has shadow with #D4DBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DBF6 on black background.


Color preview on white background

This text has color #D4DBF6 on white background.



Black color preview on #D4DBF6 background

This text has black color on #D4DBF6 background.


White color preview on #D4DBF6 background

This text has white color on #D4DBF6 background.