COLOR #D6AFA4

HEX: #D6AFA4 RGB: (214,175,164)

Color info

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

RGB color model

#D6AFA4 color RGB value is (214,175,164).

RGB: (214,175,164) (84%, 69%, 64%)

RGB channels and saturation

R 214 of 255 = 84%
G 175 of 255 = 69%
B 164 of 255 = 64%

214
175
164

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

Portions of RGB colors in percentages

R + G + B = 214 + 175 + 164 = 553 (100%)
R 214 of 553 ~ 38.7%
G 175 of 553 ~ 31.65%
B 164 of 553 ~ 29.66'%

%38.7
%31.65
%29.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 23.36%
  • key color value is 16.08%

CMYK: (0,18,23,16)
C0M18Y23K16 (0%, 18%, 23%, 16%)
(0.00 / 0.18 / 0.23 / 0.16)

CMYK percentages

%0
%18.22
%23.36
%16.08

Codes

Color #D6AFA4 in popluar color models

D6 AF A4
RGB 214 175 164
HSL 13° 37.88% 74.12%
HSB/HSV 13° 23.36% 83.92%
CMYK 0.00% 18.22% 23.36%
16.08%

Color #D6AFA4 in popluar number systems.

HEX D6 AF A4
Decimal 214 175 164
Binary 11010110 10101111 10100100
Octal 326 257 244

Shades and tints

Shades of #D6AFA4

#D6AFA4
(214,175,164)
#C3A096
(195,160,150)
#B09188
(176,145,136)
#9D827A
(157,130,122)
#8A736C
(138,115,108)
#77645E
(119,100,94)
#645550
(100,85,80)
#514642
(81,70,66)
#3E3734
(62,55,52)
#2B2826
(43,40,38)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #D6AFA4

#D6AFA4
(214,175,164)
#D9B6AC
(217,182,172)
#DCBDB4
(220,189,180)
#DFC4BC
(223,196,188)
#E2CBC4
(226,203,196)
#E5D2CC
(229,210,204)
#E8D9D4
(232,217,212)
#EBE0DC
(235,224,220)
#EEE7E4
(238,231,228)
#F1EEEC
(241,238,236)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AFA4 color. Also use rgb(214,175,164) instead hex code.

Text Font Color

.myTextColor { color: #D6AFA4; }

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

This text font color is #D6AFA4.

Background Color

.myBgColor { background-color: #D6AFA4; }

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

This div background color is #D6AFA4.

Border color

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

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

This div border color is #D6AFA4.

Opacity

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

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

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

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

This text has shadow with #D6AFA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6AFA4.

Preview

Color preview on black background

This text has color #D6AFA4 on black background.


Color preview on white background

This text has color #D6AFA4 on white background.


Black color preview on #D6AFA4 background

This text has black color on #D6AFA4 background.


White color preview on #D6AFA4 background

This text has white color on #D6AFA4 background.


Related colors

Complementary color

Complementary color for #hex is #29505B.


I love getcolorcode.com

Triadic colors

1 #A4D6AF and #AFA4D6 with #D6AFA4 are triadic colors.

2 #A4AFD6 and #AFD6A4 with #D6AFA4 are triadic colors.