COLOR #D1B9DA

HEX: #D1B9DA
RGB: (209,185,218)

Color info

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

RGB color model

#D1B9DA color RGB value is (209,185,218).

  • red value is 209;
  • green value is 185;
  • blue value is 218.
RGB:
(209,185,218)
(82%,73%,85%)

RGB channels and saturation

R 209 of 255 = 82%
G 185 of 255 = 73%
B 218 of 255 = 85%

209
185
218

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

Portions of RGB colors in percentages

R + G + B =
209 + 185 + 218 = 612 (100%)
R 209 of 612 ~ 34.15%
G 185 of 612 ~ 30.23%
B 218 of 612 ~ 35.62%

%34.15
%30.23
%35.62

CMYK color model

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

  • cyan value is 4.13%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(4,15,0,15)
C4M15Y0K15 
(4%,15%,0%,15%)
(0.04/0.15/0.00/0.15)	

CMYK percentages

%4.13
%15.14
%0
%14.51

Codes

Color #D1B9DA in popluar color models

D1B9DA
RGB209185218
HSL284°30.84%79.02%
HSB/HSV284°15.14%85.49%
CMYK4.13%15.14%0.00%
14.51%

Color #D1B9DA in popluar number systems.

HEXD1B9DA
Decimal209185218
Binary110100011011100111011010
Octal321271332

Shades and tints

Shades of #D1B9DA

#D1B9DA
(209,185,218)
#BEA9C7
(190,169,199)
#AB99B4
(171,153,180)
#9889A1
(152,137,161)
#85798E
(133,121,142)
#72697B
(114,105,123)
#5F5968
(95,89,104)
#4C4955
(76,73,85)
#393942
(57,57,66)
#26292F
(38,41,47)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #D1B9DA

#D1B9DA
(209,185,218)
#D5BFDD
(213,191,221)
#D9C5E0
(217,197,224)
#DDCBE3
(221,203,227)
#E1D1E6
(225,209,230)
#E5D7E9
(229,215,233)
#E9DDEC
(233,221,236)
#EDE3EF
(237,227,239)
#F1E9F2
(241,233,242)
#F5EFF5
(245,239,245)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B9DA color. Also use rgb(209,185,218) instead hex code.

Text Font Color

.myTextColor { color: #D1B9DA; }

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

This text font color is #D1B9DA.


Background Color

.myBgColor { background-color: #D1B9DA; }

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

This div background color is #D1B9DA.


Border color

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

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

This div border color is #D1B9DA.


Opacity

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

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

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

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

This text has shadow with #D1B9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B9DA on black background.


Color preview on white background

This text has color #D1B9DA on white background.



Black color preview on #D1B9DA background

This text has black color on #D1B9DA background.


White color preview on #D1B9DA background

This text has white color on #D1B9DA background.