COLOR #D8B0E7

HEX: #D8B0E7 RGB: (216,176,231)

Color info

#D8B0E7 contains red, green and blue colors in about the same proportion. Web safe color of #D8B0E7 is #CC99FF (or #C9F).

RGB color model

#D8B0E7 color RGB value is (216,176,231).

RGB: (216,176,231) (85%, 69%, 91%)

RGB channels and saturation

R 216 of 255 = 85%
G 176 of 255 = 69%
B 231 of 255 = 91%

216
176
231

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

Portions of RGB colors in percentages

R + G + B = 216 + 176 + 231 = 623 (100%)
R 216 of 623 ~ 34.67%
G 176 of 623 ~ 28.25%
B 231 of 623 ~ 37.08'%

%34.67
%28.25
%37.08

CMYK color model

#D8B0E7 color CMYK value is (6,24,0,9).

  • cyan value is 6.49%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (6,24,0,9)
C6M24Y0K9 (6%, 24%, 0%, 9%)
(0.06 / 0.24 / 0.00 / 0.09)

CMYK percentages

%6.49
%23.81
%0
%9.41

Codes

Color #D8B0E7 in popluar color models

D8 B0 E7
RGB 216 176 231
HSL 284° 53.40% 79.80%
HSB/HSV 284° 23.81% 90.59%
CMYK 6.49% 23.81% 0.00%
9.41%

Color #D8B0E7 in popluar number systems.

HEX D8 B0 E7
Decimal 216 176 231
Binary 11011000 10110000 11100111
Octal 330 260 347

Shades and tints

Shades of #D8B0E7

#D8B0E7
(216,176,231)
#C5A0D2
(197,160,210)
#B290BD
(178,144,189)
#9F80A8
(159,128,168)
#8C7093
(140,112,147)
#79607E
(121,96,126)
#665069
(102,80,105)
#534054
(83,64,84)
#40303F
(64,48,63)
#2D202A
(45,32,42)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #D8B0E7

#D8B0E7
(216,176,231)
#DBB7E9
(219,183,233)
#DEBEEB
(222,190,235)
#E1C5ED
(225,197,237)
#E4CCEF
(228,204,239)
#E7D3F1
(231,211,241)
#EADAF3
(234,218,243)
#EDE1F5
(237,225,245)
#F0E8F7
(240,232,247)
#F3EFF9
(243,239,249)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B0E7 color. Also use rgb(216,176,231) instead hex code.

Text Font Color

.myTextColor { color: #D8B0E7; }

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

This text font color is #D8B0E7.

Background Color

.myBgColor { background-color: #D8B0E7; }

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

This div background color is #D8B0E7.

Border color

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

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

This div border color is #D8B0E7.

Opacity

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

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

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

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

This text has shadow with #D8B0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B0E7.

Preview

Color preview on black background

This text has color #D8B0E7 on black background.


Color preview on white background

This text has color #D8B0E7 on white background.


Black color preview on #D8B0E7 background

This text has black color on #D8B0E7 background.


White color preview on #D8B0E7 background

This text has white color on #D8B0E7 background.


Related colors

Complementary color

Complementary color for #hex is #274F18.


I love getcolorcode.com

Triadic colors

1 #E7D8B0 and #B0E7D8 with #D8B0E7 are triadic colors.

2 #E7B0D8 and #B0D8E7 with #D8B0E7 are triadic colors.