COLOR #D4D9ED

HEX: #D4D9ED
RGB: (212,217,237)

Color info

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

RGB color model

#D4D9ED color RGB value is (212,217,237).

  • red value is 212;
  • green value is 217;
  • blue value is 237.
RGB:
(212,217,237)
(83%,85%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 217 of 255 = 85%
B 237 of 255 = 93%

212
217
237

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

Portions of RGB colors in percentages

R + G + B =
212 + 217 + 237 = 666 (100%)
R 212 of 666 ~ 31.83%
G 217 of 666 ~ 32.58%
B 237 of 666 ~ 35.59%

%31.83
%32.58
%35.59

CMYK color model

#D4D9ED color CMYK value is (11,8,0,7).

  • cyan value is 10.55%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,8,0,7)
C11M8Y0K7 
(11%,8%,0%,7%)
(0.11/0.08/0.00/0.07)	

CMYK percentages

%10.55
%8.44
%0
%7.06

Codes

Color #D4D9ED in popluar color models

D4D9ED
RGB212217237
HSL228°40.98%88.04%
HSB/HSV228°10.55%92.94%
CMYK10.55%8.44%0.00%
7.06%

Color #D4D9ED in popluar number systems.

HEXD4D9ED
Decimal212217237
Binary110101001101100111101101
Octal324331355

Shades and tints

Shades of #D4D9ED

#D4D9ED
(212,217,237)
#C1C6D8
(193,198,216)
#AEB3C3
(174,179,195)
#9BA0AE
(155,160,174)
#888D99
(136,141,153)
#757A84
(117,122,132)
#62676F
(98,103,111)
#4F545A
(79,84,90)
#3C4145
(60,65,69)
#292E30
(41,46,48)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #D4D9ED

#D4D9ED
(212,217,237)
#D7DCEE
(215,220,238)
#DADFEF
(218,223,239)
#DDE2F0
(221,226,240)
#E0E5F1
(224,229,241)
#E3E8F2
(227,232,242)
#E6EBF3
(230,235,243)
#E9EEF4
(233,238,244)
#ECF1F5
(236,241,245)
#EFF4F6
(239,244,246)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D9ED color. Also use rgb(212,217,237) instead hex code.

Text Font Color

.myTextColor { color: #D4D9ED; }

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

This text font color is #D4D9ED.


Background Color

.myBgColor { background-color: #D4D9ED; }

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

This div background color is #D4D9ED.


Border color

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

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

This div border color is #D4D9ED.


Opacity

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

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

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

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

This text has shadow with #D4D9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D9ED on black background.


Color preview on white background

This text has color #D4D9ED on white background.



Black color preview on #D4D9ED background

This text has black color on #D4D9ED background.


White color preview on #D4D9ED background

This text has white color on #D4D9ED background.