COLOR #D2BDB4

HEX: #D2BDB4
RGB: (210,189,180)

Color info

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

RGB color model

#D2BDB4 color RGB value is (210,189,180).

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

RGB channels and saturation

R 210 of 255 = 82%
G 189 of 255 = 74%
B 180 of 255 = 71%

210
189
180

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

Portions of RGB colors in percentages

R + G + B =
210 + 189 + 180 = 579 (100%)
R 210 of 579 ~ 36.27%
G 189 of 579 ~ 32.64%
B 180 of 579 ~ 31.09%

%36.27
%32.64
%31.09

CMYK color model

#D2BDB4 color CMYK value is (0,10,14,18).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 14.29%
  • key color value is 17.65%
CMYK:
(0,10,14,18)
C0M10Y14K18 
(0%,10%,14%,18%)
(0.00/0.10/0.14/0.18)	

CMYK percentages

%0
%10
%14.29
%17.65

Codes

Color #D2BDB4 in popluar color models

D2BDB4
RGB210189180
HSL18°25.00%76.47%
HSB/HSV18°14.29%82.35%
CMYK0.00%10.00%14.29%
17.65%

Color #D2BDB4 in popluar number systems.

HEXD2BDB4
Decimal210189180
Binary110100101011110110110100
Octal322275264

Shades and tints

Shades of #D2BDB4

#D2BDB4
(210,189,180)
#BFACA4
(191,172,164)
#AC9B94
(172,155,148)
#998A84
(153,138,132)
#867974
(134,121,116)
#736864
(115,104,100)
#605754
(96,87,84)
#4D4644
(77,70,68)
#3A3534
(58,53,52)
#272424
(39,36,36)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #D2BDB4

#D2BDB4
(210,189,180)
#D6C3BA
(214,195,186)
#DAC9C0
(218,201,192)
#DECFC6
(222,207,198)
#E2D5CC
(226,213,204)
#E6DBD2
(230,219,210)
#EAE1D8
(234,225,216)
#EEE7DE
(238,231,222)
#F2EDE4
(242,237,228)
#F6F3EA
(246,243,234)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BDB4; }

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

This text font color is #D2BDB4.


Background Color

.myBgColor { background-color: #D2BDB4; }

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

This div background color is #D2BDB4.


Border color

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

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

This div border color is #D2BDB4.


Opacity

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

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

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

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

This text has shadow with #D2BDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BDB4 on black background.


Color preview on white background

This text has color #D2BDB4 on white background.



Black color preview on #D2BDB4 background

This text has black color on #D2BDB4 background.


White color preview on #D2BDB4 background

This text has white color on #D2BDB4 background.