COLOR #D6AEA1

HEX: #D6AEA1 RGB: (214,174,161)

Color info

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

RGB color model

#D6AEA1 color RGB value is (214,174,161).

RGB: (214,174,161) (84%, 68%, 63%)

RGB channels and saturation

R 214 of 255 = 84%
G 174 of 255 = 68%
B 161 of 255 = 63%

214
174
161

R + G + B ~ 72%. #D6AEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 174 + 161 = 549 (100%)
R 214 of 549 ~ 38.98%
G 174 of 549 ~ 31.69%
B 161 of 549 ~ 29.33'%

%38.98
%31.69
%29.33

CMYK color model

#D6AEA1 color CMYK value is (0,19,25,16).

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

CMYK: (0,19,25,16)
C0M19Y25K16 (0%, 19%, 25%, 16%)
(0.00 / 0.19 / 0.25 / 0.16)

CMYK percentages

%0
%18.69
%24.77
%16.08

Codes

Color #D6AEA1 in popluar color models

D6 AE A1
RGB 214 174 161
HSL 15° 39.26% 73.53%
HSB/HSV 15° 24.77% 83.92%
CMYK 0.00% 18.69% 24.77%
16.08%

Color #D6AEA1 in popluar number systems.

HEX D6 AE A1
Decimal 214 174 161
Binary 11010110 10101110 10100001
Octal 326 256 241

Shades and tints

Shades of #D6AEA1

#D6AEA1
(214,174,161)
#C39F93
(195,159,147)
#B09085
(176,144,133)
#9D8177
(157,129,119)
#8A7269
(138,114,105)
#77635B
(119,99,91)
#64544D
(100,84,77)
#51453F
(81,69,63)
#3E3631
(62,54,49)
#2B2723
(43,39,35)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #D6AEA1

#D6AEA1
(214,174,161)
#D9B5A9
(217,181,169)
#DCBCB1
(220,188,177)
#DFC3B9
(223,195,185)
#E2CAC1
(226,202,193)
#E5D1C9
(229,209,201)
#E8D8D1
(232,216,209)
#EBDFD9
(235,223,217)
#EEE6E1
(238,230,225)
#F1EDE9
(241,237,233)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AEA1; }

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

This text font color is #D6AEA1.

Background Color

.myBgColor { background-color: #D6AEA1; }

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

This div background color is #D6AEA1.

Border color

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

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

This div border color is #D6AEA1.

Opacity

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

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

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

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

This text has shadow with #D6AEA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6AEA1.

Preview

Color preview on black background

This text has color #D6AEA1 on black background.


Color preview on white background

This text has color #D6AEA1 on white background.


Black color preview on #D6AEA1 background

This text has black color on #D6AEA1 background.


White color preview on #D6AEA1 background

This text has white color on #D6AEA1 background.


Related colors

Complementary color

Complementary color for #hex is #29515E.


I love getcolorcode.com

Triadic colors

1 #A1D6AE and #AEA1D6 with #D6AEA1 are triadic colors.

2 #A1AED6 and #AED6A1 with #D6AEA1 are triadic colors.