COLOR #D7DCF0

HEX: #D7DCF0
RGB: (215,220,240)

Color info

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

RGB color model

#D7DCF0 color RGB value is (215,220,240).

  • red value is 215;
  • green value is 220;
  • blue value is 240.
RGB:
(215,220,240)
(84%,86%,94%)

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 240 of 255 = 94%

215
220
240

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

Portions of RGB colors in percentages

R + G + B =
215 + 220 + 240 = 675 (100%)
R 215 of 675 ~ 31.85%
G 220 of 675 ~ 32.59%
B 240 of 675 ~ 35.56%

%31.85
%32.59
%35.56

CMYK color model

#D7DCF0 color CMYK value is (10,8,0,6).

  • cyan value is 10.42%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(10,8,0,6)
C10M8Y0K6 
(10%,8%,0%,6%)
(0.10/0.08/0.00/0.06)	

CMYK percentages

%10.42
%8.33
%0
%5.88

Codes

Color #D7DCF0 in popluar color models

D7DCF0
RGB215220240
HSL228°45.45%89.22%
HSB/HSV228°10.42%94.12%
CMYK10.42%8.33%0.00%
5.88%

Color #D7DCF0 in popluar number systems.

HEXD7DCF0
Decimal215220240
Binary110101111101110011110000
Octal327334360

Shades and tints

Shades of #D7DCF0

#D7DCF0
(215,220,240)
#C4C8DB
(196,200,219)
#B1B4C6
(177,180,198)
#9EA0B1
(158,160,177)
#8B8C9C
(139,140,156)
#787887
(120,120,135)
#656472
(101,100,114)
#52505D
(82,80,93)
#3F3C48
(63,60,72)
#2C2833
(44,40,51)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #D7DCF0

#D7DCF0
(215,220,240)
#DADFF1
(218,223,241)
#DDE2F2
(221,226,242)
#E0E5F3
(224,229,243)
#E3E8F4
(227,232,244)
#E6EBF5
(230,235,245)
#E9EEF6
(233,238,246)
#ECF1F7
(236,241,247)
#EFF4F8
(239,244,248)
#F2F7F9
(242,247,249)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DCF0 color. Also use rgb(215,220,240) instead hex code.

Text Font Color

.myTextColor { color: #D7DCF0; }

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

This text font color is #D7DCF0.


Background Color

.myBgColor { background-color: #D7DCF0; }

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

This div background color is #D7DCF0.


Border color

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

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

This div border color is #D7DCF0.


Opacity

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

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

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

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

This text has shadow with #D7DCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DCF0 on black background.


Color preview on white background

This text has color #D7DCF0 on white background.



Black color preview on #D7DCF0 background

This text has black color on #D7DCF0 background.


White color preview on #D7DCF0 background

This text has white color on #D7DCF0 background.