COLOR #D5B1B7

HEX: #D5B1B7 RGB: (213,177,183)

Color info

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

RGB color model

#D5B1B7 color RGB value is (213,177,183).

RGB: (213,177,183) (84%, 69%, 72%)

RGB channels and saturation

R 213 of 255 = 84%
G 177 of 255 = 69%
B 183 of 255 = 72%

213
177
183

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

Portions of RGB colors in percentages

R + G + B = 213 + 177 + 183 = 573 (100%)
R 213 of 573 ~ 37.17%
G 177 of 573 ~ 30.89%
B 183 of 573 ~ 31.94'%

%37.17
%30.89
%31.94

CMYK color model

#D5B1B7 color CMYK value is (0,17,14,16).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 14.08%
  • key color value is 16.47%

CMYK: (0,17,14,16)
C0M17Y14K16 (0%, 17%, 14%, 16%)
(0.00 / 0.17 / 0.14 / 0.16)

CMYK percentages

%0
%16.9
%14.08
%16.47

Codes

Color #D5B1B7 in popluar color models

D5 B1 B7
RGB 213 177 183
HSL 350° 30.00% 76.47%
HSB/HSV 350° 16.90% 83.53%
CMYK 0.00% 16.90% 14.08%
16.47%

Color #D5B1B7 in popluar number systems.

HEX D5 B1 B7
Decimal 213 177 183
Binary 11010101 10110001 10110111
Octal 325 261 267

Shades and tints

Shades of #D5B1B7

#D5B1B7
(213,177,183)
#C2A1A7
(194,161,167)
#AF9197
(175,145,151)
#9C8187
(156,129,135)
#897177
(137,113,119)
#766167
(118,97,103)
#635157
(99,81,87)
#504147
(80,65,71)
#3D3137
(61,49,55)
#2A2127
(42,33,39)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #D5B1B7

#D5B1B7
(213,177,183)
#D8B8BD
(216,184,189)
#DBBFC3
(219,191,195)
#DEC6C9
(222,198,201)
#E1CDCF
(225,205,207)
#E4D4D5
(228,212,213)
#E7DBDB
(231,219,219)
#EAE2E1
(234,226,225)
#EDE9E7
(237,233,231)
#F0F0ED
(240,240,237)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B1B7 color. Also use rgb(213,177,183) instead hex code.

Text Font Color

.myTextColor { color: #D5B1B7; }

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

This text font color is #D5B1B7.

Background Color

.myBgColor { background-color: #D5B1B7; }

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

This div background color is #D5B1B7.

Border color

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

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

This div border color is #D5B1B7.

Opacity

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

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

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

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

This text has shadow with #D5B1B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B1B7.

Preview

Color preview on black background

This text has color #D5B1B7 on black background.


Color preview on white background

This text has color #D5B1B7 on white background.


Black color preview on #D5B1B7 background

This text has black color on #D5B1B7 background.


White color preview on #D5B1B7 background

This text has white color on #D5B1B7 background.


Related colors

Complementary color

Complementary color for #hex is #2A4E48.


I love getcolorcode.com

Triadic colors

1 #B7D5B1 and #B1B7D5 with #D5B1B7 are triadic colors.

2 #B7B1D5 and #B1D5B7 with #D5B1B7 are triadic colors.