COLOR #D2BDBA

HEX: #D2BDBA
RGB: (210,189,186)

Color info

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

RGB color model

#D2BDBA color RGB value is (210,189,186).

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

RGB channels and saturation

R 210 of 255 = 82%
G 189 of 255 = 74%
B 186 of 255 = 73%

210
189
186

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

Portions of RGB colors in percentages

R + G + B =
210 + 189 + 186 = 585 (100%)
R 210 of 585 ~ 35.9%
G 189 of 585 ~ 32.31%
B 186 of 585 ~ 31.79%

%35.9
%32.31
%31.79

CMYK color model

#D2BDBA color CMYK value is (0,10,11,18).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 11.43%
  • key color value is 17.65%
CMYK:
(0,10,11,18)
C0M10Y11K18 
(0%,10%,11%,18%)
(0.00/0.10/0.11/0.18)	

CMYK percentages

%0
%10
%11.43
%17.65

Codes

Color #D2BDBA in popluar color models

D2BDBA
RGB210189186
HSL21.05%77.65%
HSB/HSV11.43%82.35%
CMYK0.00%10.00%11.43%
17.65%

Color #D2BDBA in popluar number systems.

HEXD2BDBA
Decimal210189186
Binary110100101011110110111010
Octal322275272

Shades and tints

Shades of #D2BDBA

#D2BDBA
(210,189,186)
#BFACAA
(191,172,170)
#AC9B9A
(172,155,154)
#998A8A
(153,138,138)
#86797A
(134,121,122)
#73686A
(115,104,106)
#60575A
(96,87,90)
#4D464A
(77,70,74)
#3A353A
(58,53,58)
#27242A
(39,36,42)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #D2BDBA

#D2BDBA
(210,189,186)
#D6C3C0
(214,195,192)
#DAC9C6
(218,201,198)
#DECFCC
(222,207,204)
#E2D5D2
(226,213,210)
#E6DBD8
(230,219,216)
#EAE1DE
(234,225,222)
#EEE7E4
(238,231,228)
#F2EDEA
(242,237,234)
#F6F3F0
(246,243,240)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BDBA; }

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

This text font color is #D2BDBA.


Background Color

.myBgColor { background-color: #D2BDBA; }

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

This div background color is #D2BDBA.


Border color

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

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

This div border color is #D2BDBA.


Opacity

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

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

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

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

This text has shadow with #D2BDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BDBA on black background.


Color preview on white background

This text has color #D2BDBA on white background.



Black color preview on #D2BDBA background

This text has black color on #D2BDBA background.


White color preview on #D2BDBA background

This text has white color on #D2BDBA background.