COLOR #D7D5FE

HEX: #D7D5FE
RGB: (215,213,254)

Color info

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

RGB color model

#D7D5FE color RGB value is (215,213,254).

  • red value is 215;
  • green value is 213;
  • blue value is 254.
RGB:
(215,213,254)
(84%,84%,100%)

RGB channels and saturation

R 215 of 255 = 84%
G 213 of 255 = 84%
B 254 of 255 = 100%

215
213
254

R + G + B ~ 89%. #D7D5FE is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 213 + 254 = 682 (100%)
R 215 of 682 ~ 31.52%
G 213 of 682 ~ 31.23%
B 254 of 682 ~ 37.24%

%31.52
%31.23
%37.24

CMYK color model

#D7D5FE color CMYK value is (15,16,0,0).

  • cyan value is 15.35%
  • magenta value is 16.14%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(15,16,0,0)
C15M16Y0K0 
(15%,16%,0%,0%)
(0.15/0.16/0.00/0.00)	

CMYK percentages

%15.35
%16.14
%0
%0.39

Codes

Color #D7D5FE in popluar color models

D7D5FE
RGB215213254
HSL243°95.35%91.57%
HSB/HSV243°16.14%99.61%
CMYK15.35%16.14%0.00%
0.39%

Color #D7D5FE in popluar number systems.

HEXD7D5FE
Decimal215213254
Binary110101111101010111111110
Octal327325376

Shades and tints

Shades of #D7D5FE

#D7D5FE
(215,213,254)
#C4C2E7
(196,194,231)
#B1AFD0
(177,175,208)
#9E9CB9
(158,156,185)
#8B89A2
(139,137,162)
#78768B
(120,118,139)
#656374
(101,99,116)
#52505D
(82,80,93)
#3F3D46
(63,61,70)
#2C2A2F
(44,42,47)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #D7D5FE

#D7D5FE
(215,213,254)
#DAD8FE
(218,216,254)
#DDDBFE
(221,219,254)
#E0DEFE
(224,222,254)
#E3E1FE
(227,225,254)
#E6E4FE
(230,228,254)
#E9E7FE
(233,231,254)
#ECEAFE
(236,234,254)
#EFEDFE
(239,237,254)
#F2F0FE
(242,240,254)
#F5F3FE
(245,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D5FE; }

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

This text font color is #D7D5FE.


Background Color

.myBgColor { background-color: #D7D5FE; }

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

This div background color is #D7D5FE.


Border color

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

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

This div border color is #D7D5FE.


Opacity

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

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

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

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

This text has shadow with #D7D5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D5FE on black background.


Color preview on white background

This text has color #D7D5FE on white background.



Black color preview on #D7D5FE background

This text has black color on #D7D5FE background.


White color preview on #D7D5FE background

This text has white color on #D7D5FE background.