COLOR #D5B1AD

HEX: #D5B1AD
RGB: (213,177,173)

Color info

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

RGB color model

#D5B1AD color RGB value is (213,177,173).

  • red value is 213;
  • green value is 177;
  • blue value is 173.
RGB:
(213,177,173)
(84%,69%,68%)

RGB channels and saturation

R 213 of 255 = 84%
G 177 of 255 = 69%
B 173 of 255 = 68%

213
177
173

R + G + B ~ 74%. #D5B1AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 177 + 173 = 563 (100%)
R 213 of 563 ~ 37.83%
G 177 of 563 ~ 31.44%
B 173 of 563 ~ 30.73%

%37.83
%31.44
%30.73

CMYK color model

#D5B1AD color CMYK value is (0,17,19,16).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(0,17,19,16)
C0M17Y19K16 
(0%,17%,19%,16%)
(0.00/0.17/0.19/0.16)	

CMYK percentages

%0
%16.9
%18.78
%16.47

Codes

Color #D5B1AD in popluar color models

D5B1AD
RGB213177173
HSL32.26%75.69%
HSB/HSV18.78%83.53%
CMYK0.00%16.90%18.78%
16.47%

Color #D5B1AD in popluar number systems.

HEXD5B1AD
Decimal213177173
Binary110101011011000110101101
Octal325261255

Shades and tints

Shades of #D5B1AD

#D5B1AD
(213,177,173)
#C2A19E
(194,161,158)
#AF918F
(175,145,143)
#9C8180
(156,129,128)
#897171
(137,113,113)
#766162
(118,97,98)
#635153
(99,81,83)
#504144
(80,65,68)
#3D3135
(61,49,53)
#2A2126
(42,33,38)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #D5B1AD

#D5B1AD
(213,177,173)
#D8B8B4
(216,184,180)
#DBBFBB
(219,191,187)
#DEC6C2
(222,198,194)
#E1CDC9
(225,205,201)
#E4D4D0
(228,212,208)
#E7DBD7
(231,219,215)
#EAE2DE
(234,226,222)
#EDE9E5
(237,233,229)
#F0F0EC
(240,240,236)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B1AD; }

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

This text font color is #D5B1AD.


Background Color

.myBgColor { background-color: #D5B1AD; }

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

This div background color is #D5B1AD.


Border color

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

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

This div border color is #D5B1AD.


Opacity

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

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

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

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

This text has shadow with #D5B1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B1AD on black background.


Color preview on white background

This text has color #D5B1AD on white background.



Black color preview on #D5B1AD background

This text has black color on #D5B1AD background.


White color preview on #D5B1AD background

This text has white color on #D5B1AD background.