COLOR #D8BAB2

HEX: #D8BAB2
RGB: (216,186,178)

Color info

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

RGB color model

#D8BAB2 color RGB value is (216,186,178).

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

RGB channels and saturation

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

216
186
178

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

Portions of RGB colors in percentages

R + G + B =
216 + 186 + 178 = 580 (100%)
R 216 of 580 ~ 37.24%
G 186 of 580 ~ 32.07%
B 178 of 580 ~ 30.69%

%37.24
%32.07
%30.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 17.59%
  • key color value is 15.29%
CMYK:
(0,14,18,15)
C0M14Y18K15 
(0%,14%,18%,15%)
(0.00/0.14/0.18/0.15)	

CMYK percentages

%0
%13.89
%17.59
%15.29

Codes

Color #D8BAB2 in popluar color models

D8BAB2
RGB216186178
HSL13°32.76%77.25%
HSB/HSV13°17.59%84.71%
CMYK0.00%13.89%17.59%
15.29%

Color #D8BAB2 in popluar number systems.

HEXD8BAB2
Decimal216186178
Binary110110001011101010110010
Octal330272262

Shades and tints

Shades of #D8BAB2

#D8BAB2
(216,186,178)
#C5AAA2
(197,170,162)
#B29A92
(178,154,146)
#9F8A82
(159,138,130)
#8C7A72
(140,122,114)
#796A62
(121,106,98)
#665A52
(102,90,82)
#534A42
(83,74,66)
#403A32
(64,58,50)
#2D2A22
(45,42,34)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #D8BAB2

#D8BAB2
(216,186,178)
#DBC0B9
(219,192,185)
#DEC6C0
(222,198,192)
#E1CCC7
(225,204,199)
#E4D2CE
(228,210,206)
#E7D8D5
(231,216,213)
#EADEDC
(234,222,220)
#EDE4E3
(237,228,227)
#F0EAEA
(240,234,234)
#F3F0F1
(243,240,241)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BAB2; }

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

This text font color is #D8BAB2.


Background Color

.myBgColor { background-color: #D8BAB2; }

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

This div background color is #D8BAB2.


Border color

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

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

This div border color is #D8BAB2.


Opacity

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

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

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

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

This text has shadow with #D8BAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BAB2 on black background.


Color preview on white background

This text has color #D8BAB2 on white background.



Black color preview on #D8BAB2 background

This text has black color on #D8BAB2 background.


White color preview on #D8BAB2 background

This text has white color on #D8BAB2 background.