COLOR #D7D3EC

HEX: #D7D3EC
RGB: (215,211,236)

Color info

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

RGB color model

#D7D3EC color RGB value is (215,211,236).

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

RGB channels and saturation

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

215
211
236

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

Portions of RGB colors in percentages

R + G + B =
215 + 211 + 236 = 662 (100%)
R 215 of 662 ~ 32.48%
G 211 of 662 ~ 31.87%
B 236 of 662 ~ 35.65%

%32.48
%31.87
%35.65

CMYK color model

#D7D3EC color CMYK value is (9,11,0,7).

  • cyan value is 8.90%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(9,11,0,7)
C9M11Y0K7 
(9%,11%,0%,7%)
(0.09/0.11/0.00/0.07)	

CMYK percentages

%8.9
%10.59
%0
%7.45

Codes

Color #D7D3EC in popluar color models

D7D3EC
RGB215211236
HSL250°39.68%87.65%
HSB/HSV250°10.59%92.55%
CMYK8.90%10.59%0.00%
7.45%

Color #D7D3EC in popluar number systems.

HEXD7D3EC
Decimal215211236
Binary110101111101001111101100
Octal327323354

Shades and tints

Shades of #D7D3EC

#D7D3EC
(215,211,236)
#C4C0D7
(196,192,215)
#B1ADC2
(177,173,194)
#9E9AAD
(158,154,173)
#8B8798
(139,135,152)
#787483
(120,116,131)
#65616E
(101,97,110)
#524E59
(82,78,89)
#3F3B44
(63,59,68)
#2C282F
(44,40,47)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #D7D3EC

#D7D3EC
(215,211,236)
#DAD7ED
(218,215,237)
#DDDBEE
(221,219,238)
#E0DFEF
(224,223,239)
#E3E3F0
(227,227,240)
#E6E7F1
(230,231,241)
#E9EBF2
(233,235,242)
#ECEFF3
(236,239,243)
#EFF3F4
(239,243,244)
#F2F7F5
(242,247,245)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D3EC; }

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

This text font color is #D7D3EC.


Background Color

.myBgColor { background-color: #D7D3EC; }

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

This div background color is #D7D3EC.


Border color

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

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

This div border color is #D7D3EC.


Opacity

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

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

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

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

This text has shadow with #D7D3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D3EC on black background.


Color preview on white background

This text has color #D7D3EC on white background.



Black color preview on #D7D3EC background

This text has black color on #D7D3EC background.


White color preview on #D7D3EC background

This text has white color on #D7D3EC background.