COLOR #D1B2BB

HEX: #D1B2BB
RGB: (209,178,187)

Color info

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

RGB color model

#D1B2BB color RGB value is (209,178,187).

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

RGB channels and saturation

R 209 of 255 = 82%
G 178 of 255 = 70%
B 187 of 255 = 73%

209
178
187

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

Portions of RGB colors in percentages

R + G + B =
209 + 178 + 187 = 574 (100%)
R 209 of 574 ~ 36.41%
G 178 of 574 ~ 31.01%
B 187 of 574 ~ 32.58%

%36.41
%31.01
%32.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.83%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(0,15,11,18)
C0M15Y11K18 
(0%,15%,11%,18%)
(0.00/0.15/0.11/0.18)	

CMYK percentages

%0
%14.83
%10.53
%18.04

Codes

Color #D1B2BB in popluar color models

D1B2BB
RGB209178187
HSL343°25.20%75.88%
HSB/HSV343°14.83%81.96%
CMYK0.00%14.83%10.53%
18.04%

Color #D1B2BB in popluar number systems.

HEXD1B2BB
Decimal209178187
Binary110100011011001010111011
Octal321262273

Shades and tints

Shades of #D1B2BB

#D1B2BB
(209,178,187)
#BEA2AA
(190,162,170)
#AB9299
(171,146,153)
#988288
(152,130,136)
#857277
(133,114,119)
#726266
(114,98,102)
#5F5255
(95,82,85)
#4C4244
(76,66,68)
#393233
(57,50,51)
#262222
(38,34,34)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #D1B2BB

#D1B2BB
(209,178,187)
#D5B9C1
(213,185,193)
#D9C0C7
(217,192,199)
#DDC7CD
(221,199,205)
#E1CED3
(225,206,211)
#E5D5D9
(229,213,217)
#E9DCDF
(233,220,223)
#EDE3E5
(237,227,229)
#F1EAEB
(241,234,235)
#F5F1F1
(245,241,241)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B2BB; }

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

This text font color is #D1B2BB.


Background Color

.myBgColor { background-color: #D1B2BB; }

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

This div background color is #D1B2BB.


Border color

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

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

This div border color is #D1B2BB.


Opacity

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

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

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

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

This text has shadow with #D1B2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B2BB on black background.


Color preview on white background

This text has color #D1B2BB on white background.



Black color preview on #D1B2BB background

This text has black color on #D1B2BB background.


White color preview on #D1B2BB background

This text has white color on #D1B2BB background.