COLOR #D4DCF7

HEX: #D4DCF7
RGB: (212,220,247)

Color info

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

RGB color model

#D4DCF7 color RGB value is (212,220,247).

  • red value is 212;
  • green value is 220;
  • blue value is 247.
RGB:
(212,220,247)
(83%,86%,97%)

RGB channels and saturation

R 212 of 255 = 83%
G 220 of 255 = 86%
B 247 of 255 = 97%

212
220
247

R + G + B ~ 89%. #D4DCF7 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 220 + 247 = 679 (100%)
R 212 of 679 ~ 31.22%
G 220 of 679 ~ 32.4%
B 247 of 679 ~ 36.38%

%31.22
%32.4
%36.38

CMYK color model

#D4DCF7 color CMYK value is (14,11,0,3).

  • cyan value is 14.17%
  • magenta value is 10.93%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(14,11,0,3)
C14M11Y0K3 
(14%,11%,0%,3%)
(0.14/0.11/0.00/0.03)	

CMYK percentages

%14.17
%10.93
%0
%3.14

Codes

Color #D4DCF7 in popluar color models

D4DCF7
RGB212220247
HSL226°68.63%90.00%
HSB/HSV226°14.17%96.86%
CMYK14.17%10.93%0.00%
3.14%

Color #D4DCF7 in popluar number systems.

HEXD4DCF7
Decimal212220247
Binary110101001101110011110111
Octal324334367

Shades and tints

Shades of #D4DCF7

#D4DCF7
(212,220,247)
#C1C8E1
(193,200,225)
#AEB4CB
(174,180,203)
#9BA0B5
(155,160,181)
#888C9F
(136,140,159)
#757889
(117,120,137)
#626473
(98,100,115)
#4F505D
(79,80,93)
#3C3C47
(60,60,71)
#292831
(41,40,49)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #D4DCF7

#D4DCF7
(212,220,247)
#D7DFF7
(215,223,247)
#DAE2F7
(218,226,247)
#DDE5F7
(221,229,247)
#E0E8F7
(224,232,247)
#E3EBF7
(227,235,247)
#E6EEF7
(230,238,247)
#E9F1F7
(233,241,247)
#ECF4F7
(236,244,247)
#EFF7F7
(239,247,247)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DCF7 color. Also use rgb(212,220,247) instead hex code.

Text Font Color

.myTextColor { color: #D4DCF7; }

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

This text font color is #D4DCF7.


Background Color

.myBgColor { background-color: #D4DCF7; }

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

This div background color is #D4DCF7.


Border color

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

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

This div border color is #D4DCF7.


Opacity

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

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

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

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

This text has shadow with #D4DCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DCF7 on black background.


Color preview on white background

This text has color #D4DCF7 on white background.



Black color preview on #D4DCF7 background

This text has black color on #D4DCF7 background.


White color preview on #D4DCF7 background

This text has white color on #D4DCF7 background.