COLOR #D4D7EF

HEX: #D4D7EF
RGB: (212,215,239)

Color info

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

RGB color model

#D4D7EF color RGB value is (212,215,239).

  • red value is 212;
  • green value is 215;
  • blue value is 239.
RGB:
(212,215,239)
(83%,84%,94%)

RGB channels and saturation

R 212 of 255 = 83%
G 215 of 255 = 84%
B 239 of 255 = 94%

212
215
239

R + G + B ~ 87%. #D4D7EF is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 215 + 239 = 666 (100%)
R 212 of 666 ~ 31.83%
G 215 of 666 ~ 32.28%
B 239 of 666 ~ 35.89%

%31.83
%32.28
%35.89

CMYK color model

#D4D7EF color CMYK value is (11,10,0,6).

  • cyan value is 11.30%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(11,10,0,6)
C11M10Y0K6 
(11%,10%,0%,6%)
(0.11/0.10/0.00/0.06)	

CMYK percentages

%11.3
%10.04
%0
%6.27

Codes

Color #D4D7EF in popluar color models

D4D7EF
RGB212215239
HSL233°45.76%88.43%
HSB/HSV233°11.30%93.73%
CMYK11.30%10.04%0.00%
6.27%

Color #D4D7EF in popluar number systems.

HEXD4D7EF
Decimal212215239
Binary110101001101011111101111
Octal324327357

Shades and tints

Shades of #D4D7EF

#D4D7EF
(212,215,239)
#C1C4DA
(193,196,218)
#AEB1C5
(174,177,197)
#9B9EB0
(155,158,176)
#888B9B
(136,139,155)
#757886
(117,120,134)
#626571
(98,101,113)
#4F525C
(79,82,92)
#3C3F47
(60,63,71)
#292C32
(41,44,50)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #D4D7EF

#D4D7EF
(212,215,239)
#D7DAF0
(215,218,240)
#DADDF1
(218,221,241)
#DDE0F2
(221,224,242)
#E0E3F3
(224,227,243)
#E3E6F4
(227,230,244)
#E6E9F5
(230,233,245)
#E9ECF6
(233,236,246)
#ECEFF7
(236,239,247)
#EFF2F8
(239,242,248)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D7EF color. Also use rgb(212,215,239) instead hex code.

Text Font Color

.myTextColor { color: #D4D7EF; }

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

This text font color is #D4D7EF.


Background Color

.myBgColor { background-color: #D4D7EF; }

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

This div background color is #D4D7EF.


Border color

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

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

This div border color is #D4D7EF.


Opacity

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

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

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

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

This text has shadow with #D4D7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D7EF on black background.


Color preview on white background

This text has color #D4D7EF on white background.



Black color preview on #D4D7EF background

This text has black color on #D4D7EF background.


White color preview on #D4D7EF background

This text has white color on #D4D7EF background.