COLOR #D1C6AE

HEX: #D1C6AE RGB: (209,198,174)

Color info

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

RGB color model

#D1C6AE color RGB value is (209,198,174).

RGB: (209,198,174) (82%, 78%, 68%)

RGB channels and saturation

R 209 of 255 = 82%
G 198 of 255 = 78%
B 174 of 255 = 68%

209
198
174

R + G + B ~ 76%. #D1C6AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 198 + 174 = 581 (100%)
R 209 of 581 ~ 35.97%
G 198 of 581 ~ 34.08%
B 174 of 581 ~ 29.95'%

%35.97
%34.08
%29.95

CMYK color model

#D1C6AE color CMYK value is (0,5,17,18).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 16.75%
  • key color value is 18.04%

CMYK: (0,5,17,18)
C0M5Y17K18 (0%, 5%, 17%, 18%)
(0.00 / 0.05 / 0.17 / 0.18)

CMYK percentages

%0
%5.26
%16.75
%18.04

Codes

Color #D1C6AE in popluar color models

D1 C6 AE
RGB 209 198 174
HSL 41° 27.56% 75.10%
HSB/HSV 41° 16.75% 81.96%
CMYK 0.00% 5.26% 16.75%
18.04%

Color #D1C6AE in popluar number systems.

HEX D1 C6 AE
Decimal 209 198 174
Binary 11010001 11000110 10101110
Octal 321 306 256

Shades and tints

Shades of #D1C6AE

#D1C6AE
(209,198,174)
#BEB49F
(190,180,159)
#ABA290
(171,162,144)
#989081
(152,144,129)
#857E72
(133,126,114)
#726C63
(114,108,99)
#5F5A54
(95,90,84)
#4C4845
(76,72,69)
#393636
(57,54,54)
#262427
(38,36,39)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #D1C6AE

#D1C6AE
(209,198,174)
#D5CBB5
(213,203,181)
#D9D0BC
(217,208,188)
#DDD5C3
(221,213,195)
#E1DACA
(225,218,202)
#E5DFD1
(229,223,209)
#E9E4D8
(233,228,216)
#EDE9DF
(237,233,223)
#F1EEE6
(241,238,230)
#F5F3ED
(245,243,237)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C6AE color. Also use rgb(209,198,174) instead hex code.

Text Font Color

.myTextColor { color: #D1C6AE; }

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

This text font color is #D1C6AE.

Background Color

.myBgColor { background-color: #D1C6AE; }

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

This div background color is #D1C6AE.

Border color

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

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

This div border color is #D1C6AE.

Opacity

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

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

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

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

This text has shadow with #D1C6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C6AE.

Preview

Color preview on black background

This text has color #D1C6AE on black background.


Color preview on white background

This text has color #D1C6AE on white background.


Black color preview on #D1C6AE background

This text has black color on #D1C6AE background.


White color preview on #D1C6AE background

This text has white color on #D1C6AE background.


Related colors

Complementary color

Complementary color for #hex is #2E3951.


I love getcolorcode.com

Triadic colors

1 #AED1C6 and #C6AED1 with #D1C6AE are triadic colors.

2 #AEC6D1 and #C6D1AE with #D1C6AE are triadic colors.