COLOR #D2B4BA

HEX: #D2B4BA
RGB: (210,180,186)

Color info

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

RGB color model

#D2B4BA color RGB value is (210,180,186).

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

RGB channels and saturation

R 210 of 255 = 82%
G 180 of 255 = 71%
B 186 of 255 = 73%

210
180
186

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

Portions of RGB colors in percentages

R + G + B =
210 + 180 + 186 = 576 (100%)
R 210 of 576 ~ 36.46%
G 180 of 576 ~ 31.25%
B 186 of 576 ~ 32.29%

%36.46
%31.25
%32.29

CMYK color model

#D2B4BA color CMYK value is (0,14,11,18).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 11.43%
  • key color value is 17.65%
CMYK:
(0,14,11,18)
C0M14Y11K18 
(0%,14%,11%,18%)
(0.00/0.14/0.11/0.18)	

CMYK percentages

%0
%14.29
%11.43
%17.65

Codes

Color #D2B4BA in popluar color models

D2B4BA
RGB210180186
HSL348°25.00%76.47%
HSB/HSV348°14.29%82.35%
CMYK0.00%14.29%11.43%
17.65%

Color #D2B4BA in popluar number systems.

HEXD2B4BA
Decimal210180186
Binary110100101011010010111010
Octal322264272

Shades and tints

Shades of #D2B4BA

#D2B4BA
(210,180,186)
#BFA4AA
(191,164,170)
#AC949A
(172,148,154)
#99848A
(153,132,138)
#86747A
(134,116,122)
#73646A
(115,100,106)
#60545A
(96,84,90)
#4D444A
(77,68,74)
#3A343A
(58,52,58)
#27242A
(39,36,42)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #D2B4BA

#D2B4BA
(210,180,186)
#D6BAC0
(214,186,192)
#DAC0C6
(218,192,198)
#DEC6CC
(222,198,204)
#E2CCD2
(226,204,210)
#E6D2D8
(230,210,216)
#EAD8DE
(234,216,222)
#EEDEE4
(238,222,228)
#F2E4EA
(242,228,234)
#F6EAF0
(246,234,240)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B4BA; }

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

This text font color is #D2B4BA.


Background Color

.myBgColor { background-color: #D2B4BA; }

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

This div background color is #D2B4BA.


Border color

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

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

This div border color is #D2B4BA.


Opacity

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

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

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

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

This text has shadow with #D2B4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B4BA on black background.


Color preview on white background

This text has color #D2B4BA on white background.



Black color preview on #D2B4BA background

This text has black color on #D2B4BA background.


White color preview on #D2B4BA background

This text has white color on #D2B4BA background.