COLOR #D1B4D9

HEX: #D1B4D9
RGB: (209,180,217)

Color info

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

RGB color model

#D1B4D9 color RGB value is (209,180,217).

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

RGB channels and saturation

R 209 of 255 = 82%
G 180 of 255 = 71%
B 217 of 255 = 85%

209
180
217

R + G + B ~ 79%. #D1B4D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 180 + 217 = 606 (100%)
R 209 of 606 ~ 34.49%
G 180 of 606 ~ 29.7%
B 217 of 606 ~ 35.81%

%34.49
%29.7
%35.81

CMYK color model

#D1B4D9 color CMYK value is (4,17,0,15).

  • cyan value is 3.69%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(4,17,0,15)
C4M17Y0K15 
(4%,17%,0%,15%)
(0.04/0.17/0.00/0.15)	

CMYK percentages

%3.69
%17.05
%0
%14.9

Codes

Color #D1B4D9 in popluar color models

D1B4D9
RGB209180217
HSL287°32.74%77.84%
HSB/HSV287°17.05%85.10%
CMYK3.69%17.05%0.00%
14.90%

Color #D1B4D9 in popluar number systems.

HEXD1B4D9
Decimal209180217
Binary110100011011010011011001
Octal321264331

Shades and tints

Shades of #D1B4D9

#D1B4D9
(209,180,217)
#BEA4C6
(190,164,198)
#AB94B3
(171,148,179)
#9884A0
(152,132,160)
#85748D
(133,116,141)
#72647A
(114,100,122)
#5F5467
(95,84,103)
#4C4454
(76,68,84)
#393441
(57,52,65)
#26242E
(38,36,46)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #D1B4D9

#D1B4D9
(209,180,217)
#D5BADC
(213,186,220)
#D9C0DF
(217,192,223)
#DDC6E2
(221,198,226)
#E1CCE5
(225,204,229)
#E5D2E8
(229,210,232)
#E9D8EB
(233,216,235)
#EDDEEE
(237,222,238)
#F1E4F1
(241,228,241)
#F5EAF4
(245,234,244)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B4D9; }

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

This text font color is #D1B4D9.


Background Color

.myBgColor { background-color: #D1B4D9; }

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

This div background color is #D1B4D9.


Border color

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

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

This div border color is #D1B4D9.


Opacity

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

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

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

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

This text has shadow with #D1B4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B4D9 on black background.


Color preview on white background

This text has color #D1B4D9 on white background.



Black color preview on #D1B4D9 background

This text has black color on #D1B4D9 background.


White color preview on #D1B4D9 background

This text has white color on #D1B4D9 background.