COLOR #D1B9D0

HEX: #D1B9D0 RGB: (209,185,208)

Color info

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

RGB color model

#D1B9D0 color RGB value is (209,185,208).

RGB: (209,185,208) (82%, 73%, 82%)

RGB channels and saturation

R 209 of 255 = 82%
G 185 of 255 = 73%
B 208 of 255 = 82%

209
185
208

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

Portions of RGB colors in percentages

R + G + B = 209 + 185 + 208 = 602 (100%)
R 209 of 602 ~ 34.72%
G 185 of 602 ~ 30.73%
B 208 of 602 ~ 34.55'%

%34.72
%30.73
%34.55

CMYK color model

#D1B9D0 color CMYK value is (0,11,0,18).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 0.48%
  • key color value is 18.04%

CMYK: (0,11,0,18)
C0M11Y0K18 (0%, 11%, 0%, 18%)
(0.00 / 0.11 / 0.00 / 0.18)

CMYK percentages

%0
%11.48
%0.48
%18.04

Codes

Color #D1B9D0 in popluar color models

D1 B9 D0
RGB 209 185 208
HSL 303° 20.69% 77.25%
HSB/HSV 303° 11.48% 81.96%
CMYK 0.00% 11.48% 0.48%
18.04%

Color #D1B9D0 in popluar number systems.

HEX D1 B9 D0
Decimal 209 185 208
Binary 11010001 10111001 11010000
Octal 321 271 320

Shades and tints

Shades of #D1B9D0

#D1B9D0
(209,185,208)
#BEA9BE
(190,169,190)
#AB99AC
(171,153,172)
#98899A
(152,137,154)
#857988
(133,121,136)
#726976
(114,105,118)
#5F5964
(95,89,100)
#4C4952
(76,73,82)
#393940
(57,57,64)
#26292E
(38,41,46)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #D1B9D0

#D1B9D0
(209,185,208)
#D5BFD4
(213,191,212)
#D9C5D8
(217,197,216)
#DDCBDC
(221,203,220)
#E1D1E0
(225,209,224)
#E5D7E4
(229,215,228)
#E9DDE8
(233,221,232)
#EDE3EC
(237,227,236)
#F1E9F0
(241,233,240)
#F5EFF4
(245,239,244)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B9D0; }

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

This text font color is #D1B9D0.

Background Color

.myBgColor { background-color: #D1B9D0; }

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

This div background color is #D1B9D0.

Border color

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

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

This div border color is #D1B9D0.

Opacity

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

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

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

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

This text has shadow with #D1B9D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B9D0.

Preview

Color preview on black background

This text has color #D1B9D0 on black background.


Color preview on white background

This text has color #D1B9D0 on white background.


Black color preview on #D1B9D0 background

This text has black color on #D1B9D0 background.


White color preview on #D1B9D0 background

This text has white color on #D1B9D0 background.


Related colors

Complementary color

Complementary color for #hex is #2E462F.


I love getcolorcode.com

Triadic colors

1 #D0D1B9 and #B9D0D1 with #D1B9D0 are triadic colors.

2 #D0B9D1 and #B9D1D0 with #D1B9D0 are triadic colors.