COLOR #D5B1A5

HEX: #D5B1A5 RGB: (213,177,165)

Color info

#D5B1A5 contains red, green and blue colors in about the same proportion. Web safe color of #D5B1A5 is #CC9999 (or #C99).

RGB color model

#D5B1A5 color RGB value is (213,177,165).

RGB: (213,177,165) (84%, 69%, 65%)

RGB channels and saturation

R 213 of 255 = 84%
G 177 of 255 = 69%
B 165 of 255 = 65%

213
177
165

R + G + B ~ 73%. #D5B1A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 177 + 165 = 555 (100%)
R 213 of 555 ~ 38.38%
G 177 of 555 ~ 31.89%
B 165 of 555 ~ 29.73'%

%38.38
%31.89
%29.73

CMYK color model

#D5B1A5 color CMYK value is (0,17,23,16).

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

CMYK: (0,17,23,16)
C0M17Y23K16 (0%, 17%, 23%, 16%)
(0.00 / 0.17 / 0.23 / 0.16)

CMYK percentages

%0
%16.9
%22.54
%16.47

Codes

Color #D5B1A5 in popluar color models

D5 B1 A5
RGB 213 177 165
HSL 15° 36.36% 74.12%
HSB/HSV 15° 22.54% 83.53%
CMYK 0.00% 16.90% 22.54%
16.47%

Color #D5B1A5 in popluar number systems.

HEX D5 B1 A5
Decimal 213 177 165
Binary 11010101 10110001 10100101
Octal 325 261 245

Shades and tints

Shades of #D5B1A5

#D5B1A5
(213,177,165)
#C2A196
(194,161,150)
#AF9187
(175,145,135)
#9C8178
(156,129,120)
#897169
(137,113,105)
#76615A
(118,97,90)
#63514B
(99,81,75)
#50413C
(80,65,60)
#3D312D
(61,49,45)
#2A211E
(42,33,30)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #D5B1A5

#D5B1A5
(213,177,165)
#D8B8AD
(216,184,173)
#DBBFB5
(219,191,181)
#DEC6BD
(222,198,189)
#E1CDC5
(225,205,197)
#E4D4CD
(228,212,205)
#E7DBD5
(231,219,213)
#EAE2DD
(234,226,221)
#EDE9E5
(237,233,229)
#F0F0ED
(240,240,237)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B1A5; }

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

This text font color is #D5B1A5.

Background Color

.myBgColor { background-color: #D5B1A5; }

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

This div background color is #D5B1A5.

Border color

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

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

This div border color is #D5B1A5.

Opacity

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

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

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

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

This text has shadow with #D5B1A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B1A5.

Preview

Color preview on black background

This text has color #D5B1A5 on black background.


Color preview on white background

This text has color #D5B1A5 on white background.


Black color preview on #D5B1A5 background

This text has black color on #D5B1A5 background.


White color preview on #D5B1A5 background

This text has white color on #D5B1A5 background.


Related colors

Complementary color

Complementary color for #hex is #2A4E5A.


I love getcolorcode.com

Triadic colors

1 #A5D5B1 and #B1A5D5 with #D5B1A5 are triadic colors.

2 #A5B1D5 and #B1D5A5 with #D5B1A5 are triadic colors.