COLOR #D2B7BE

HEX: #D2B7BE RGB: (210,183,190)

Color info

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

RGB color model

#D2B7BE color RGB value is (210,183,190).

RGB: (210,183,190) (82%, 72%, 75%)

RGB channels and saturation

R 210 of 255 = 82%
G 183 of 255 = 72%
B 190 of 255 = 75%

210
183
190

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

Portions of RGB colors in percentages

R + G + B = 210 + 183 + 190 = 583 (100%)
R 210 of 583 ~ 36.02%
G 183 of 583 ~ 31.39%
B 190 of 583 ~ 32.59'%

%36.02
%31.39
%32.59

CMYK color model

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

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

Codes

Color #D2B7BE in popluar color models

D2 B7 BE
RGB 210 183 190
HSL 344° 23.08% 77.06%
HSB/HSV 344° 12.86% 82.35%
CMYK 0.00% 12.86% 9.52%
17.65%

Color #D2B7BE in popluar number systems.

HEX D2 B7 BE
Decimal 210 183 190
Binary 11010010 10110111 10111110
Octal 322 267 276

Shades and tints

Shades of #D2B7BE

#D2B7BE
(210,183,190)
#BFA7AD
(191,167,173)
#AC979C
(172,151,156)
#99878B
(153,135,139)
#86777A
(134,119,122)
#736769
(115,103,105)
#605758
(96,87,88)
#4D4747
(77,71,71)
#3A3736
(58,55,54)
#272725
(39,39,37)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #D2B7BE

#D2B7BE
(210,183,190)
#D6BDC3
(214,189,195)
#DAC3C8
(218,195,200)
#DEC9CD
(222,201,205)
#E2CFD2
(226,207,210)
#E6D5D7
(230,213,215)
#EADBDC
(234,219,220)
#EEE1E1
(238,225,225)
#F2E7E6
(242,231,230)
#F6EDEB
(246,237,235)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B7BE; }

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

This text font color is #D2B7BE.

Background Color

.myBgColor { background-color: #D2B7BE; }

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

This div background color is #D2B7BE.

Border color

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

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

This div border color is #D2B7BE.

Opacity

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

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

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

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

This text has shadow with #D2B7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B7BE.

Preview

Color preview on black background

This text has color #D2B7BE on black background.


Color preview on white background

This text has color #D2B7BE on white background.


Black color preview on #D2B7BE background

This text has black color on #D2B7BE background.


White color preview on #D2B7BE background

This text has white color on #D2B7BE background.


Related colors

Complementary color

Complementary color for #hex is #2D4841.


I love getcolorcode.com

Triadic colors

1 #BED2B7 and #B7BED2 with #D2B7BE are triadic colors.

2 #BEB7D2 and #B7D2BE with #D2B7BE are triadic colors.