COLOR #D2BEB4

HEX: #D2BEB4
RGB: (210,190,180)

Color info

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

RGB color model

#D2BEB4 color RGB value is (210,190,180).

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

RGB channels and saturation

R 210 of 255 = 82%
G 190 of 255 = 75%
B 180 of 255 = 71%

210
190
180

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

Portions of RGB colors in percentages

R + G + B =
210 + 190 + 180 = 580 (100%)
R 210 of 580 ~ 36.21%
G 190 of 580 ~ 32.76%
B 180 of 580 ~ 31.03%

%36.21
%32.76
%31.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.52%
  • 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
%9.52
%14.29
%17.65

Codes

Color #D2BEB4 in popluar color models

D2BEB4
RGB210190180
HSL20°25.00%76.47%
HSB/HSV20°14.29%82.35%
CMYK0.00%9.52%14.29%
17.65%

Color #D2BEB4 in popluar number systems.

HEXD2BEB4
Decimal210190180
Binary110100101011111010110100
Octal322276264

Shades and tints

Shades of #D2BEB4

#D2BEB4
(210,190,180)
#BFADA4
(191,173,164)
#AC9C94
(172,156,148)
#998B84
(153,139,132)
#867A74
(134,122,116)
#736964
(115,105,100)
#605854
(96,88,84)
#4D4744
(77,71,68)
#3A3634
(58,54,52)
#272524
(39,37,36)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #D2BEB4

#D2BEB4
(210,190,180)
#D6C3BA
(214,195,186)
#DAC8C0
(218,200,192)
#DECDC6
(222,205,198)
#E2D2CC
(226,210,204)
#E6D7D2
(230,215,210)
#EADCD8
(234,220,216)
#EEE1DE
(238,225,222)
#F2E6E4
(242,230,228)
#F6EBEA
(246,235,234)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BEB4; }

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

This text font color is #D2BEB4.


Background Color

.myBgColor { background-color: #D2BEB4; }

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

This div background color is #D2BEB4.


Border color

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

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

This div border color is #D2BEB4.


Opacity

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

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

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

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

This text has shadow with #D2BEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BEB4 on black background.


Color preview on white background

This text has color #D2BEB4 on white background.



Black color preview on #D2BEB4 background

This text has black color on #D2BEB4 background.


White color preview on #D2BEB4 background

This text has white color on #D2BEB4 background.