COLOR #D7B9EA

HEX: #D7B9EA RGB: (215,185,234)

Color info

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

RGB color model

#D7B9EA color RGB value is (215,185,234).

RGB: (215,185,234) (84%, 73%, 92%)

RGB channels and saturation

R 215 of 255 = 84%
G 185 of 255 = 73%
B 234 of 255 = 92%

215
185
234

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

Portions of RGB colors in percentages

R + G + B = 215 + 185 + 234 = 634 (100%)
R 215 of 634 ~ 33.91%
G 185 of 634 ~ 29.18%
B 234 of 634 ~ 36.91'%

%33.91
%29.18
%36.91

CMYK color model

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

  • cyan value is 8.12%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (8,21,0,8)
C8M21Y0K8 (8%, 21%, 0%, 8%)
(0.08 / 0.21 / 0.00 / 0.08)

CMYK percentages

%8.12
%20.94
%0
%8.24

Codes

Color #D7B9EA in popluar color models

D7 B9 EA
RGB 215 185 234
HSL 277° 53.85% 82.16%
HSB/HSV 277° 20.94% 91.76%
CMYK 8.12% 20.94% 0.00%
8.24%

Color #D7B9EA in popluar number systems.

HEX D7 B9 EA
Decimal 215 185 234
Binary 11010111 10111001 11101010
Octal 327 271 352

Shades and tints

Shades of #D7B9EA

#D7B9EA
(215,185,234)
#C4A9D5
(196,169,213)
#B199C0
(177,153,192)
#9E89AB
(158,137,171)
#8B7996
(139,121,150)
#786981
(120,105,129)
#65596C
(101,89,108)
#524957
(82,73,87)
#3F3942
(63,57,66)
#2C292D
(44,41,45)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #D7B9EA

#D7B9EA
(215,185,234)
#DABFEB
(218,191,235)
#DDC5EC
(221,197,236)
#E0CBED
(224,203,237)
#E3D1EE
(227,209,238)
#E6D7EF
(230,215,239)
#E9DDF0
(233,221,240)
#ECE3F1
(236,227,241)
#EFE9F2
(239,233,242)
#F2EFF3
(242,239,243)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B9EA; }

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

This text font color is #D7B9EA.

Background Color

.myBgColor { background-color: #D7B9EA; }

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

This div background color is #D7B9EA.

Border color

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

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

This div border color is #D7B9EA.

Opacity

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

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

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

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

This text has shadow with #D7B9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B9EA.

Preview

Color preview on black background

This text has color #D7B9EA on black background.


Color preview on white background

This text has color #D7B9EA on white background.


Black color preview on #D7B9EA background

This text has black color on #D7B9EA background.


White color preview on #D7B9EA background

This text has white color on #D7B9EA background.


Related colors

Complementary color

Complementary color for #hex is #284615.


I love getcolorcode.com

Triadic colors

1 #EAD7B9 and #B9EAD7 with #D7B9EA are triadic colors.

2 #EAB9D7 and #B9D7EA with #D7B9EA are triadic colors.