COLOR #D7D6FE

HEX: #D7D6FE RGB: (215,214,254)

Color info

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

RGB color model

#D7D6FE color RGB value is (215,214,254).

RGB: (215,214,254) (84%, 84%, 100%)

RGB channels and saturation

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

215
214
254

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

Portions of RGB colors in percentages

R + G + B = 215 + 214 + 254 = 683 (100%)
R 215 of 683 ~ 31.48%
G 214 of 683 ~ 31.33%
B 254 of 683 ~ 37.19'%

%31.48
%31.33
%37.19

CMYK color model

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

  • cyan value is 15.35%
  • magenta value is 15.75%
  • 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
%15.75
%0
%0.39

Codes

Color #D7D6FE in popluar color models

D7 D6 FE
RGB 215 214 254
HSL 242° 95.24% 91.76%
HSB/HSV 242° 15.75% 99.61%
CMYK 15.35% 15.75% 0.00%
0.39%

Color #D7D6FE in popluar number systems.

HEX D7 D6 FE
Decimal 215 214 254
Binary 11010111 11010110 11111110
Octal 327 326 376

Shades and tints

Shades of #D7D6FE

#D7D6FE
(215,214,254)
#C4C3E7
(196,195,231)
#B1B0D0
(177,176,208)
#9E9DB9
(158,157,185)
#8B8AA2
(139,138,162)
#78778B
(120,119,139)
#656474
(101,100,116)
#52515D
(82,81,93)
#3F3E46
(63,62,70)
#2C2B2F
(44,43,47)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #D7D6FE

#D7D6FE
(215,214,254)
#DAD9FE
(218,217,254)
#DDDCFE
(221,220,254)
#E0DFFE
(224,223,254)
#E3E2FE
(227,226,254)
#E6E5FE
(230,229,254)
#E9E8FE
(233,232,254)
#ECEBFE
(236,235,254)
#EFEEFE
(239,238,254)
#F2F1FE
(242,241,254)
#F5F4FE
(245,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D6FE; }

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

This text font color is #D7D6FE.

Background Color

.myBgColor { background-color: #D7D6FE; }

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

This div background color is #D7D6FE.

Border color

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

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

This div border color is #D7D6FE.

Opacity

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

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

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

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

This text has shadow with #D7D6FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D6FE.

Preview

Color preview on black background

This text has color #D7D6FE on black background.


Color preview on white background

This text has color #D7D6FE on white background.


Black color preview on #D7D6FE background

This text has black color on #D7D6FE background.


White color preview on #D7D6FE background

This text has white color on #D7D6FE background.


Related colors

Complementary color

Complementary color for #hex is #282901.


I love getcolorcode.com

Triadic colors

1 #FED7D6 and #D6FED7 with #D7D6FE are triadic colors.

2 #FED6D7 and #D6D7FE with #D7D6FE are triadic colors.