COLOR #D8B1B5

HEX: #D8B1B5 RGB: (216,177,181)

Color info

#D8B1B5 contains red, green and blue colors in about the same proportion. Web safe color of #D8B1B5 is #CC99CC (or #C9C).

RGB color model

#D8B1B5 color RGB value is (216,177,181).

RGB: (216,177,181) (85%, 69%, 71%)

RGB channels and saturation

R 216 of 255 = 85%
G 177 of 255 = 69%
B 181 of 255 = 71%

216
177
181

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

Portions of RGB colors in percentages

R + G + B = 216 + 177 + 181 = 574 (100%)
R 216 of 574 ~ 37.63%
G 177 of 574 ~ 30.84%
B 181 of 574 ~ 31.53'%

%37.63
%30.84
%31.53

CMYK color model

#D8B1B5 color CMYK value is (0,18,16,15).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 16.20%
  • key color value is 15.29%

CMYK: (0,18,16,15)
C0M18Y16K15 (0%, 18%, 16%, 15%)
(0.00 / 0.18 / 0.16 / 0.15)

CMYK percentages

%0
%18.06
%16.2
%15.29

Codes

Color #D8B1B5 in popluar color models

D8 B1 B5
RGB 216 177 181
HSL 354° 33.33% 77.06%
HSB/HSV 354° 18.06% 84.71%
CMYK 0.00% 18.06% 16.20%
15.29%

Color #D8B1B5 in popluar number systems.

HEX D8 B1 B5
Decimal 216 177 181
Binary 11011000 10110001 10110101
Octal 330 261 265

Shades and tints

Shades of #D8B1B5

#D8B1B5
(216,177,181)
#C5A1A5
(197,161,165)
#B29195
(178,145,149)
#9F8185
(159,129,133)
#8C7175
(140,113,117)
#796165
(121,97,101)
#665155
(102,81,85)
#534145
(83,65,69)
#403135
(64,49,53)
#2D2125
(45,33,37)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #D8B1B5

#D8B1B5
(216,177,181)
#DBB8BB
(219,184,187)
#DEBFC1
(222,191,193)
#E1C6C7
(225,198,199)
#E4CDCD
(228,205,205)
#E7D4D3
(231,212,211)
#EADBD9
(234,219,217)
#EDE2DF
(237,226,223)
#F0E9E5
(240,233,229)
#F3F0EB
(243,240,235)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B1B5 color. Also use rgb(216,177,181) instead hex code.

Text Font Color

.myTextColor { color: #D8B1B5; }

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

This text font color is #D8B1B5.

Background Color

.myBgColor { background-color: #D8B1B5; }

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

This div background color is #D8B1B5.

Border color

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

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

This div border color is #D8B1B5.

Opacity

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

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

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

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

This text has shadow with #D8B1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B1B5.

Preview

Color preview on black background

This text has color #D8B1B5 on black background.


Color preview on white background

This text has color #D8B1B5 on white background.


Black color preview on #D8B1B5 background

This text has black color on #D8B1B5 background.


White color preview on #D8B1B5 background

This text has white color on #D8B1B5 background.


Related colors

Complementary color

Complementary color for #hex is #274E4A.


I love getcolorcode.com

Triadic colors

1 #B5D8B1 and #B1B5D8 with #D8B1B5 are triadic colors.

2 #B5B1D8 and #B1D8B5 with #D8B1B5 are triadic colors.