COLOR #D8B7B9

HEX: #D8B7B9 RGB: (216,183,185)

Color info

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

RGB color model

#D8B7B9 color RGB value is (216,183,185).

RGB: (216,183,185) (85%, 72%, 73%)

RGB channels and saturation

R 216 of 255 = 85%
G 183 of 255 = 72%
B 185 of 255 = 73%

216
183
185

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

Portions of RGB colors in percentages

R + G + B = 216 + 183 + 185 = 584 (100%)
R 216 of 584 ~ 36.99%
G 183 of 584 ~ 31.34%
B 185 of 584 ~ 31.68'%

%36.99
%31.34
%31.68

CMYK color model

#D8B7B9 color CMYK value is (0,15,14,15).

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 14.35%
  • key color value is 15.29%

CMYK: (0,15,14,15)
C0M15Y14K15 (0%, 15%, 14%, 15%)
(0.00 / 0.15 / 0.14 / 0.15)

CMYK percentages

%0
%15.28
%14.35
%15.29

Codes

Color #D8B7B9 in popluar color models

D8 B7 B9
RGB 216 183 185
HSL 356° 29.73% 78.24%
HSB/HSV 356° 15.28% 84.71%
CMYK 0.00% 15.28% 14.35%
15.29%

Color #D8B7B9 in popluar number systems.

HEX D8 B7 B9
Decimal 216 183 185
Binary 11011000 10110111 10111001
Octal 330 267 271

Shades and tints

Shades of #D8B7B9

#D8B7B9
(216,183,185)
#C5A7A9
(197,167,169)
#B29799
(178,151,153)
#9F8789
(159,135,137)
#8C7779
(140,119,121)
#796769
(121,103,105)
#665759
(102,87,89)
#534749
(83,71,73)
#403739
(64,55,57)
#2D2729
(45,39,41)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #D8B7B9

#D8B7B9
(216,183,185)
#DBBDBF
(219,189,191)
#DEC3C5
(222,195,197)
#E1C9CB
(225,201,203)
#E4CFD1
(228,207,209)
#E7D5D7
(231,213,215)
#EADBDD
(234,219,221)
#EDE1E3
(237,225,227)
#F0E7E9
(240,231,233)
#F3EDEF
(243,237,239)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B7B9 color. Also use rgb(216,183,185) instead hex code.

Text Font Color

.myTextColor { color: #D8B7B9; }

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

This text font color is #D8B7B9.

Background Color

.myBgColor { background-color: #D8B7B9; }

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

This div background color is #D8B7B9.

Border color

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

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

This div border color is #D8B7B9.

Opacity

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

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

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

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

This text has shadow with #D8B7B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B7B9.

Preview

Color preview on black background

This text has color #D8B7B9 on black background.


Color preview on white background

This text has color #D8B7B9 on white background.


Black color preview on #D8B7B9 background

This text has black color on #D8B7B9 background.


White color preview on #D8B7B9 background

This text has white color on #D8B7B9 background.


Related colors

Complementary color

Complementary color for #D8B7B9 is #274846.


I love getcolorcode.com

Triadic colors

1 #B9D8B7 and #B7B9D8 with #D8B7B9 are triadic colors.

2 #B9B7D8 and #B7D8B9 with #D8B7B9 are triadic colors.