COLOR #D5B0E7

HEX: #D5B0E7
RGB: (213,176,231)

Color info

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

RGB color model

#D5B0E7 color RGB value is (213,176,231).

  • red value is 213;
  • green value is 176;
  • blue value is 231.
RGB:
(213,176,231)
(84%,69%,91%)

RGB channels and saturation

R 213 of 255 = 84%
G 176 of 255 = 69%
B 231 of 255 = 91%

213
176
231

R + G + B ~ 81%. #D5B0E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 176 + 231 = 620 (100%)
R 213 of 620 ~ 34.35%
G 176 of 620 ~ 28.39%
B 231 of 620 ~ 37.26%

%34.35
%28.39
%37.26

CMYK color model

#D5B0E7 color CMYK value is (8,24,0,9).

  • cyan value is 7.79%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(8,24,0,9)
C8M24Y0K9 
(8%,24%,0%,9%)
(0.08/0.24/0.00/0.09)	

CMYK percentages

%7.79
%23.81
%0
%9.41

Codes

Color #D5B0E7 in popluar color models

D5B0E7
RGB213176231
HSL280°53.40%79.80%
HSB/HSV280°23.81%90.59%
CMYK7.79%23.81%0.00%
9.41%

Color #D5B0E7 in popluar number systems.

HEXD5B0E7
Decimal213176231
Binary110101011011000011100111
Octal325260347

Shades and tints

Shades of #D5B0E7

#D5B0E7
(213,176,231)
#C2A0D2
(194,160,210)
#AF90BD
(175,144,189)
#9C80A8
(156,128,168)
#897093
(137,112,147)
#76607E
(118,96,126)
#635069
(99,80,105)
#504054
(80,64,84)
#3D303F
(61,48,63)
#2A202A
(42,32,42)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #D5B0E7

#D5B0E7
(213,176,231)
#D8B7E9
(216,183,233)
#DBBEEB
(219,190,235)
#DEC5ED
(222,197,237)
#E1CCEF
(225,204,239)
#E4D3F1
(228,211,241)
#E7DAF3
(231,218,243)
#EAE1F5
(234,225,245)
#EDE8F7
(237,232,247)
#F0EFF9
(240,239,249)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B0E7; }

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

This text font color is #D5B0E7.


Background Color

.myBgColor { background-color: #D5B0E7; }

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

This div background color is #D5B0E7.


Border color

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

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

This div border color is #D5B0E7.


Opacity

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

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

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

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

This text has shadow with #D5B0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B0E7 on black background.


Color preview on white background

This text has color #D5B0E7 on white background.



Black color preview on #D5B0E7 background

This text has black color on #D5B0E7 background.


White color preview on #D5B0E7 background

This text has white color on #D5B0E7 background.