COLOR #D7B9E6

HEX: #D7B9E6 RGB: (215,185,230)

Color info

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

RGB color model

#D7B9E6 color RGB value is (215,185,230).

RGB: (215,185,230) (84%, 73%, 90%)

RGB channels and saturation

R 215 of 255 = 84%
G 185 of 255 = 73%
B 230 of 255 = 90%

215
185
230

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

Portions of RGB colors in percentages

R + G + B = 215 + 185 + 230 = 630 (100%)
R 215 of 630 ~ 34.13%
G 185 of 630 ~ 29.37%
B 230 of 630 ~ 36.51'%

%34.13
%29.37
%36.51

CMYK color model

#D7B9E6 color CMYK value is (7,20,0,10).

  • cyan value is 6.52%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (7,20,0,10)
C7M20Y0K10 (7%, 20%, 0%, 10%)
(0.07 / 0.20 / 0.00 / 0.10)

CMYK percentages

%6.52
%19.57
%0
%9.8

Codes

Color #D7B9E6 in popluar color models

D7 B9 E6
RGB 215 185 230
HSL 280° 47.37% 81.37%
HSB/HSV 280° 19.57% 90.20%
CMYK 6.52% 19.57% 0.00%
9.80%

Color #D7B9E6 in popluar number systems.

HEX D7 B9 E6
Decimal 215 185 230
Binary 11010111 10111001 11100110
Octal 327 271 346

Shades and tints

Shades of #D7B9E6

#D7B9E6
(215,185,230)
#C4A9D2
(196,169,210)
#B199BE
(177,153,190)
#9E89AA
(158,137,170)
#8B7996
(139,121,150)
#786982
(120,105,130)
#65596E
(101,89,110)
#52495A
(82,73,90)
#3F3946
(63,57,70)
#2C2932
(44,41,50)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #D7B9E6

#D7B9E6
(215,185,230)
#DABFE8
(218,191,232)
#DDC5EA
(221,197,234)
#E0CBEC
(224,203,236)
#E3D1EE
(227,209,238)
#E6D7F0
(230,215,240)
#E9DDF2
(233,221,242)
#ECE3F4
(236,227,244)
#EFE9F6
(239,233,246)
#F2EFF8
(242,239,248)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B9E6; }

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

This text font color is #D7B9E6.

Background Color

.myBgColor { background-color: #D7B9E6; }

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

This div background color is #D7B9E6.

Border color

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

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

This div border color is #D7B9E6.

Opacity

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

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

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

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

This text has shadow with #D7B9E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B9E6.

Preview

Color preview on black background

This text has color #D7B9E6 on black background.


Color preview on white background

This text has color #D7B9E6 on white background.


Black color preview on #D7B9E6 background

This text has black color on #D7B9E6 background.


White color preview on #D7B9E6 background

This text has white color on #D7B9E6 background.


Related colors

Complementary color

Complementary color for #hex is #284619.


I love getcolorcode.com

Triadic colors

1 #E6D7B9 and #B9E6D7 with #D7B9E6 are triadic colors.

2 #E6B9D7 and #B9D7E6 with #D7B9E6 are triadic colors.