COLOR #D4D7EC

HEX: #D4D7EC RGB: (212,215,236)

Color info

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

RGB color model

#D4D7EC color RGB value is (212,215,236).

RGB: (212,215,236) (83%, 84%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 215 of 255 = 84%
B 236 of 255 = 93%

212
215
236

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

Portions of RGB colors in percentages

R + G + B = 212 + 215 + 236 = 663 (100%)
R 212 of 663 ~ 31.98%
G 215 of 663 ~ 32.43%
B 236 of 663 ~ 35.6'%

%31.98
%32.43
%35.6

CMYK color model

#D4D7EC color CMYK value is (10,9,0,7).

  • cyan value is 10.17%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (10,9,0,7)
C10M9Y0K7 (10%, 9%, 0%, 7%)
(0.10 / 0.09 / 0.00 / 0.07)

CMYK percentages

%10.17
%8.9
%0
%7.45

Codes

Color #D4D7EC in popluar color models

D4 D7 EC
RGB 212 215 236
HSL 233° 38.71% 87.84%
HSB/HSV 233° 10.17% 92.55%
CMYK 10.17% 8.90% 0.00%
7.45%

Color #D4D7EC in popluar number systems.

HEX D4 D7 EC
Decimal 212 215 236
Binary 11010100 11010111 11101100
Octal 324 327 354

Shades and tints

Shades of #D4D7EC

#D4D7EC
(212,215,236)
#C1C4D7
(193,196,215)
#AEB1C2
(174,177,194)
#9B9EAD
(155,158,173)
#888B98
(136,139,152)
#757883
(117,120,131)
#62656E
(98,101,110)
#4F5259
(79,82,89)
#3C3F44
(60,63,68)
#292C2F
(41,44,47)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #D4D7EC

#D4D7EC
(212,215,236)
#D7DAED
(215,218,237)
#DADDEE
(218,221,238)
#DDE0EF
(221,224,239)
#E0E3F0
(224,227,240)
#E3E6F1
(227,230,241)
#E6E9F2
(230,233,242)
#E9ECF3
(233,236,243)
#ECEFF4
(236,239,244)
#EFF2F5
(239,242,245)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D7EC; }

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

This text font color is #D4D7EC.

Background Color

.myBgColor { background-color: #D4D7EC; }

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

This div background color is #D4D7EC.

Border color

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

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

This div border color is #D4D7EC.

Opacity

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

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

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

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

This text has shadow with #D4D7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D7EC.

Preview

Color preview on black background

This text has color #D4D7EC on black background.


Color preview on white background

This text has color #D4D7EC on white background.


Black color preview on #D4D7EC background

This text has black color on #D4D7EC background.


White color preview on #D4D7EC background

This text has white color on #D4D7EC background.


Related colors

Complementary color

Complementary color for #hex is #2B2813.


I love getcolorcode.com

Triadic colors

1 #ECD4D7 and #D7ECD4 with #D4D7EC are triadic colors.

2 #ECD7D4 and #D7D4EC with #D4D7EC are triadic colors.