COLOR #D4B4BA

HEX: #D4B4BA
RGB: (212,180,186)

Color info

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

RGB color model

#D4B4BA color RGB value is (212,180,186).

  • red value is 212;
  • green value is 180;
  • blue value is 186.
RGB:
(212,180,186)
(83%,71%,73%)

RGB channels and saturation

R 212 of 255 = 83%
G 180 of 255 = 71%
B 186 of 255 = 73%

212
180
186

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

Portions of RGB colors in percentages

R + G + B =
212 + 180 + 186 = 578 (100%)
R 212 of 578 ~ 36.68%
G 180 of 578 ~ 31.14%
B 186 of 578 ~ 32.18%

%36.68
%31.14
%32.18

CMYK color model

#D4B4BA color CMYK value is (0,15,12,17).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 12.26%
  • key color value is 16.86%
CMYK:
(0,15,12,17)
C0M15Y12K17 
(0%,15%,12%,17%)
(0.00/0.15/0.12/0.17)	

CMYK percentages

%0
%15.09
%12.26
%16.86

Codes

Color #D4B4BA in popluar color models

D4B4BA
RGB212180186
HSL349°27.12%76.86%
HSB/HSV349°15.09%83.14%
CMYK0.00%15.09%12.26%
16.86%

Color #D4B4BA in popluar number systems.

HEXD4B4BA
Decimal212180186
Binary110101001011010010111010
Octal324264272

Shades and tints

Shades of #D4B4BA

#D4B4BA
(212,180,186)
#C1A4AA
(193,164,170)
#AE949A
(174,148,154)
#9B848A
(155,132,138)
#88747A
(136,116,122)
#75646A
(117,100,106)
#62545A
(98,84,90)
#4F444A
(79,68,74)
#3C343A
(60,52,58)
#29242A
(41,36,42)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #D4B4BA

#D4B4BA
(212,180,186)
#D7BAC0
(215,186,192)
#DAC0C6
(218,192,198)
#DDC6CC
(221,198,204)
#E0CCD2
(224,204,210)
#E3D2D8
(227,210,216)
#E6D8DE
(230,216,222)
#E9DEE4
(233,222,228)
#ECE4EA
(236,228,234)
#EFEAF0
(239,234,240)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B4BA color. Also use rgb(212,180,186) instead hex code.

Text Font Color

.myTextColor { color: #D4B4BA; }

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

This text font color is #D4B4BA.


Background Color

.myBgColor { background-color: #D4B4BA; }

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

This div background color is #D4B4BA.


Border color

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

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

This div border color is #D4B4BA.


Opacity

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

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

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

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

This text has shadow with #D4B4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B4BA on black background.


Color preview on white background

This text has color #D4B4BA on white background.



Black color preview on #D4B4BA background

This text has black color on #D4B4BA background.


White color preview on #D4B4BA background

This text has white color on #D4B4BA background.