COLOR #D7D5EC

HEX: #D7D5EC RGB: (215,213,236)

Color info

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

RGB color model

#D7D5EC color RGB value is (215,213,236).

RGB: (215,213,236) (84%, 84%, 93%)

RGB channels and saturation

R 215 of 255 = 84%
G 213 of 255 = 84%
B 236 of 255 = 93%

215
213
236

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

Portions of RGB colors in percentages

R + G + B = 215 + 213 + 236 = 664 (100%)
R 215 of 664 ~ 32.38%
G 213 of 664 ~ 32.08%
B 236 of 664 ~ 35.54'%

%32.38
%32.08
%35.54

CMYK color model

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

  • cyan value is 8.90%
  • magenta value is 9.75%
  • 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
%9.75
%0
%7.45

Codes

Color #D7D5EC in popluar color models

D7 D5 EC
RGB 215 213 236
HSL 245° 37.70% 88.04%
HSB/HSV 245° 9.75% 92.55%
CMYK 8.90% 9.75% 0.00%
7.45%

Color #D7D5EC in popluar number systems.

HEX D7 D5 EC
Decimal 215 213 236
Binary 11010111 11010101 11101100
Octal 327 325 354

Shades and tints

Shades of #D7D5EC

#D7D5EC
(215,213,236)
#C4C2D7
(196,194,215)
#B1AFC2
(177,175,194)
#9E9CAD
(158,156,173)
#8B8998
(139,137,152)
#787683
(120,118,131)
#65636E
(101,99,110)
#525059
(82,80,89)
#3F3D44
(63,61,68)
#2C2A2F
(44,42,47)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #D7D5EC

#D7D5EC
(215,213,236)
#DAD8ED
(218,216,237)
#DDDBEE
(221,219,238)
#E0DEEF
(224,222,239)
#E3E1F0
(227,225,240)
#E6E4F1
(230,228,241)
#E9E7F2
(233,231,242)
#ECEAF3
(236,234,243)
#EFEDF4
(239,237,244)
#F2F0F5
(242,240,245)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D5EC; }

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

This text font color is #D7D5EC.

Background Color

.myBgColor { background-color: #D7D5EC; }

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

This div background color is #D7D5EC.

Border color

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

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

This div border color is #D7D5EC.

Opacity

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

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

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

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

This text has shadow with #D7D5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D5EC.

Preview

Color preview on black background

This text has color #D7D5EC on black background.


Color preview on white background

This text has color #D7D5EC on white background.


Black color preview on #D7D5EC background

This text has black color on #D7D5EC background.


White color preview on #D7D5EC background

This text has white color on #D7D5EC background.


Related colors

Complementary color

Complementary color for #hex is #282A13.


I love getcolorcode.com

Triadic colors

1 #ECD7D5 and #D5ECD7 with #D7D5EC are triadic colors.

2 #ECD5D7 and #D5D7EC with #D7D5EC are triadic colors.