COLOR #D5B7AE

HEX: #D5B7AE RGB: (213,183,174)

Color info

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

RGB color model

#D5B7AE color RGB value is (213,183,174).

RGB: (213,183,174) (84%, 72%, 68%)

RGB channels and saturation

R 213 of 255 = 84%
G 183 of 255 = 72%
B 174 of 255 = 68%

213
183
174

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

Portions of RGB colors in percentages

R + G + B = 213 + 183 + 174 = 570 (100%)
R 213 of 570 ~ 37.37%
G 183 of 570 ~ 32.11%
B 174 of 570 ~ 30.53'%

%37.37
%32.11
%30.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 18.31%
  • key color value is 16.47%

CMYK: (0,14,18,16)
C0M14Y18K16 (0%, 14%, 18%, 16%)
(0.00 / 0.14 / 0.18 / 0.16)

CMYK percentages

%0
%14.08
%18.31
%16.47

Codes

Color #D5B7AE in popluar color models

D5 B7 AE
RGB 213 183 174
HSL 14° 31.71% 75.88%
HSB/HSV 14° 18.31% 83.53%
CMYK 0.00% 14.08% 18.31%
16.47%

Color #D5B7AE in popluar number systems.

HEX D5 B7 AE
Decimal 213 183 174
Binary 11010101 10110111 10101110
Octal 325 267 256

Shades and tints

Shades of #D5B7AE

#D5B7AE
(213,183,174)
#C2A79F
(194,167,159)
#AF9790
(175,151,144)
#9C8781
(156,135,129)
#897772
(137,119,114)
#766763
(118,103,99)
#635754
(99,87,84)
#504745
(80,71,69)
#3D3736
(61,55,54)
#2A2727
(42,39,39)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #D5B7AE

#D5B7AE
(213,183,174)
#D8BDB5
(216,189,181)
#DBC3BC
(219,195,188)
#DEC9C3
(222,201,195)
#E1CFCA
(225,207,202)
#E4D5D1
(228,213,209)
#E7DBD8
(231,219,216)
#EAE1DF
(234,225,223)
#EDE7E6
(237,231,230)
#F0EDED
(240,237,237)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B7AE; }

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

This text font color is #D5B7AE.

Background Color

.myBgColor { background-color: #D5B7AE; }

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

This div background color is #D5B7AE.

Border color

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

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

This div border color is #D5B7AE.

Opacity

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

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

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

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

This text has shadow with #D5B7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B7AE.

Preview

Color preview on black background

This text has color #D5B7AE on black background.


Color preview on white background

This text has color #D5B7AE on white background.


Black color preview on #D5B7AE background

This text has black color on #D5B7AE background.


White color preview on #D5B7AE background

This text has white color on #D5B7AE background.


Related colors

Complementary color

Complementary color for #hex is #2A4851.


I love getcolorcode.com

Triadic colors

1 #AED5B7 and #B7AED5 with #D5B7AE are triadic colors.

2 #AEB7D5 and #B7D5AE with #D5B7AE are triadic colors.