COLOR #D7DBF3

HEX: #D7DBF3
RGB: (215,219,243)

Color info

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

RGB color model

#D7DBF3 color RGB value is (215,219,243).

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

RGB channels and saturation

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

215
219
243

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

Portions of RGB colors in percentages

R + G + B =
215 + 219 + 243 = 677 (100%)
R 215 of 677 ~ 31.76%
G 219 of 677 ~ 32.35%
B 243 of 677 ~ 35.89%

%31.76
%32.35
%35.89

CMYK color model

#D7DBF3 color CMYK value is (12,10,0,5).

  • cyan value is 11.52%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(12,10,0,5)
C12M10Y0K5 
(12%,10%,0%,5%)
(0.12/0.10/0.00/0.05)	

CMYK percentages

%11.52
%9.88
%0
%4.71

Codes

Color #D7DBF3 in popluar color models

D7DBF3
RGB215219243
HSL231°53.85%89.80%
HSB/HSV231°11.52%95.29%
CMYK11.52%9.88%0.00%
4.71%

Color #D7DBF3 in popluar number systems.

HEXD7DBF3
Decimal215219243
Binary110101111101101111110011
Octal327333363

Shades and tints

Shades of #D7DBF3

#D7DBF3
(215,219,243)
#C4C8DD
(196,200,221)
#B1B5C7
(177,181,199)
#9EA2B1
(158,162,177)
#8B8F9B
(139,143,155)
#787C85
(120,124,133)
#65696F
(101,105,111)
#525659
(82,86,89)
#3F4343
(63,67,67)
#2C302D
(44,48,45)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #D7DBF3

#D7DBF3
(215,219,243)
#DADEF4
(218,222,244)
#DDE1F5
(221,225,245)
#E0E4F6
(224,228,246)
#E3E7F7
(227,231,247)
#E6EAF8
(230,234,248)
#E9EDF9
(233,237,249)
#ECF0FA
(236,240,250)
#EFF3FB
(239,243,251)
#F2F6FC
(242,246,252)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DBF3; }

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

This text font color is #D7DBF3.


Background Color

.myBgColor { background-color: #D7DBF3; }

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

This div background color is #D7DBF3.


Border color

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

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

This div border color is #D7DBF3.


Opacity

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

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

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

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

This text has shadow with #D7DBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DBF3 on black background.


Color preview on white background

This text has color #D7DBF3 on white background.



Black color preview on #D7DBF3 background

This text has black color on #D7DBF3 background.


White color preview on #D7DBF3 background

This text has white color on #D7DBF3 background.