COLOR #D2BABB

HEX: #D2BABB RGB: (210,186,187)

Color info

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

RGB color model

#D2BABB color RGB value is (210,186,187).

RGB: (210,186,187) (82%, 73%, 73%)

RGB channels and saturation

R 210 of 255 = 82%
G 186 of 255 = 73%
B 187 of 255 = 73%

210
186
187

R + G + B ~ 76%. #D2BABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 186 + 187 = 583 (100%)
R 210 of 583 ~ 36.02%
G 186 of 583 ~ 31.9%
B 187 of 583 ~ 32.08'%

%36.02
%31.9
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 10.95%
  • key color value is 17.65%
CMYK: (0,11,11,18) C0M11Y11K18 (0%,11%,11%,18%) (0.00/0.11/0.11/0.18) 

CMYK percentages

%0
%11.43
%10.95
%17.65

Codes

Color #D2BABB in popluar color models

D2 BA BB
RGB 210 186 187
HSL 358° 21.05% 77.65%
HSB/HSV 358° 11.43% 82.35%
CMYK 0.00% 11.43% 10.95%
17.65%

Color #D2BABB in popluar number systems.

HEX D2 BA BB
Decimal 210 186 187
Binary 11010010 10111010 10111011
Octal 322 272 273

Shades and tints

Shades of #D2BABB

#D2BABB
(210,186,187)
#BFAAAA
(191,170,170)
#AC9A99
(172,154,153)
#998A88
(153,138,136)
#867A77
(134,122,119)
#736A66
(115,106,102)
#605A55
(96,90,85)
#4D4A44
(77,74,68)
#3A3A33
(58,58,51)
#272A22
(39,42,34)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #D2BABB

#D2BABB
(210,186,187)
#D6C0C1
(214,192,193)
#DAC6C7
(218,198,199)
#DECCCD
(222,204,205)
#E2D2D3
(226,210,211)
#E6D8D9
(230,216,217)
#EADEDF
(234,222,223)
#EEE4E5
(238,228,229)
#F2EAEB
(242,234,235)
#F6F0F1
(246,240,241)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BABB; }

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

This text font color is #D2BABB.

Background Color

.myBgColor { background-color: #D2BABB; }

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

This div background color is #D2BABB.

Border color

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

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

This div border color is #D2BABB.

Opacity

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

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

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

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

This text has shadow with #D2BABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2BABB.

Preview

Color preview on black background

This text has color #D2BABB on black background.


Color preview on white background

This text has color #D2BABB on white background.


Black color preview on #D2BABB background

This text has black color on #D2BABB background.


White color preview on #D2BABB background

This text has white color on #D2BABB background.


Related colors

Complementary color

Complementary color for #hex is #2D4544.


I love getcolorcode.com

Triadic colors

1 #BBD2BA and #BABBD2 with #D2BABB are triadic colors.

2 #BBBAD2 and #BAD2BB with #D2BABB are triadic colors.