COLOR #D6D5AD

HEX: #D6D5AD RGB: (214,213,173)

Color info

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

RGB color model

#D6D5AD color RGB value is (214,213,173).

RGB: (214,213,173) (84%, 84%, 68%)

RGB channels and saturation

R 214 of 255 = 84%
G 213 of 255 = 84%
B 173 of 255 = 68%

214
213
173

R + G + B ~ 79%. #D6D5AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 213 + 173 = 600 (100%)
R 214 of 600 ~ 35.67%
G 213 of 600 ~ 35.5%
B 173 of 600 ~ 28.83'%

%35.67
%35.5
%28.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 19.16%
  • key color value is 16.08%

CMYK: (0,0,19,16)
C0M0Y19K16 (0%, 0%, 19%, 16%)
(0.00 / 0.00 / 0.19 / 0.16)

CMYK percentages

%0
%0.47
%19.16
%16.08

Codes

Color #D6D5AD in popluar color models

D6 D5 AD
RGB 214 213 173
HSL 59° 33.33% 75.88%
HSB/HSV 59° 19.16% 83.92%
CMYK 0.00% 0.47% 19.16%
16.08%

Color #D6D5AD in popluar number systems.

HEX D6 D5 AD
Decimal 214 213 173
Binary 11010110 11010101 10101101
Octal 326 325 255

Shades and tints

Shades of #D6D5AD

#D6D5AD
(214,213,173)
#C3C29E
(195,194,158)
#B0AF8F
(176,175,143)
#9D9C80
(157,156,128)
#8A8971
(138,137,113)
#777662
(119,118,98)
#646353
(100,99,83)
#515044
(81,80,68)
#3E3D35
(62,61,53)
#2B2A26
(43,42,38)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #D6D5AD

#D6D5AD
(214,213,173)
#D9D8B4
(217,216,180)
#DCDBBB
(220,219,187)
#DFDEC2
(223,222,194)
#E2E1C9
(226,225,201)
#E5E4D0
(229,228,208)
#E8E7D7
(232,231,215)
#EBEADE
(235,234,222)
#EEEDE5
(238,237,229)
#F1F0EC
(241,240,236)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D5AD color. Also use rgb(214,213,173) instead hex code.

Text Font Color

.myTextColor { color: #D6D5AD; }

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

This text font color is #D6D5AD.

Background Color

.myBgColor { background-color: #D6D5AD; }

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

This div background color is #D6D5AD.

Border color

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

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

This div border color is #D6D5AD.

Opacity

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

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

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

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

This text has shadow with #D6D5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6D5AD.

Preview

Color preview on black background

This text has color #D6D5AD on black background.


Color preview on white background

This text has color #D6D5AD on white background.


Black color preview on #D6D5AD background

This text has black color on #D6D5AD background.


White color preview on #D6D5AD background

This text has white color on #D6D5AD background.


Related colors

Complementary color

Complementary color for #hex is #292A52.


I love getcolorcode.com

Triadic colors

1 #ADD6D5 and #D5ADD6 with #D6D5AD are triadic colors.

2 #ADD5D6 and #D5D6AD with #D6D5AD are triadic colors.