COLOR #D6C4AF

HEX: #D6C4AF RGB: (214,196,175)

Color info

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

RGB color model

#D6C4AF color RGB value is (214,196,175).

RGB: (214,196,175) (84%, 77%, 69%)

RGB channels and saturation

R 214 of 255 = 84%
G 196 of 255 = 77%
B 175 of 255 = 69%

214
196
175

R + G + B ~ 77%. #D6C4AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 196 + 175 = 585 (100%)
R 214 of 585 ~ 36.58%
G 196 of 585 ~ 33.5%
B 175 of 585 ~ 29.91'%

%36.58
%33.5
%29.91

CMYK color model

#D6C4AF color CMYK value is (0,8,18,16).

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

CMYK: (0,8,18,16)
C0M8Y18K16 (0%, 8%, 18%, 16%)
(0.00 / 0.08 / 0.18 / 0.16)

CMYK percentages

%0
%8.41
%18.22
%16.08

Codes

Color #D6C4AF in popluar color models

D6 C4 AF
RGB 214 196 175
HSL 32° 32.23% 76.27%
HSB/HSV 32° 18.22% 83.92%
CMYK 0.00% 8.41% 18.22%
16.08%

Color #D6C4AF in popluar number systems.

HEX D6 C4 AF
Decimal 214 196 175
Binary 11010110 11000100 10101111
Octal 326 304 257

Shades and tints

Shades of #D6C4AF

#D6C4AF
(214,196,175)
#C3B3A0
(195,179,160)
#B0A291
(176,162,145)
#9D9182
(157,145,130)
#8A8073
(138,128,115)
#776F64
(119,111,100)
#645E55
(100,94,85)
#514D46
(81,77,70)
#3E3C37
(62,60,55)
#2B2B28
(43,43,40)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #D6C4AF

#D6C4AF
(214,196,175)
#D9C9B6
(217,201,182)
#DCCEBD
(220,206,189)
#DFD3C4
(223,211,196)
#E2D8CB
(226,216,203)
#E5DDD2
(229,221,210)
#E8E2D9
(232,226,217)
#EBE7E0
(235,231,224)
#EEECE7
(238,236,231)
#F1F1EE
(241,241,238)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C4AF; }

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

This text font color is #D6C4AF.

Background Color

.myBgColor { background-color: #D6C4AF; }

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

This div background color is #D6C4AF.

Border color

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

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

This div border color is #D6C4AF.

Opacity

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

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

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

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

This text has shadow with #D6C4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C4AF.

Preview

Color preview on black background

This text has color #D6C4AF on black background.


Color preview on white background

This text has color #D6C4AF on white background.


Black color preview on #D6C4AF background

This text has black color on #D6C4AF background.


White color preview on #D6C4AF background

This text has white color on #D6C4AF background.


Related colors

Complementary color

Complementary color for #hex is #293B50.


I love getcolorcode.com

Triadic colors

1 #AFD6C4 and #C4AFD6 with #D6C4AF are triadic colors.

2 #AFC4D6 and #C4D6AF with #D6C4AF are triadic colors.