COLOR #D1B0BB

HEX: #D1B0BB RGB: (209,176,187)

Color info

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

RGB color model

#D1B0BB color RGB value is (209,176,187).

RGB: (209,176,187) (82%, 69%, 73%)

RGB channels and saturation

R 209 of 255 = 82%
G 176 of 255 = 69%
B 187 of 255 = 73%

209
176
187

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

Portions of RGB colors in percentages

R + G + B = 209 + 176 + 187 = 572 (100%)
R 209 of 572 ~ 36.54%
G 176 of 572 ~ 30.77%
B 187 of 572 ~ 32.69'%

%36.54
%30.77
%32.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 10.53%
  • key color value is 18.04%

CMYK: (0,16,11,18)
C0M16Y11K18 (0%, 16%, 11%, 18%)
(0.00 / 0.16 / 0.11 / 0.18)

CMYK percentages

%0
%15.79
%10.53
%18.04

Codes

Color #D1B0BB in popluar color models

D1 B0 BB
RGB 209 176 187
HSL 340° 26.40% 75.49%
HSB/HSV 340° 15.79% 81.96%
CMYK 0.00% 15.79% 10.53%
18.04%

Color #D1B0BB in popluar number systems.

HEX D1 B0 BB
Decimal 209 176 187
Binary 11010001 10110000 10111011
Octal 321 260 273

Shades and tints

Shades of #D1B0BB

#D1B0BB
(209,176,187)
#BEA0AA
(190,160,170)
#AB9099
(171,144,153)
#988088
(152,128,136)
#857077
(133,112,119)
#726066
(114,96,102)
#5F5055
(95,80,85)
#4C4044
(76,64,68)
#393033
(57,48,51)
#262022
(38,32,34)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #D1B0BB

#D1B0BB
(209,176,187)
#D5B7C1
(213,183,193)
#D9BEC7
(217,190,199)
#DDC5CD
(221,197,205)
#E1CCD3
(225,204,211)
#E5D3D9
(229,211,217)
#E9DADF
(233,218,223)
#EDE1E5
(237,225,229)
#F1E8EB
(241,232,235)
#F5EFF1
(245,239,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B0BB; }

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

This text font color is #D1B0BB.

Background Color

.myBgColor { background-color: #D1B0BB; }

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

This div background color is #D1B0BB.

Border color

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

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

This div border color is #D1B0BB.

Opacity

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

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

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

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

This text has shadow with #D1B0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B0BB.

Preview

Color preview on black background

This text has color #D1B0BB on black background.


Color preview on white background

This text has color #D1B0BB on white background.


Black color preview on #D1B0BB background

This text has black color on #D1B0BB background.


White color preview on #D1B0BB background

This text has white color on #D1B0BB background.


Related colors

Complementary color

Complementary color for #hex is #2E4F44.


I love getcolorcode.com

Triadic colors

1 #BBD1B0 and #B0BBD1 with #D1B0BB are triadic colors.

2 #BBB0D1 and #B0D1BB with #D1B0BB are triadic colors.