COLOR #D5B1DD

HEX: #D5B1DD
RGB: (213,177,221)

Color info

#D5B1DD contains red, green and blue colors in about the same proportion. Web safe color of #D5B1DD is #CC99CC (or #C9C).

RGB color model

#D5B1DD color RGB value is (213,177,221).

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

RGB channels and saturation

R 213 of 255 = 84%
G 177 of 255 = 69%
B 221 of 255 = 87%

213
177
221

R + G + B ~ 80%. #D5B1DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 177 + 221 = 611 (100%)
R 213 of 611 ~ 34.86%
G 177 of 611 ~ 28.97%
B 221 of 611 ~ 36.17%

%34.86
%28.97
%36.17

CMYK color model

#D5B1DD color CMYK value is (4,20,0,13).

  • cyan value is 3.62%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(4,20,0,13)
C4M20Y0K13 
(4%,20%,0%,13%)
(0.04/0.20/0.00/0.13)	

CMYK percentages

%3.62
%19.91
%0
%13.33

Codes

Color #D5B1DD in popluar color models

D5B1DD
RGB213177221
HSL289°39.29%78.04%
HSB/HSV289°19.91%86.67%
CMYK3.62%19.91%0.00%
13.33%

Color #D5B1DD in popluar number systems.

HEXD5B1DD
Decimal213177221
Binary110101011011000111011101
Octal325261335

Shades and tints

Shades of #D5B1DD

#D5B1DD
(213,177,221)
#C2A1C9
(194,161,201)
#AF91B5
(175,145,181)
#9C81A1
(156,129,161)
#89718D
(137,113,141)
#766179
(118,97,121)
#635165
(99,81,101)
#504151
(80,65,81)
#3D313D
(61,49,61)
#2A2129
(42,33,41)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #D5B1DD

#D5B1DD
(213,177,221)
#D8B8E0
(216,184,224)
#DBBFE3
(219,191,227)
#DEC6E6
(222,198,230)
#E1CDE9
(225,205,233)
#E4D4EC
(228,212,236)
#E7DBEF
(231,219,239)
#EAE2F2
(234,226,242)
#EDE9F5
(237,233,245)
#F0F0F8
(240,240,248)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B1DD; }

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

This text font color is #D5B1DD.


Background Color

.myBgColor { background-color: #D5B1DD; }

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

This div background color is #D5B1DD.


Border color

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

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

This div border color is #D5B1DD.


Opacity

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

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

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

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

This text has shadow with #D5B1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B1DD on black background.


Color preview on white background

This text has color #D5B1DD on white background.



Black color preview on #D5B1DD background

This text has black color on #D5B1DD background.


White color preview on #D5B1DD background

This text has white color on #D5B1DD background.