COLOR #D5B7DD

HEX: #D5B7DD
RGB: (213,183,221)

Color info

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

RGB color model

#D5B7DD color RGB value is (213,183,221).

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

RGB channels and saturation

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

213
183
221

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

Portions of RGB colors in percentages

R + G + B =
213 + 183 + 221 = 617 (100%)
R 213 of 617 ~ 34.52%
G 183 of 617 ~ 29.66%
B 221 of 617 ~ 35.82%

%34.52
%29.66
%35.82

CMYK color model

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

  • cyan value is 3.62%
  • magenta value is 17.19%
  • 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
%17.19
%0
%13.33

Codes

Color #D5B7DD in popluar color models

D5B7DD
RGB213183221
HSL287°35.85%79.22%
HSB/HSV287°17.19%86.67%
CMYK3.62%17.19%0.00%
13.33%

Color #D5B7DD in popluar number systems.

HEXD5B7DD
Decimal213183221
Binary110101011011011111011101
Octal325267335

Shades and tints

Shades of #D5B7DD

#D5B7DD
(213,183,221)
#C2A7C9
(194,167,201)
#AF97B5
(175,151,181)
#9C87A1
(156,135,161)
#89778D
(137,119,141)
#766779
(118,103,121)
#635765
(99,87,101)
#504751
(80,71,81)
#3D373D
(61,55,61)
#2A2729
(42,39,41)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #D5B7DD

#D5B7DD
(213,183,221)
#D8BDE0
(216,189,224)
#DBC3E3
(219,195,227)
#DEC9E6
(222,201,230)
#E1CFE9
(225,207,233)
#E4D5EC
(228,213,236)
#E7DBEF
(231,219,239)
#EAE1F2
(234,225,242)
#EDE7F5
(237,231,245)
#F0EDF8
(240,237,248)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B7DD; }

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

This text font color is #D5B7DD.


Background Color

.myBgColor { background-color: #D5B7DD; }

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

This div background color is #D5B7DD.


Border color

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

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

This div border color is #D5B7DD.


Opacity

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

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

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

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

This text has shadow with #D5B7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B7DD on black background.


Color preview on white background

This text has color #D5B7DD on white background.



Black color preview on #D5B7DD background

This text has black color on #D5B7DD background.


White color preview on #D5B7DD background

This text has white color on #D5B7DD background.