COLOR #D2BBB6

HEX: #D2BBB6
RGB: (210,187,182)

Color info

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

RGB color model

#D2BBB6 color RGB value is (210,187,182).

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

RGB channels and saturation

R 210 of 255 = 82%
G 187 of 255 = 73%
B 182 of 255 = 71%

210
187
182

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

Portions of RGB colors in percentages

R + G + B =
210 + 187 + 182 = 579 (100%)
R 210 of 579 ~ 36.27%
G 187 of 579 ~ 32.3%
B 182 of 579 ~ 31.43%

%36.27
%32.3
%31.43

CMYK color model

#D2BBB6 color CMYK value is (0,11,13,18).

  • cyan value is 0.00%
  • magenta value is 10.95%
  • yellow value is 13.33%
  • key color value is 17.65%
CMYK:
(0,11,13,18)
C0M11Y13K18 
(0%,11%,13%,18%)
(0.00/0.11/0.13/0.18)	

CMYK percentages

%0
%10.95
%13.33
%17.65

Codes

Color #D2BBB6 in popluar color models

D2BBB6
RGB210187182
HSL11°23.73%76.86%
HSB/HSV11°13.33%82.35%
CMYK0.00%10.95%13.33%
17.65%

Color #D2BBB6 in popluar number systems.

HEXD2BBB6
Decimal210187182
Binary110100101011101110110110
Octal322273266

Shades and tints

Shades of #D2BBB6

#D2BBB6
(210,187,182)
#BFAAA6
(191,170,166)
#AC9996
(172,153,150)
#998886
(153,136,134)
#867776
(134,119,118)
#736666
(115,102,102)
#605556
(96,85,86)
#4D4446
(77,68,70)
#3A3336
(58,51,54)
#272226
(39,34,38)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #D2BBB6

#D2BBB6
(210,187,182)
#D6C1BC
(214,193,188)
#DAC7C2
(218,199,194)
#DECDC8
(222,205,200)
#E2D3CE
(226,211,206)
#E6D9D4
(230,217,212)
#EADFDA
(234,223,218)
#EEE5E0
(238,229,224)
#F2EBE6
(242,235,230)
#F6F1EC
(246,241,236)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BBB6 color. Also use rgb(210,187,182) instead hex code.

Text Font Color

.myTextColor { color: #D2BBB6; }

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

This text font color is #D2BBB6.


Background Color

.myBgColor { background-color: #D2BBB6; }

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

This div background color is #D2BBB6.


Border color

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

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

This div border color is #D2BBB6.


Opacity

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

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

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

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

This text has shadow with #D2BBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BBB6 on black background.


Color preview on white background

This text has color #D2BBB6 on white background.



Black color preview on #D2BBB6 background

This text has black color on #D2BBB6 background.


White color preview on #D2BBB6 background

This text has white color on #D2BBB6 background.