COLOR #D8B2B1

HEX: #D8B2B1
RGB: (216,178,177)

Color info

#D8B2B1 contains red, green and blue colors in about the same proportion. Web safe color of #D8B2B1 is #CC9999 (or #C99).

RGB color model

#D8B2B1 color RGB value is (216,178,177).

  • red value is 216;
  • green value is 178;
  • blue value is 177.
RGB:
(216,178,177)
(85%,70%,69%)

RGB channels and saturation

R 216 of 255 = 85%
G 178 of 255 = 70%
B 177 of 255 = 69%

216
178
177

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

Portions of RGB colors in percentages

R + G + B =
216 + 178 + 177 = 571 (100%)
R 216 of 571 ~ 37.83%
G 178 of 571 ~ 31.17%
B 177 of 571 ~ 31%

%37.83
%31.17
%31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 18.06%
  • key color value is 15.29%
CMYK:
(0,18,18,15)
C0M18Y18K15 
(0%,18%,18%,15%)
(0.00/0.18/0.18/0.15)	

CMYK percentages

%0
%17.59
%18.06
%15.29

Codes

Color #D8B2B1 in popluar color models

D8B2B1
RGB216178177
HSL33.33%77.06%
HSB/HSV18.06%84.71%
CMYK0.00%17.59%18.06%
15.29%

Color #D8B2B1 in popluar number systems.

HEXD8B2B1
Decimal216178177
Binary110110001011001010110001
Octal330262261

Shades and tints

Shades of #D8B2B1

#D8B2B1
(216,178,177)
#C5A2A1
(197,162,161)
#B29291
(178,146,145)
#9F8281
(159,130,129)
#8C7271
(140,114,113)
#796261
(121,98,97)
#665251
(102,82,81)
#534241
(83,66,65)
#403231
(64,50,49)
#2D2221
(45,34,33)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #D8B2B1

#D8B2B1
(216,178,177)
#DBB9B8
(219,185,184)
#DEC0BF
(222,192,191)
#E1C7C6
(225,199,198)
#E4CECD
(228,206,205)
#E7D5D4
(231,213,212)
#EADCDB
(234,220,219)
#EDE3E2
(237,227,226)
#F0EAE9
(240,234,233)
#F3F1F0
(243,241,240)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B2B1 color. Also use rgb(216,178,177) instead hex code.

Text Font Color

.myTextColor { color: #D8B2B1; }

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

This text font color is #D8B2B1.


Background Color

.myBgColor { background-color: #D8B2B1; }

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

This div background color is #D8B2B1.


Border color

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

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

This div border color is #D8B2B1.


Opacity

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

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

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

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

This text has shadow with #D8B2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B2B1 on black background.


Color preview on white background

This text has color #D8B2B1 on white background.



Black color preview on #D8B2B1 background

This text has black color on #D8B2B1 background.


White color preview on #D8B2B1 background

This text has white color on #D8B2B1 background.