COLOR #D7DBF2

HEX: #D7DBF2
RGB: (215,219,242)

Color info

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

RGB color model

#D7DBF2 color RGB value is (215,219,242).

  • red value is 215;
  • green value is 219;
  • blue value is 242.
RGB:
(215,219,242)
(84%,86%,95%)

RGB channels and saturation

R 215 of 255 = 84%
G 219 of 255 = 86%
B 242 of 255 = 95%

215
219
242

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

Portions of RGB colors in percentages

R + G + B =
215 + 219 + 242 = 676 (100%)
R 215 of 676 ~ 31.8%
G 219 of 676 ~ 32.4%
B 242 of 676 ~ 35.8%

%31.8
%32.4
%35.8

CMYK color model

#D7DBF2 color CMYK value is (11,10,0,5).

  • cyan value is 11.16%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(11,10,0,5)
C11M10Y0K5 
(11%,10%,0%,5%)
(0.11/0.10/0.00/0.05)	

CMYK percentages

%11.16
%9.5
%0
%5.1

Codes

Color #D7DBF2 in popluar color models

D7DBF2
RGB215219242
HSL231°50.94%89.61%
HSB/HSV231°11.16%94.90%
CMYK11.16%9.50%0.00%
5.10%

Color #D7DBF2 in popluar number systems.

HEXD7DBF2
Decimal215219242
Binary110101111101101111110010
Octal327333362

Shades and tints

Shades of #D7DBF2

#D7DBF2
(215,219,242)
#C4C8DC
(196,200,220)
#B1B5C6
(177,181,198)
#9EA2B0
(158,162,176)
#8B8F9A
(139,143,154)
#787C84
(120,124,132)
#65696E
(101,105,110)
#525658
(82,86,88)
#3F4342
(63,67,66)
#2C302C
(44,48,44)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #D7DBF2

#D7DBF2
(215,219,242)
#DADEF3
(218,222,243)
#DDE1F4
(221,225,244)
#E0E4F5
(224,228,245)
#E3E7F6
(227,231,246)
#E6EAF7
(230,234,247)
#E9EDF8
(233,237,248)
#ECF0F9
(236,240,249)
#EFF3FA
(239,243,250)
#F2F6FB
(242,246,251)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DBF2 color. Also use rgb(215,219,242) instead hex code.

Text Font Color

.myTextColor { color: #D7DBF2; }

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

This text font color is #D7DBF2.


Background Color

.myBgColor { background-color: #D7DBF2; }

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

This div background color is #D7DBF2.


Border color

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

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

This div border color is #D7DBF2.


Opacity

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

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

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

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

This text has shadow with #D7DBF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DBF2 on black background.


Color preview on white background

This text has color #D7DBF2 on white background.



Black color preview on #D7DBF2 background

This text has black color on #D7DBF2 background.


White color preview on #D7DBF2 background

This text has white color on #D7DBF2 background.