COLOR #D1B2BD

HEX: #D1B2BD
RGB: (209,178,189)

Color info

#D1B2BD contains red, green and blue colors in about the same proportion. Web safe color of #D1B2BD is #CC99CC (or #C9C).

RGB color model

#D1B2BD color RGB value is (209,178,189).

  • red value is 209;
  • green value is 178;
  • blue value is 189.
RGB:
(209,178,189)
(82%,70%,74%)

RGB channels and saturation

R 209 of 255 = 82%
G 178 of 255 = 70%
B 189 of 255 = 74%

209
178
189

R + G + B ~ 75%. #D1B2BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 178 + 189 = 576 (100%)
R 209 of 576 ~ 36.28%
G 178 of 576 ~ 30.9%
B 189 of 576 ~ 32.81%

%36.28
%30.9
%32.81

CMYK color model

#D1B2BD color CMYK value is (0,15,10,18).

  • cyan value is 0.00%
  • magenta value is 14.83%
  • yellow value is 9.57%
  • key color value is 18.04%
CMYK:
(0,15,10,18)
C0M15Y10K18 
(0%,15%,10%,18%)
(0.00/0.15/0.10/0.18)	

CMYK percentages

%0
%14.83
%9.57
%18.04

Codes

Color #D1B2BD in popluar color models

D1B2BD
RGB209178189
HSL339°25.20%75.88%
HSB/HSV339°14.83%81.96%
CMYK0.00%14.83%9.57%
18.04%

Color #D1B2BD in popluar number systems.

HEXD1B2BD
Decimal209178189
Binary110100011011001010111101
Octal321262275

Shades and tints

Shades of #D1B2BD

#D1B2BD
(209,178,189)
#BEA2AC
(190,162,172)
#AB929B
(171,146,155)
#98828A
(152,130,138)
#857279
(133,114,121)
#726268
(114,98,104)
#5F5257
(95,82,87)
#4C4246
(76,66,70)
#393235
(57,50,53)
#262224
(38,34,36)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #D1B2BD

#D1B2BD
(209,178,189)
#D5B9C3
(213,185,195)
#D9C0C9
(217,192,201)
#DDC7CF
(221,199,207)
#E1CED5
(225,206,213)
#E5D5DB
(229,213,219)
#E9DCE1
(233,220,225)
#EDE3E7
(237,227,231)
#F1EAED
(241,234,237)
#F5F1F3
(245,241,243)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B2BD color. Also use rgb(209,178,189) instead hex code.

Text Font Color

.myTextColor { color: #D1B2BD; }

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

This text font color is #D1B2BD.


Background Color

.myBgColor { background-color: #D1B2BD; }

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

This div background color is #D1B2BD.


Border color

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

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

This div border color is #D1B2BD.


Opacity

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

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

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

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

This text has shadow with #D1B2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B2BD on black background.


Color preview on white background

This text has color #D1B2BD on white background.



Black color preview on #D1B2BD background

This text has black color on #D1B2BD background.


White color preview on #D1B2BD background

This text has white color on #D1B2BD background.