COLOR #D7B9E9

HEX: #D7B9E9 RGB: (215,185,233)

Color info

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

RGB color model

#D7B9E9 color RGB value is (215,185,233).

RGB: (215,185,233) (84%, 73%, 91%)

RGB channels and saturation

R 215 of 255 = 84%
G 185 of 255 = 73%
B 233 of 255 = 91%

215
185
233

R + G + B ~ 83%. #D7B9E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 185 + 233 = 633 (100%)
R 215 of 633 ~ 33.97%
G 185 of 633 ~ 29.23%
B 233 of 633 ~ 36.81'%

%33.97
%29.23
%36.81

CMYK color model

#D7B9E9 color CMYK value is (8,21,0,9).

  • cyan value is 7.73%
  • magenta value is 20.60%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (8,21,0,9)
C8M21Y0K9 (8%, 21%, 0%, 9%)
(0.08 / 0.21 / 0.00 / 0.09)

CMYK percentages

%7.73
%20.6
%0
%8.63

Codes

Color #D7B9E9 in popluar color models

D7 B9 E9
RGB 215 185 233
HSL 278° 52.17% 81.96%
HSB/HSV 278° 20.60% 91.37%
CMYK 7.73% 20.60% 0.00%
8.63%

Color #D7B9E9 in popluar number systems.

HEX D7 B9 E9
Decimal 215 185 233
Binary 11010111 10111001 11101001
Octal 327 271 351

Shades and tints

Shades of #D7B9E9

#D7B9E9
(215,185,233)
#C4A9D4
(196,169,212)
#B199BF
(177,153,191)
#9E89AA
(158,137,170)
#8B7995
(139,121,149)
#786980
(120,105,128)
#65596B
(101,89,107)
#524956
(82,73,86)
#3F3941
(63,57,65)
#2C292C
(44,41,44)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #D7B9E9

#D7B9E9
(215,185,233)
#DABFEB
(218,191,235)
#DDC5ED
(221,197,237)
#E0CBEF
(224,203,239)
#E3D1F1
(227,209,241)
#E6D7F3
(230,215,243)
#E9DDF5
(233,221,245)
#ECE3F7
(236,227,247)
#EFE9F9
(239,233,249)
#F2EFFB
(242,239,251)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B9E9; }

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

This text font color is #D7B9E9.

Background Color

.myBgColor { background-color: #D7B9E9; }

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

This div background color is #D7B9E9.

Border color

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

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

This div border color is #D7B9E9.

Opacity

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

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

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

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

This text has shadow with #D7B9E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B9E9.

Preview

Color preview on black background

This text has color #D7B9E9 on black background.


Color preview on white background

This text has color #D7B9E9 on white background.


Black color preview on #D7B9E9 background

This text has black color on #D7B9E9 background.


White color preview on #D7B9E9 background

This text has white color on #D7B9E9 background.


Related colors

Complementary color

Complementary color for #hex is #284616.


I love getcolorcode.com

Triadic colors

1 #E9D7B9 and #B9E9D7 with #D7B9E9 are triadic colors.

2 #E9B9D7 and #B9D7E9 with #D7B9E9 are triadic colors.