COLOR #D5B1BF

HEX: #D5B1BF RGB: (213,177,191)

Color info

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

RGB color model

#D5B1BF color RGB value is (213,177,191).

RGB: (213,177,191) (84%, 69%, 75%)

RGB channels and saturation

R 213 of 255 = 84%
G 177 of 255 = 69%
B 191 of 255 = 75%

213
177
191

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

Portions of RGB colors in percentages

R + G + B = 213 + 177 + 191 = 581 (100%)
R 213 of 581 ~ 36.66%
G 177 of 581 ~ 30.46%
B 191 of 581 ~ 32.87'%

%36.66
%30.46
%32.87

CMYK color model

#D5B1BF color CMYK value is (0,17,10,16).

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

CMYK: (0,17,10,16)
C0M17Y10K16 (0%, 17%, 10%, 16%)
(0.00 / 0.17 / 0.10 / 0.16)

CMYK percentages

%0
%16.9
%10.33
%16.47

Codes

Color #D5B1BF in popluar color models

D5 B1 BF
RGB 213 177 191
HSL 337° 30.00% 76.47%
HSB/HSV 337° 16.90% 83.53%
CMYK 0.00% 16.90% 10.33%
16.47%

Color #D5B1BF in popluar number systems.

HEX D5 B1 BF
Decimal 213 177 191
Binary 11010101 10110001 10111111
Octal 325 261 277

Shades and tints

Shades of #D5B1BF

#D5B1BF
(213,177,191)
#C2A1AE
(194,161,174)
#AF919D
(175,145,157)
#9C818C
(156,129,140)
#89717B
(137,113,123)
#76616A
(118,97,106)
#635159
(99,81,89)
#504148
(80,65,72)
#3D3137
(61,49,55)
#2A2126
(42,33,38)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #D5B1BF

#D5B1BF
(213,177,191)
#D8B8C4
(216,184,196)
#DBBFC9
(219,191,201)
#DEC6CE
(222,198,206)
#E1CDD3
(225,205,211)
#E4D4D8
(228,212,216)
#E7DBDD
(231,219,221)
#EAE2E2
(234,226,226)
#EDE9E7
(237,233,231)
#F0F0EC
(240,240,236)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B1BF; }

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

This text font color is #D5B1BF.

Background Color

.myBgColor { background-color: #D5B1BF; }

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

This div background color is #D5B1BF.

Border color

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

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

This div border color is #D5B1BF.

Opacity

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

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

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

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

This text has shadow with #D5B1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B1BF.

Preview

Color preview on black background

This text has color #D5B1BF on black background.


Color preview on white background

This text has color #D5B1BF on white background.


Black color preview on #D5B1BF background

This text has black color on #D5B1BF background.


White color preview on #D5B1BF background

This text has white color on #D5B1BF background.


Related colors

Complementary color

Complementary color for #hex is #2A4E40.


I love getcolorcode.com

Triadic colors

1 #BFD5B1 and #B1BFD5 with #D5B1BF are triadic colors.

2 #BFB1D5 and #B1D5BF with #D5B1BF are triadic colors.