COLOR #D0AE96

HEX: #D0AE96 RGB: (208,174,150)

Color info

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

RGB color model

#D0AE96 color RGB value is (208,174,150).

RGB: (208,174,150) (82%, 68%, 59%)

RGB channels and saturation

R 208 of 255 = 82%
G 174 of 255 = 68%
B 150 of 255 = 59%

208
174
150

R + G + B ~ 70%. #D0AE96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 174 + 150 = 532 (100%)
R 208 of 532 ~ 39.1%
G 174 of 532 ~ 32.71%
B 150 of 532 ~ 28.2'%

%39.1
%32.71
%28.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.35%
  • yellow value is 27.88%
  • key color value is 18.43%

CMYK: (0,16,28,18)
C0M16Y28K18 (0%, 16%, 28%, 18%)
(0.00 / 0.16 / 0.28 / 0.18)

CMYK percentages

%0
%16.35
%27.88
%18.43

Codes

Color #D0AE96 in popluar color models

D0 AE 96
RGB 208 174 150
HSL 25° 38.16% 70.20%
HSB/HSV 25° 27.88% 81.57%
CMYK 0.00% 16.35% 27.88%
18.43%

Color #D0AE96 in popluar number systems.

HEX D0 AE 96
Decimal 208 174 150
Binary 11010000 10101110 10010110
Octal 320 256 226

Shades and tints

Shades of #D0AE96

#D0AE96
(208,174,150)
#BE9F89
(190,159,137)
#AC907C
(172,144,124)
#9A816F
(154,129,111)
#887262
(136,114,98)
#766355
(118,99,85)
#645448
(100,84,72)
#52453B
(82,69,59)
#40362E
(64,54,46)
#2E2721
(46,39,33)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #D0AE96

#D0AE96
(208,174,150)
#D4B59F
(212,181,159)
#D8BCA8
(216,188,168)
#DCC3B1
(220,195,177)
#E0CABA
(224,202,186)
#E4D1C3
(228,209,195)
#E8D8CC
(232,216,204)
#ECDFD5
(236,223,213)
#F0E6DE
(240,230,222)
#F4EDE7
(244,237,231)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AE96 color. Also use rgb(208,174,150) instead hex code.

Text Font Color

.myTextColor { color: #D0AE96; }

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

This text font color is #D0AE96.

Background Color

.myBgColor { background-color: #D0AE96; }

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

This div background color is #D0AE96.

Border color

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

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

This div border color is #D0AE96.

Opacity

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

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

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

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

This text has shadow with #D0AE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0AE96.

Preview

Color preview on black background

This text has color #D0AE96 on black background.


Color preview on white background

This text has color #D0AE96 on white background.


Black color preview on #D0AE96 background

This text has black color on #D0AE96 background.


White color preview on #D0AE96 background

This text has white color on #D0AE96 background.


Related colors

Complementary color

Complementary color for #hex is #2F5169.


I love getcolorcode.com

Triadic colors

1 #96D0AE and #AE96D0 with #D0AE96 are triadic colors.

2 #96AED0 and #AED096 with #D0AE96 are triadic colors.