COLOR #D4DBF1

HEX: #D4DBF1 RGB: (212,219,241)

Color info

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

RGB color model

#D4DBF1 color RGB value is (212,219,241).

RGB: (212,219,241) (83%, 86%, 95%)

RGB channels and saturation

R 212 of 255 = 83%
G 219 of 255 = 86%
B 241 of 255 = 95%

212
219
241

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

Portions of RGB colors in percentages

R + G + B = 212 + 219 + 241 = 672 (100%)
R 212 of 672 ~ 31.55%
G 219 of 672 ~ 32.59%
B 241 of 672 ~ 35.86'%

%31.55
%32.59
%35.86

CMYK color model

#D4DBF1 color CMYK value is (12,9,0,5).

  • cyan value is 12.03%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (12,9,0,5) C12M9Y0K5 (12%,9%,0%,5%) (0.12/0.09/0.00/0.05) 

CMYK percentages

%12.03
%9.13
%0
%5.49

Codes

Color #D4DBF1 in popluar color models

D4 DB F1
RGB 212 219 241
HSL 226° 50.88% 88.82%
HSB/HSV 226° 12.03% 94.51%
CMYK 12.03% 9.13% 0.00%
5.49%

Color #D4DBF1 in popluar number systems.

HEX D4 DB F1
Decimal 212 219 241
Binary 11010100 11011011 11110001
Octal 324 333 361

Shades and tints

Shades of #D4DBF1

#D4DBF1
(212,219,241)
#C1C8DC
(193,200,220)
#AEB5C7
(174,181,199)
#9BA2B2
(155,162,178)
#888F9D
(136,143,157)
#757C88
(117,124,136)
#626973
(98,105,115)
#4F565E
(79,86,94)
#3C4349
(60,67,73)
#293034
(41,48,52)
#161D1F
(22,29,31)
#000000
(0,0,0)

Tints of #D4DBF1

#D4DBF1
(212,219,241)
#D7DEF2
(215,222,242)
#DAE1F3
(218,225,243)
#DDE4F4
(221,228,244)
#E0E7F5
(224,231,245)
#E3EAF6
(227,234,246)
#E6EDF7
(230,237,247)
#E9F0F8
(233,240,248)
#ECF3F9
(236,243,249)
#EFF6FA
(239,246,250)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DBF1; }

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

This text font color is #D4DBF1.

Background Color

.myBgColor { background-color: #D4DBF1; }

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

This div background color is #D4DBF1.

Border color

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

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

This div border color is #D4DBF1.

Opacity

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

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

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

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

This text has shadow with #D4DBF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DBF1.

Preview

Color preview on black background

This text has color #D4DBF1 on black background.


Color preview on white background

This text has color #D4DBF1 on white background.


Black color preview on #D4DBF1 background

This text has black color on #D4DBF1 background.


White color preview on #D4DBF1 background

This text has white color on #D4DBF1 background.


Related colors

Complementary color

Complementary color for #hex is #2B240E.


I love getcolorcode.com

Triadic colors

1 #F1D4DB and #DBF1D4 with #D4DBF1 are triadic colors.

2 #F1DBD4 and #DBD4F1 with #D4DBF1 are triadic colors.