COLOR #D7B6E6

HEX: #D7B6E6 RGB: (215,182,230)

Color info

#D7B6E6 contains red, green and blue colors in about the same proportion. Web safe color of #D7B6E6 is #CCCCCC (or #CCC).

RGB color model

#D7B6E6 color RGB value is (215,182,230).

RGB: (215,182,230) (84%, 71%, 90%)

RGB channels and saturation

R 215 of 255 = 84%
G 182 of 255 = 71%
B 230 of 255 = 90%

215
182
230

R + G + B ~ 82%. #D7B6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 182 + 230 = 627 (100%)
R 215 of 627 ~ 34.29%
G 182 of 627 ~ 29.03%
B 230 of 627 ~ 36.68'%

%34.29
%29.03
%36.68

CMYK color model

#D7B6E6 color CMYK value is (7,21,0,10).

  • cyan value is 6.52%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (7,21,0,10) C7M21Y0K10 (7%,21%,0%,10%) (0.07/0.21/0.00/0.10) 

CMYK percentages

%6.52
%20.87
%0
%9.8

Codes

Color #D7B6E6 in popluar color models

D7 B6 E6
RGB 215 182 230
HSL 281° 48.98% 80.78%
HSB/HSV 281° 20.87% 90.20%
CMYK 6.52% 20.87% 0.00%
9.80%

Color #D7B6E6 in popluar number systems.

HEX D7 B6 E6
Decimal 215 182 230
Binary 11010111 10110110 11100110
Octal 327 266 346

Shades and tints

Shades of #D7B6E6

#D7B6E6
(215,182,230)
#C4A6D2
(196,166,210)
#B196BE
(177,150,190)
#9E86AA
(158,134,170)
#8B7696
(139,118,150)
#786682
(120,102,130)
#65566E
(101,86,110)
#52465A
(82,70,90)
#3F3646
(63,54,70)
#2C2632
(44,38,50)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #D7B6E6

#D7B6E6
(215,182,230)
#DABCE8
(218,188,232)
#DDC2EA
(221,194,234)
#E0C8EC
(224,200,236)
#E3CEEE
(227,206,238)
#E6D4F0
(230,212,240)
#E9DAF2
(233,218,242)
#ECE0F4
(236,224,244)
#EFE6F6
(239,230,246)
#F2ECF8
(242,236,248)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B6E6 color. Also use rgb(215,182,230) instead hex code.

Text Font Color

.myTextColor { color: #D7B6E6; }

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

This text font color is #D7B6E6.

Background Color

.myBgColor { background-color: #D7B6E6; }

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

This div background color is #D7B6E6.

Border color

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

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

This div border color is #D7B6E6.

Opacity

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

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

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

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

This text has shadow with #D7B6E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B6E6.

Preview

Color preview on black background

This text has color #D7B6E6 on black background.


Color preview on white background

This text has color #D7B6E6 on white background.


Black color preview on #D7B6E6 background

This text has black color on #D7B6E6 background.


White color preview on #D7B6E6 background

This text has white color on #D7B6E6 background.


Related colors

Complementary color

Complementary color for #hex is #284919.


I love getcolorcode.com

Triadic colors

1 #E6D7B6 and #B6E6D7 with #D7B6E6 are triadic colors.

2 #E6B6D7 and #B6D7E6 with #D7B6E6 are triadic colors.