COLOR #D5B2AE

HEX: #D5B2AE
RGB: (213,178,174)

Color info

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

RGB color model

#D5B2AE color RGB value is (213,178,174).

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

RGB channels and saturation

R 213 of 255 = 84%
G 178 of 255 = 70%
B 174 of 255 = 68%

213
178
174

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

Portions of RGB colors in percentages

R + G + B =
213 + 178 + 174 = 565 (100%)
R 213 of 565 ~ 37.7%
G 178 of 565 ~ 31.5%
B 174 of 565 ~ 30.8%

%37.7
%31.5
%30.8

CMYK color model

#D5B2AE color CMYK value is (0,16,18,16).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 18.31%
  • key color value is 16.47%
CMYK:
(0,16,18,16)
C0M16Y18K16 
(0%,16%,18%,16%)
(0.00/0.16/0.18/0.16)	

CMYK percentages

%0
%16.43
%18.31
%16.47

Codes

Color #D5B2AE in popluar color models

D5B2AE
RGB213178174
HSL31.71%75.88%
HSB/HSV18.31%83.53%
CMYK0.00%16.43%18.31%
16.47%

Color #D5B2AE in popluar number systems.

HEXD5B2AE
Decimal213178174
Binary110101011011001010101110
Octal325262256

Shades and tints

Shades of #D5B2AE

#D5B2AE
(213,178,174)
#C2A29F
(194,162,159)
#AF9290
(175,146,144)
#9C8281
(156,130,129)
#897272
(137,114,114)
#766263
(118,98,99)
#635254
(99,82,84)
#504245
(80,66,69)
#3D3236
(61,50,54)
#2A2227
(42,34,39)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #D5B2AE

#D5B2AE
(213,178,174)
#D8B9B5
(216,185,181)
#DBC0BC
(219,192,188)
#DEC7C3
(222,199,195)
#E1CECA
(225,206,202)
#E4D5D1
(228,213,209)
#E7DCD8
(231,220,216)
#EAE3DF
(234,227,223)
#EDEAE6
(237,234,230)
#F0F1ED
(240,241,237)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B2AE; }

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

This text font color is #D5B2AE.


Background Color

.myBgColor { background-color: #D5B2AE; }

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

This div background color is #D5B2AE.


Border color

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

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

This div border color is #D5B2AE.


Opacity

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

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

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

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

This text has shadow with #D5B2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B2AE on black background.


Color preview on white background

This text has color #D5B2AE on white background.



Black color preview on #D5B2AE background

This text has black color on #D5B2AE background.


White color preview on #D5B2AE background

This text has white color on #D5B2AE background.