COLOR #D5B2AB

HEX: #D5B2AB
RGB: (213,178,171)

Color info

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

RGB color model

#D5B2AB color RGB value is (213,178,171).

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

RGB channels and saturation

R 213 of 255 = 84%
G 178 of 255 = 70%
B 171 of 255 = 67%

213
178
171

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

Portions of RGB colors in percentages

R + G + B =
213 + 178 + 171 = 562 (100%)
R 213 of 562 ~ 37.9%
G 178 of 562 ~ 31.67%
B 171 of 562 ~ 30.43%

%37.9
%31.67
%30.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 19.72%
  • key color value is 16.47%
CMYK:
(0,16,20,16)
C0M16Y20K16 
(0%,16%,20%,16%)
(0.00/0.16/0.20/0.16)	

CMYK percentages

%0
%16.43
%19.72
%16.47

Codes

Color #D5B2AB in popluar color models

D5B2AB
RGB213178171
HSL10°33.33%75.29%
HSB/HSV10°19.72%83.53%
CMYK0.00%16.43%19.72%
16.47%

Color #D5B2AB in popluar number systems.

HEXD5B2AB
Decimal213178171
Binary110101011011001010101011
Octal325262253

Shades and tints

Shades of #D5B2AB

#D5B2AB
(213,178,171)
#C2A29C
(194,162,156)
#AF928D
(175,146,141)
#9C827E
(156,130,126)
#89726F
(137,114,111)
#766260
(118,98,96)
#635251
(99,82,81)
#504242
(80,66,66)
#3D3233
(61,50,51)
#2A2224
(42,34,36)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #D5B2AB

#D5B2AB
(213,178,171)
#D8B9B2
(216,185,178)
#DBC0B9
(219,192,185)
#DEC7C0
(222,199,192)
#E1CEC7
(225,206,199)
#E4D5CE
(228,213,206)
#E7DCD5
(231,220,213)
#EAE3DC
(234,227,220)
#EDEAE3
(237,234,227)
#F0F1EA
(240,241,234)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B2AB; }

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

This text font color is #D5B2AB.


Background Color

.myBgColor { background-color: #D5B2AB; }

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

This div background color is #D5B2AB.


Border color

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

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

This div border color is #D5B2AB.


Opacity

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

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

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

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

This text has shadow with #D5B2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B2AB on black background.


Color preview on white background

This text has color #D5B2AB on white background.



Black color preview on #D5B2AB background

This text has black color on #D5B2AB background.


White color preview on #D5B2AB background

This text has white color on #D5B2AB background.