COLOR #D8BBBA

HEX: #D8BBBA
RGB: (216,187,186)

Color info

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

RGB color model

#D8BBBA color RGB value is (216,187,186).

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

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 186 of 255 = 73%

216
187
186

R + G + B ~ 77%. #D8BBBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 186 = 589 (100%)
R 216 of 589 ~ 36.67%
G 187 of 589 ~ 31.75%
B 186 of 589 ~ 31.58%

%36.67
%31.75
%31.58

CMYK color model

#D8BBBA color CMYK value is (0,13,14,15).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 13.89%
  • key color value is 15.29%
CMYK:
(0,13,14,15)
C0M13Y14K15 
(0%,13%,14%,15%)
(0.00/0.13/0.14/0.15)	

CMYK percentages

%0
%13.43
%13.89
%15.29

Codes

Color #D8BBBA in popluar color models

D8BBBA
RGB216187186
HSL27.78%78.82%
HSB/HSV13.89%84.71%
CMYK0.00%13.43%13.89%
15.29%

Color #D8BBBA in popluar number systems.

HEXD8BBBA
Decimal216187186
Binary110110001011101110111010
Octal330273272

Shades and tints

Shades of #D8BBBA

#D8BBBA
(216,187,186)
#C5AAAA
(197,170,170)
#B2999A
(178,153,154)
#9F888A
(159,136,138)
#8C777A
(140,119,122)
#79666A
(121,102,106)
#66555A
(102,85,90)
#53444A
(83,68,74)
#40333A
(64,51,58)
#2D222A
(45,34,42)
#1A111A
(26,17,26)
#000000
(0,0,0)

Tints of #D8BBBA

#D8BBBA
(216,187,186)
#DBC1C0
(219,193,192)
#DEC7C6
(222,199,198)
#E1CDCC
(225,205,204)
#E4D3D2
(228,211,210)
#E7D9D8
(231,217,216)
#EADFDE
(234,223,222)
#EDE5E4
(237,229,228)
#F0EBEA
(240,235,234)
#F3F1F0
(243,241,240)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BBBA; }

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

This text font color is #D8BBBA.


Background Color

.myBgColor { background-color: #D8BBBA; }

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

This div background color is #D8BBBA.


Border color

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

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

This div border color is #D8BBBA.


Opacity

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

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

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

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

This text has shadow with #D8BBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BBBA on black background.


Color preview on white background

This text has color #D8BBBA on white background.



Black color preview on #D8BBBA background

This text has black color on #D8BBBA background.


White color preview on #D8BBBA background

This text has white color on #D8BBBA background.