COLOR #D2B6BE

HEX: #D2B6BE RGB: (210,182,190)

Color info

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

RGB color model

#D2B6BE color RGB value is (210,182,190).

RGB: (210,182,190) (82%, 71%, 75%)

RGB channels and saturation

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

210
182
190

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

Portions of RGB colors in percentages

R + G + B = 210 + 182 + 190 = 582 (100%)
R 210 of 582 ~ 36.08%
G 182 of 582 ~ 31.27%
B 190 of 582 ~ 32.65'%

%36.08
%31.27
%32.65

CMYK color model

#D2B6BE color CMYK value is (0,13,10,18).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 9.52%
  • key color value is 17.65%
CMYK: (0,13,10,18) C0M13Y10K18 (0%,13%,10%,18%) (0.00/0.13/0.10/0.18) 

CMYK percentages

%0
%13.33
%9.52
%17.65

Codes

Color #D2B6BE in popluar color models

D2 B6 BE
RGB 210 182 190
HSL 343° 23.73% 76.86%
HSB/HSV 343° 13.33% 82.35%
CMYK 0.00% 13.33% 9.52%
17.65%

Color #D2B6BE in popluar number systems.

HEX D2 B6 BE
Decimal 210 182 190
Binary 11010010 10110110 10111110
Octal 322 266 276

Shades and tints

Shades of #D2B6BE

#D2B6BE
(210,182,190)
#BFA6AD
(191,166,173)
#AC969C
(172,150,156)
#99868B
(153,134,139)
#86767A
(134,118,122)
#736669
(115,102,105)
#605658
(96,86,88)
#4D4647
(77,70,71)
#3A3636
(58,54,54)
#272625
(39,38,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #D2B6BE

#D2B6BE
(210,182,190)
#D6BCC3
(214,188,195)
#DAC2C8
(218,194,200)
#DEC8CD
(222,200,205)
#E2CED2
(226,206,210)
#E6D4D7
(230,212,215)
#EADADC
(234,218,220)
#EEE0E1
(238,224,225)
#F2E6E6
(242,230,230)
#F6ECEB
(246,236,235)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B6BE; }

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

This text font color is #D2B6BE.

Background Color

.myBgColor { background-color: #D2B6BE; }

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

This div background color is #D2B6BE.

Border color

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

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

This div border color is #D2B6BE.

Opacity

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

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

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

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

This text has shadow with #D2B6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B6BE.

Preview

Color preview on black background

This text has color #D2B6BE on black background.


Color preview on white background

This text has color #D2B6BE on white background.


Black color preview on #D2B6BE background

This text has black color on #D2B6BE background.


White color preview on #D2B6BE background

This text has white color on #D2B6BE background.


Related colors

Complementary color

Complementary color for #hex is #2D4941.


I love getcolorcode.com

Triadic colors

1 #BED2B6 and #B6BED2 with #D2B6BE are triadic colors.

2 #BEB6D2 and #B6D2BE with #D2B6BE are triadic colors.