COLOR #D4D6ED

HEX: #D4D6ED
RGB: (212,214,237)

Color info

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

RGB color model

#D4D6ED color RGB value is (212,214,237).

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

RGB channels and saturation

R 212 of 255 = 83%
G 214 of 255 = 84%
B 237 of 255 = 93%

212
214
237

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

Portions of RGB colors in percentages

R + G + B =
212 + 214 + 237 = 663 (100%)
R 212 of 663 ~ 31.98%
G 214 of 663 ~ 32.28%
B 237 of 663 ~ 35.75%

%31.98
%32.28
%35.75

CMYK color model

#D4D6ED color CMYK value is (11,10,0,7).

  • cyan value is 10.55%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,10,0,7)
C11M10Y0K7 
(11%,10%,0%,7%)
(0.11/0.10/0.00/0.07)	

CMYK percentages

%10.55
%9.7
%0
%7.06

Codes

Color #D4D6ED in popluar color models

D4D6ED
RGB212214237
HSL235°40.98%88.04%
HSB/HSV235°10.55%92.94%
CMYK10.55%9.70%0.00%
7.06%

Color #D4D6ED in popluar number systems.

HEXD4D6ED
Decimal212214237
Binary110101001101011011101101
Octal324326355

Shades and tints

Shades of #D4D6ED

#D4D6ED
(212,214,237)
#C1C3D8
(193,195,216)
#AEB0C3
(174,176,195)
#9B9DAE
(155,157,174)
#888A99
(136,138,153)
#757784
(117,119,132)
#62646F
(98,100,111)
#4F515A
(79,81,90)
#3C3E45
(60,62,69)
#292B30
(41,43,48)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #D4D6ED

#D4D6ED
(212,214,237)
#D7D9EE
(215,217,238)
#DADCEF
(218,220,239)
#DDDFF0
(221,223,240)
#E0E2F1
(224,226,241)
#E3E5F2
(227,229,242)
#E6E8F3
(230,232,243)
#E9EBF4
(233,235,244)
#ECEEF5
(236,238,245)
#EFF1F6
(239,241,246)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D6ED; }

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

This text font color is #D4D6ED.


Background Color

.myBgColor { background-color: #D4D6ED; }

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

This div background color is #D4D6ED.


Border color

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

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

This div border color is #D4D6ED.


Opacity

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

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

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

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

This text has shadow with #D4D6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D6ED on black background.


Color preview on white background

This text has color #D4D6ED on white background.



Black color preview on #D4D6ED background

This text has black color on #D4D6ED background.


White color preview on #D4D6ED background

This text has white color on #D4D6ED background.