COLOR #D4D7EA

HEX: #D4D7EA
RGB: (212,215,234)

Color info

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

RGB color model

#D4D7EA color RGB value is (212,215,234).

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

RGB channels and saturation

R 212 of 255 = 83%
G 215 of 255 = 84%
B 234 of 255 = 92%

212
215
234

R + G + B ~ 86%. #D4D7EA is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 215 + 234 = 661 (100%)
R 212 of 661 ~ 32.07%
G 215 of 661 ~ 32.53%
B 234 of 661 ~ 35.4%

%32.07
%32.53
%35.4

CMYK color model

#D4D7EA color CMYK value is (9,8,0,8).

  • cyan value is 9.40%
  • magenta value is 8.12%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,8,0,8)
C9M8Y0K8 
(9%,8%,0%,8%)
(0.09/0.08/0.00/0.08)	

CMYK percentages

%9.4
%8.12
%0
%8.24

Codes

Color #D4D7EA in popluar color models

D4D7EA
RGB212215234
HSL232°34.38%87.45%
HSB/HSV232°9.40%91.76%
CMYK9.40%8.12%0.00%
8.24%

Color #D4D7EA in popluar number systems.

HEXD4D7EA
Decimal212215234
Binary110101001101011111101010
Octal324327352

Shades and tints

Shades of #D4D7EA

#D4D7EA
(212,215,234)
#C1C4D5
(193,196,213)
#AEB1C0
(174,177,192)
#9B9EAB
(155,158,171)
#888B96
(136,139,150)
#757881
(117,120,129)
#62656C
(98,101,108)
#4F5257
(79,82,87)
#3C3F42
(60,63,66)
#292C2D
(41,44,45)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #D4D7EA

#D4D7EA
(212,215,234)
#D7DAEB
(215,218,235)
#DADDEC
(218,221,236)
#DDE0ED
(221,224,237)
#E0E3EE
(224,227,238)
#E3E6EF
(227,230,239)
#E6E9F0
(230,233,240)
#E9ECF1
(233,236,241)
#ECEFF2
(236,239,242)
#EFF2F3
(239,242,243)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D7EA; }

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

This text font color is #D4D7EA.


Background Color

.myBgColor { background-color: #D4D7EA; }

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

This div background color is #D4D7EA.


Border color

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

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

This div border color is #D4D7EA.


Opacity

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

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

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

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

This text has shadow with #D4D7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D7EA on black background.


Color preview on white background

This text has color #D4D7EA on white background.



Black color preview on #D4D7EA background

This text has black color on #D4D7EA background.


White color preview on #D4D7EA background

This text has white color on #D4D7EA background.