COLOR #D2BEBA

HEX: #D2BEBA
RGB: (210,190,186)

Color info

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

RGB color model

#D2BEBA color RGB value is (210,190,186).

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

RGB channels and saturation

R 210 of 255 = 82%
G 190 of 255 = 75%
B 186 of 255 = 73%

210
190
186

R + G + B ~ 77%. #D2BEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 190 + 186 = 586 (100%)
R 210 of 586 ~ 35.84%
G 190 of 586 ~ 32.42%
B 186 of 586 ~ 31.74%

%35.84
%32.42
%31.74

CMYK color model

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

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

Codes

Color #D2BEBA in popluar color models

D2BEBA
RGB210190186
HSL10°21.05%77.65%
HSB/HSV10°11.43%82.35%
CMYK0.00%9.52%11.43%
17.65%

Color #D2BEBA in popluar number systems.

HEXD2BEBA
Decimal210190186
Binary110100101011111010111010
Octal322276272

Shades and tints

Shades of #D2BEBA

#D2BEBA
(210,190,186)
#BFADAA
(191,173,170)
#AC9C9A
(172,156,154)
#998B8A
(153,139,138)
#867A7A
(134,122,122)
#73696A
(115,105,106)
#60585A
(96,88,90)
#4D474A
(77,71,74)
#3A363A
(58,54,58)
#27252A
(39,37,42)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #D2BEBA

#D2BEBA
(210,190,186)
#D6C3C0
(214,195,192)
#DAC8C6
(218,200,198)
#DECDCC
(222,205,204)
#E2D2D2
(226,210,210)
#E6D7D8
(230,215,216)
#EADCDE
(234,220,222)
#EEE1E4
(238,225,228)
#F2E6EA
(242,230,234)
#F6EBF0
(246,235,240)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2BEBA; }

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

This text font color is #D2BEBA.


Background Color

.myBgColor { background-color: #D2BEBA; }

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

This div background color is #D2BEBA.


Border color

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

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

This div border color is #D2BEBA.


Opacity

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

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

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

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

This text has shadow with #D2BEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BEBA on black background.


Color preview on white background

This text has color #D2BEBA on white background.



Black color preview on #D2BEBA background

This text has black color on #D2BEBA background.


White color preview on #D2BEBA background

This text has white color on #D2BEBA background.