COLOR #D2B0BB

HEX: #D2B0BB RGB: (210,176,187)

Color info

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

RGB color model

#D2B0BB color RGB value is (210,176,187).

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

RGB channels and saturation

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

210
176
187

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

Portions of RGB colors in percentages

R + G + B = 210 + 176 + 187 = 573 (100%)
R 210 of 573 ~ 36.65%
G 176 of 573 ~ 30.72%
B 187 of 573 ~ 32.64'%

%36.65
%30.72
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 10.95%
  • key color value is 17.65%

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

CMYK percentages

%0
%16.19
%10.95
%17.65

Codes

Color #D2B0BB in popluar color models

D2 B0 BB
RGB 210 176 187
HSL 341° 27.42% 75.69%
HSB/HSV 341° 16.19% 82.35%
CMYK 0.00% 16.19% 10.95%
17.65%

Color #D2B0BB in popluar number systems.

HEX D2 B0 BB
Decimal 210 176 187
Binary 11010010 10110000 10111011
Octal 322 260 273

Shades and tints

Shades of #D2B0BB

#D2B0BB
(210,176,187)
#BFA0AA
(191,160,170)
#AC9099
(172,144,153)
#998088
(153,128,136)
#867077
(134,112,119)
#736066
(115,96,102)
#605055
(96,80,85)
#4D4044
(77,64,68)
#3A3033
(58,48,51)
#272022
(39,32,34)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #D2B0BB

#D2B0BB
(210,176,187)
#D6B7C1
(214,183,193)
#DABEC7
(218,190,199)
#DEC5CD
(222,197,205)
#E2CCD3
(226,204,211)
#E6D3D9
(230,211,217)
#EADADF
(234,218,223)
#EEE1E5
(238,225,229)
#F2E8EB
(242,232,235)
#F6EFF1
(246,239,241)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B0BB; }

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

This text font color is #D2B0BB.

Background Color

.myBgColor { background-color: #D2B0BB; }

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

This div background color is #D2B0BB.

Border color

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

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

This div border color is #D2B0BB.

Opacity

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

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

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

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

This text has shadow with #D2B0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B0BB.

Preview

Color preview on black background

This text has color #D2B0BB on black background.


Color preview on white background

This text has color #D2B0BB on white background.


Black color preview on #D2B0BB background

This text has black color on #D2B0BB background.


White color preview on #D2B0BB background

This text has white color on #D2B0BB background.


Related colors

Complementary color

Complementary color for #hex is #2D4F44.


I love getcolorcode.com

Triadic colors

1 #BBD2B0 and #B0BBD2 with #D2B0BB are triadic colors.

2 #BBB0D2 and #B0D2BB with #D2B0BB are triadic colors.