COLOR #D8BBB2

HEX: #D8BBB2
RGB: (216,187,178)

Color info

#D8BBB2 contains red, green and blue colors in about the same proportion. Web safe color of #D8BBB2 is #CCCC99 (or #CC9).

RGB color model

#D8BBB2 color RGB value is (216,187,178).

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

RGB channels and saturation

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

216
187
178

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

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 178 = 581 (100%)
R 216 of 581 ~ 37.18%
G 187 of 581 ~ 32.19%
B 178 of 581 ~ 30.64%

%37.18
%32.19
%30.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 17.59%
  • key color value is 15.29%
CMYK:
(0,13,18,15)
C0M13Y18K15 
(0%,13%,18%,15%)
(0.00/0.13/0.18/0.15)	

CMYK percentages

%0
%13.43
%17.59
%15.29

Codes

Color #D8BBB2 in popluar color models

D8BBB2
RGB216187178
HSL14°32.76%77.25%
HSB/HSV14°17.59%84.71%
CMYK0.00%13.43%17.59%
15.29%

Color #D8BBB2 in popluar number systems.

HEXD8BBB2
Decimal216187178
Binary110110001011101110110010
Octal330273262

Shades and tints

Shades of #D8BBB2

#D8BBB2
(216,187,178)
#C5AAA2
(197,170,162)
#B29992
(178,153,146)
#9F8882
(159,136,130)
#8C7772
(140,119,114)
#796662
(121,102,98)
#665552
(102,85,82)
#534442
(83,68,66)
#403332
(64,51,50)
#2D2222
(45,34,34)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #D8BBB2

#D8BBB2
(216,187,178)
#DBC1B9
(219,193,185)
#DEC7C0
(222,199,192)
#E1CDC7
(225,205,199)
#E4D3CE
(228,211,206)
#E7D9D5
(231,217,213)
#EADFDC
(234,223,220)
#EDE5E3
(237,229,227)
#F0EBEA
(240,235,234)
#F3F1F1
(243,241,241)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BBB2; }

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

This text font color is #D8BBB2.


Background Color

.myBgColor { background-color: #D8BBB2; }

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

This div background color is #D8BBB2.


Border color

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

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

This div border color is #D8BBB2.


Opacity

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

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

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

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

This text has shadow with #D8BBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BBB2 on black background.


Color preview on white background

This text has color #D8BBB2 on white background.



Black color preview on #D8BBB2 background

This text has black color on #D8BBB2 background.


White color preview on #D8BBB2 background

This text has white color on #D8BBB2 background.