COLOR #D5BFAB

HEX: #D5BFAB
RGB: (213,191,171)

Color info

#D5BFAB contains red, green and blue colors in about the same proportion. Web safe color of #D5BFAB is #CCCC99 (or #CC9).

RGB color model

#D5BFAB color RGB value is (213,191,171).

  • red value is 213;
  • green value is 191;
  • blue value is 171.
RGB:
(213,191,171)
(84%,75%,67%)

RGB channels and saturation

R 213 of 255 = 84%
G 191 of 255 = 75%
B 171 of 255 = 67%

213
191
171

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

Portions of RGB colors in percentages

R + G + B =
213 + 191 + 171 = 575 (100%)
R 213 of 575 ~ 37.04%
G 191 of 575 ~ 33.22%
B 171 of 575 ~ 29.74%

%37.04
%33.22
%29.74

CMYK color model

#D5BFAB color CMYK value is (0,10,20,16).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 19.72%
  • key color value is 16.47%
CMYK:
(0,10,20,16)
C0M10Y20K16 
(0%,10%,20%,16%)
(0.00/0.10/0.20/0.16)	

CMYK percentages

%0
%10.33
%19.72
%16.47

Codes

Color #D5BFAB in popluar color models

D5BFAB
RGB213191171
HSL29°33.33%75.29%
HSB/HSV29°19.72%83.53%
CMYK0.00%10.33%19.72%
16.47%

Color #D5BFAB in popluar number systems.

HEXD5BFAB
Decimal213191171
Binary110101011011111110101011
Octal325277253

Shades and tints

Shades of #D5BFAB

#D5BFAB
(213,191,171)
#C2AE9C
(194,174,156)
#AF9D8D
(175,157,141)
#9C8C7E
(156,140,126)
#897B6F
(137,123,111)
#766A60
(118,106,96)
#635951
(99,89,81)
#504842
(80,72,66)
#3D3733
(61,55,51)
#2A2624
(42,38,36)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D5BFAB

#D5BFAB
(213,191,171)
#D8C4B2
(216,196,178)
#DBC9B9
(219,201,185)
#DECEC0
(222,206,192)
#E1D3C7
(225,211,199)
#E4D8CE
(228,216,206)
#E7DDD5
(231,221,213)
#EAE2DC
(234,226,220)
#EDE7E3
(237,231,227)
#F0ECEA
(240,236,234)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BFAB; }

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

This text font color is #D5BFAB.


Background Color

.myBgColor { background-color: #D5BFAB; }

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

This div background color is #D5BFAB.


Border color

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

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

This div border color is #D5BFAB.


Opacity

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

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

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

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

This text has shadow with #D5BFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BFAB on black background.


Color preview on white background

This text has color #D5BFAB on white background.



Black color preview on #D5BFAB background

This text has black color on #D5BFAB background.


White color preview on #D5BFAB background

This text has white color on #D5BFAB background.