COLOR #D1B4DD

HEX: #D1B4DD
RGB: (209,180,221)

Color info

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

RGB color model

#D1B4DD color RGB value is (209,180,221).

  • red value is 209;
  • green value is 180;
  • blue value is 221.
RGB:
(209,180,221)
(82%,71%,87%)

RGB channels and saturation

R 209 of 255 = 82%
G 180 of 255 = 71%
B 221 of 255 = 87%

209
180
221

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

Portions of RGB colors in percentages

R + G + B =
209 + 180 + 221 = 610 (100%)
R 209 of 610 ~ 34.26%
G 180 of 610 ~ 29.51%
B 221 of 610 ~ 36.23%

%34.26
%29.51
%36.23

CMYK color model

#D1B4DD color CMYK value is (5,19,0,13).

  • cyan value is 5.43%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(5,19,0,13)
C5M19Y0K13 
(5%,19%,0%,13%)
(0.05/0.19/0.00/0.13)	

CMYK percentages

%5.43
%18.55
%0
%13.33

Codes

Color #D1B4DD in popluar color models

D1B4DD
RGB209180221
HSL282°37.61%78.63%
HSB/HSV282°18.55%86.67%
CMYK5.43%18.55%0.00%
13.33%

Color #D1B4DD in popluar number systems.

HEXD1B4DD
Decimal209180221
Binary110100011011010011011101
Octal321264335

Shades and tints

Shades of #D1B4DD

#D1B4DD
(209,180,221)
#BEA4C9
(190,164,201)
#AB94B5
(171,148,181)
#9884A1
(152,132,161)
#85748D
(133,116,141)
#726479
(114,100,121)
#5F5465
(95,84,101)
#4C4451
(76,68,81)
#39343D
(57,52,61)
#262429
(38,36,41)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #D1B4DD

#D1B4DD
(209,180,221)
#D5BAE0
(213,186,224)
#D9C0E3
(217,192,227)
#DDC6E6
(221,198,230)
#E1CCE9
(225,204,233)
#E5D2EC
(229,210,236)
#E9D8EF
(233,216,239)
#EDDEF2
(237,222,242)
#F1E4F5
(241,228,245)
#F5EAF8
(245,234,248)
#F9F0FB
(249,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B4DD color. Also use rgb(209,180,221) instead hex code.

Text Font Color

.myTextColor { color: #D1B4DD; }

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

This text font color is #D1B4DD.


Background Color

.myBgColor { background-color: #D1B4DD; }

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

This div background color is #D1B4DD.


Border color

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

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

This div border color is #D1B4DD.


Opacity

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

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

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

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

This text has shadow with #D1B4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B4DD on black background.


Color preview on white background

This text has color #D1B4DD on white background.



Black color preview on #D1B4DD background

This text has black color on #D1B4DD background.


White color preview on #D1B4DD background

This text has white color on #D1B4DD background.