COLOR #D7D4EC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

215
212
236

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

Portions of RGB colors in percentages

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

%32.43
%31.98
%35.6

CMYK color model

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

  • cyan value is 8.90%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(9,10,0,7)
C9M10Y0K7 
(9%,10%,0%,7%)
(0.09/0.10/0.00/0.07)	

CMYK percentages

%8.9
%10.17
%0
%7.45

Codes

Color #D7D4EC in popluar color models

D7D4EC
RGB215212236
HSL248°38.71%87.84%
HSB/HSV248°10.17%92.55%
CMYK8.90%10.17%0.00%
7.45%

Color #D7D4EC in popluar number systems.

HEXD7D4EC
Decimal215212236
Binary110101111101010011101100
Octal327324354

Shades and tints

Shades of #D7D4EC

#D7D4EC
(215,212,236)
#C4C1D7
(196,193,215)
#B1AEC2
(177,174,194)
#9E9BAD
(158,155,173)
#8B8898
(139,136,152)
#787583
(120,117,131)
#65626E
(101,98,110)
#524F59
(82,79,89)
#3F3C44
(63,60,68)
#2C292F
(44,41,47)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #D7D4EC

#D7D4EC
(215,212,236)
#DAD7ED
(218,215,237)
#DDDAEE
(221,218,238)
#E0DDEF
(224,221,239)
#E3E0F0
(227,224,240)
#E6E3F1
(230,227,241)
#E9E6F2
(233,230,242)
#ECE9F3
(236,233,243)
#EFECF4
(239,236,244)
#F2EFF5
(242,239,245)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D4EC; }

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

This text font color is #D7D4EC.


Background Color

.myBgColor { background-color: #D7D4EC; }

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

This div background color is #D7D4EC.


Border color

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

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

This div border color is #D7D4EC.


Opacity

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

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

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

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

This text has shadow with #D7D4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D4EC on black background.


Color preview on white background

This text has color #D7D4EC on white background.



Black color preview on #D7D4EC background

This text has black color on #D7D4EC background.


White color preview on #D7D4EC background

This text has white color on #D7D4EC background.