COLOR #D6AE9A

HEX: #D6AE9A RGB: (214,174,154)

Color info

#D6AE9A contains mainly red and green colors. Web safe color of #D6AE9A is #CC9999 (or #C99).

RGB color model

#D6AE9A color RGB value is (214,174,154).

RGB: (214,174,154) (84%, 68%, 60%)

RGB channels and saturation

R 214 of 255 = 84%
G 174 of 255 = 68%
B 154 of 255 = 60%

214
174
154

R + G + B ~ 71%. #D6AE9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 174 + 154 = 542 (100%)
R 214 of 542 ~ 39.48%
G 174 of 542 ~ 32.1%
B 154 of 542 ~ 28.41'%

%39.48
%32.1
%28.41

CMYK color model

#D6AE9A color CMYK value is (0,19,28,16).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 28.04%
  • key color value is 16.08%

CMYK: (0,19,28,16)
C0M19Y28K16 (0%, 19%, 28%, 16%)
(0.00 / 0.19 / 0.28 / 0.16)

CMYK percentages

%0
%18.69
%28.04
%16.08

Codes

Color #D6AE9A in popluar color models

D6 AE 9A
RGB 214 174 154
HSL 20° 42.25% 72.16%
HSB/HSV 20° 28.04% 83.92%
CMYK 0.00% 18.69% 28.04%
16.08%

Color #D6AE9A in popluar number systems.

HEX D6 AE 9A
Decimal 214 174 154
Binary 11010110 10101110 10011010
Octal 326 256 232

Shades and tints

Shades of #D6AE9A

#D6AE9A
(214,174,154)
#C39F8C
(195,159,140)
#B0907E
(176,144,126)
#9D8170
(157,129,112)
#8A7262
(138,114,98)
#776354
(119,99,84)
#645446
(100,84,70)
#514538
(81,69,56)
#3E362A
(62,54,42)
#2B271C
(43,39,28)
#18180E
(24,24,14)
#000000
(0,0,0)

Tints of #D6AE9A

#D6AE9A
(214,174,154)
#D9B5A3
(217,181,163)
#DCBCAC
(220,188,172)
#DFC3B5
(223,195,181)
#E2CABE
(226,202,190)
#E5D1C7
(229,209,199)
#E8D8D0
(232,216,208)
#EBDFD9
(235,223,217)
#EEE6E2
(238,230,226)
#F1EDEB
(241,237,235)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AE9A color. Also use rgb(214,174,154) instead hex code.

Text Font Color

.myTextColor { color: #D6AE9A; }

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

This text font color is #D6AE9A.

Background Color

.myBgColor { background-color: #D6AE9A; }

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

This div background color is #D6AE9A.

Border color

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

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

This div border color is #D6AE9A.

Opacity

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

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

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

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

This text has shadow with #D6AE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6AE9A.

Preview

Color preview on black background

This text has color #D6AE9A on black background.


Color preview on white background

This text has color #D6AE9A on white background.


Black color preview on #D6AE9A background

This text has black color on #D6AE9A background.


White color preview on #D6AE9A background

This text has white color on #D6AE9A background.


Related colors

Complementary color

Complementary color for #hex is #295165.


I love getcolorcode.com

Triadic colors

1 #9AD6AE and #AE9AD6 with #D6AE9A are triadic colors.

2 #9AAED6 and #AED69A with #D6AE9A are triadic colors.