COLOR #D5B8DD

HEX: #D5B8DD
RGB: (213,184,221)

Color info

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

RGB color model

#D5B8DD color RGB value is (213,184,221).

  • red value is 213;
  • green value is 184;
  • blue value is 221.
RGB:
(213,184,221)
(84%,72%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 221 of 255 = 87%

213
184
221

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

Portions of RGB colors in percentages

R + G + B =
213 + 184 + 221 = 618 (100%)
R 213 of 618 ~ 34.47%
G 184 of 618 ~ 29.77%
B 221 of 618 ~ 35.76%

%34.47
%29.77
%35.76

CMYK color model

#D5B8DD color CMYK value is (4,17,0,13).

  • cyan value is 3.62%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(4,17,0,13)
C4M17Y0K13 
(4%,17%,0%,13%)
(0.04/0.17/0.00/0.13)	

CMYK percentages

%3.62
%16.74
%0
%13.33

Codes

Color #D5B8DD in popluar color models

D5B8DD
RGB213184221
HSL287°35.24%79.41%
HSB/HSV287°16.74%86.67%
CMYK3.62%16.74%0.00%
13.33%

Color #D5B8DD in popluar number systems.

HEXD5B8DD
Decimal213184221
Binary110101011011100011011101
Octal325270335

Shades and tints

Shades of #D5B8DD

#D5B8DD
(213,184,221)
#C2A8C9
(194,168,201)
#AF98B5
(175,152,181)
#9C88A1
(156,136,161)
#89788D
(137,120,141)
#766879
(118,104,121)
#635865
(99,88,101)
#504851
(80,72,81)
#3D383D
(61,56,61)
#2A2829
(42,40,41)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #D5B8DD

#D5B8DD
(213,184,221)
#D8BEE0
(216,190,224)
#DBC4E3
(219,196,227)
#DECAE6
(222,202,230)
#E1D0E9
(225,208,233)
#E4D6EC
(228,214,236)
#E7DCEF
(231,220,239)
#EAE2F2
(234,226,242)
#EDE8F5
(237,232,245)
#F0EEF8
(240,238,248)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B8DD color. Also use rgb(213,184,221) instead hex code.

Text Font Color

.myTextColor { color: #D5B8DD; }

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

This text font color is #D5B8DD.


Background Color

.myBgColor { background-color: #D5B8DD; }

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

This div background color is #D5B8DD.


Border color

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

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

This div border color is #D5B8DD.


Opacity

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

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

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

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

This text has shadow with #D5B8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B8DD on black background.


Color preview on white background

This text has color #D5B8DD on white background.



Black color preview on #D5B8DD background

This text has black color on #D5B8DD background.


White color preview on #D5B8DD background

This text has white color on #D5B8DD background.