COLOR #D1B8DA

HEX: #D1B8DA RGB: (209,184,218)

Color info

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

RGB color model

#D1B8DA color RGB value is (209,184,218).

RGB: (209,184,218) (82%, 72%, 85%)

RGB channels and saturation

R 209 of 255 = 82%
G 184 of 255 = 72%
B 218 of 255 = 85%

209
184
218

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

Portions of RGB colors in percentages

R + G + B = 209 + 184 + 218 = 611 (100%)
R 209 of 611 ~ 34.21%
G 184 of 611 ~ 30.11%
B 218 of 611 ~ 35.68'%

%34.21
%30.11
%35.68

CMYK color model

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

  • cyan value is 4.13%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (4,16,0,15)
C4M16Y0K15 (4%, 16%, 0%, 15%)
(0.04 / 0.16 / 0.00 / 0.15)

CMYK percentages

%4.13
%15.6
%0
%14.51

Codes

Color #D1B8DA in popluar color models

D1 B8 DA
RGB 209 184 218
HSL 284° 31.48% 78.82%
HSB/HSV 284° 15.60% 85.49%
CMYK 4.13% 15.60% 0.00%
14.51%

Color #D1B8DA in popluar number systems.

HEX D1 B8 DA
Decimal 209 184 218
Binary 11010001 10111000 11011010
Octal 321 270 332

Shades and tints

Shades of #D1B8DA

#D1B8DA
(209,184,218)
#BEA8C7
(190,168,199)
#AB98B4
(171,152,180)
#9888A1
(152,136,161)
#85788E
(133,120,142)
#72687B
(114,104,123)
#5F5868
(95,88,104)
#4C4855
(76,72,85)
#393842
(57,56,66)
#26282F
(38,40,47)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #D1B8DA

#D1B8DA
(209,184,218)
#D5BEDD
(213,190,221)
#D9C4E0
(217,196,224)
#DDCAE3
(221,202,227)
#E1D0E6
(225,208,230)
#E5D6E9
(229,214,233)
#E9DCEC
(233,220,236)
#EDE2EF
(237,226,239)
#F1E8F2
(241,232,242)
#F5EEF5
(245,238,245)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B8DA; }

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

This text font color is #D1B8DA.

Background Color

.myBgColor { background-color: #D1B8DA; }

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

This div background color is #D1B8DA.

Border color

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

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

This div border color is #D1B8DA.

Opacity

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

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

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

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

This text has shadow with #D1B8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B8DA.

Preview

Color preview on black background

This text has color #D1B8DA on black background.


Color preview on white background

This text has color #D1B8DA on white background.


Black color preview on #D1B8DA background

This text has black color on #D1B8DA background.


White color preview on #D1B8DA background

This text has white color on #D1B8DA background.


Related colors

Complementary color

Complementary color for #hex is #2E4725.


I love getcolorcode.com

Triadic colors

1 #DAD1B8 and #B8DAD1 with #D1B8DA are triadic colors.

2 #DAB8D1 and #B8D1DA with #D1B8DA are triadic colors.