COLOR #D4DBE7

HEX: #D4DBE7 RGB: (212,219,231)

Color info

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

RGB color model

#D4DBE7 color RGB value is (212,219,231).

RGB: (212,219,231) (83%, 86%, 91%)

RGB channels and saturation

R 212 of 255 = 83%
G 219 of 255 = 86%
B 231 of 255 = 91%

212
219
231

R + G + B ~ 87%. #D4DBE7 is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 219 + 231 = 662 (100%)
R 212 of 662 ~ 32.02%
G 219 of 662 ~ 33.08%
B 231 of 662 ~ 34.89'%

%32.02
%33.08
%34.89

CMYK color model

#D4DBE7 color CMYK value is (8,5,0,9).

  • cyan value is 8.23%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (8,5,0,9)
C8M5Y0K9 (8%, 5%, 0%, 9%)
(0.08 / 0.05 / 0.00 / 0.09)

CMYK percentages

%8.23
%5.19
%0
%9.41

Codes

Color #D4DBE7 in popluar color models

D4 DB E7
RGB 212 219 231
HSL 218° 28.36% 86.86%
HSB/HSV 218° 8.23% 90.59%
CMYK 8.23% 5.19% 0.00%
9.41%

Color #D4DBE7 in popluar number systems.

HEX D4 DB E7
Decimal 212 219 231
Binary 11010100 11011011 11100111
Octal 324 333 347

Shades and tints

Shades of #D4DBE7

#D4DBE7
(212,219,231)
#C1C8D2
(193,200,210)
#AEB5BD
(174,181,189)
#9BA2A8
(155,162,168)
#888F93
(136,143,147)
#757C7E
(117,124,126)
#626969
(98,105,105)
#4F5654
(79,86,84)
#3C433F
(60,67,63)
#29302A
(41,48,42)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #D4DBE7

#D4DBE7
(212,219,231)
#D7DEE9
(215,222,233)
#DAE1EB
(218,225,235)
#DDE4ED
(221,228,237)
#E0E7EF
(224,231,239)
#E3EAF1
(227,234,241)
#E6EDF3
(230,237,243)
#E9F0F5
(233,240,245)
#ECF3F7
(236,243,247)
#EFF6F9
(239,246,249)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DBE7; }

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

This text font color is #D4DBE7.

Background Color

.myBgColor { background-color: #D4DBE7; }

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

This div background color is #D4DBE7.

Border color

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

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

This div border color is #D4DBE7.

Opacity

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

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

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

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

This text has shadow with #D4DBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DBE7.

Preview

Color preview on black background

This text has color #D4DBE7 on black background.


Color preview on white background

This text has color #D4DBE7 on white background.


Black color preview on #D4DBE7 background

This text has black color on #D4DBE7 background.


White color preview on #D4DBE7 background

This text has white color on #D4DBE7 background.


Related colors

Complementary color

Complementary color for #hex is #2B2418.


I love getcolorcode.com

Triadic colors

1 #E7D4DB and #DBE7D4 with #D4DBE7 are triadic colors.

2 #E7DBD4 and #DBD4E7 with #D4DBE7 are triadic colors.