COLOR #D8B3BB

HEX: #D8B3BB RGB: (216,179,187)

Color info

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

RGB color model

#D8B3BB color RGB value is (216,179,187).

RGB: (216,179,187) (85%, 70%, 73%)

RGB channels and saturation

R 216 of 255 = 85%
G 179 of 255 = 70%
B 187 of 255 = 73%

216
179
187

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

Portions of RGB colors in percentages

R + G + B = 216 + 179 + 187 = 582 (100%)
R 216 of 582 ~ 37.11%
G 179 of 582 ~ 30.76%
B 187 of 582 ~ 32.13'%

%37.11
%30.76
%32.13

CMYK color model

#D8B3BB color CMYK value is (0,17,13,15).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 13.43%
  • key color value is 15.29%

CMYK: (0,17,13,15)
C0M17Y13K15 (0%, 17%, 13%, 15%)
(0.00 / 0.17 / 0.13 / 0.15)

CMYK percentages

%0
%17.13
%13.43
%15.29

Codes

Color #D8B3BB in popluar color models

D8 B3 BB
RGB 216 179 187
HSL 347° 32.17% 77.45%
HSB/HSV 347° 17.13% 84.71%
CMYK 0.00% 17.13% 13.43%
15.29%

Color #D8B3BB in popluar number systems.

HEX D8 B3 BB
Decimal 216 179 187
Binary 11011000 10110011 10111011
Octal 330 263 273

Shades and tints

Shades of #D8B3BB

#D8B3BB
(216,179,187)
#C5A3AA
(197,163,170)
#B29399
(178,147,153)
#9F8388
(159,131,136)
#8C7377
(140,115,119)
#796366
(121,99,102)
#665355
(102,83,85)
#534344
(83,67,68)
#403333
(64,51,51)
#2D2322
(45,35,34)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #D8B3BB

#D8B3BB
(216,179,187)
#DBB9C1
(219,185,193)
#DEBFC7
(222,191,199)
#E1C5CD
(225,197,205)
#E4CBD3
(228,203,211)
#E7D1D9
(231,209,217)
#EAD7DF
(234,215,223)
#EDDDE5
(237,221,229)
#F0E3EB
(240,227,235)
#F3E9F1
(243,233,241)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B3BB color. Also use rgb(216,179,187) instead hex code.

Text Font Color

.myTextColor { color: #D8B3BB; }

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

This text font color is #D8B3BB.

Background Color

.myBgColor { background-color: #D8B3BB; }

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

This div background color is #D8B3BB.

Border color

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

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

This div border color is #D8B3BB.

Opacity

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

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

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

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

This text has shadow with #D8B3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B3BB.

Preview

Color preview on black background

This text has color #D8B3BB on black background.


Color preview on white background

This text has color #D8B3BB on white background.


Black color preview on #D8B3BB background

This text has black color on #D8B3BB background.


White color preview on #D8B3BB background

This text has white color on #D8B3BB background.


Related colors

Complementary color

Complementary color for #hex is #274C44.


I love getcolorcode.com

Triadic colors

1 #BBD8B3 and #B3BBD8 with #D8B3BB are triadic colors.

2 #BBB3D8 and #B3D8BB with #D8B3BB are triadic colors.