COLOR #D1AE9A

HEX: #D1AE9A
RGB: (209,174,154)

Color info

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

RGB color model

#D1AE9A color RGB value is (209,174,154).

  • red value is 209;
  • green value is 174;
  • blue value is 154.
RGB:
(209,174,154)
(82%,68%,60%)

RGB channels and saturation

R 209 of 255 = 82%
G 174 of 255 = 68%
B 154 of 255 = 60%

209
174
154

R + G + B ~ 70%. #D1AE9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 174 + 154 = 537 (100%)
R 209 of 537 ~ 38.92%
G 174 of 537 ~ 32.4%
B 154 of 537 ~ 28.68%

%38.92
%32.4
%28.68

CMYK color model

#D1AE9A color CMYK value is (0,17,26,18).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 26.32%
  • key color value is 18.04%
CMYK:
(0,17,26,18)
C0M17Y26K18 
(0%,17%,26%,18%)
(0.00/0.17/0.26/0.18)	

CMYK percentages

%0
%16.75
%26.32
%18.04

Codes

Color #D1AE9A in popluar color models

D1AE9A
RGB209174154
HSL22°37.41%71.18%
HSB/HSV22°26.32%81.96%
CMYK0.00%16.75%26.32%
18.04%

Color #D1AE9A in popluar number systems.

HEXD1AE9A
Decimal209174154
Binary110100011010111010011010
Octal321256232

Shades and tints

Shades of #D1AE9A

#D1AE9A
(209,174,154)
#BE9F8C
(190,159,140)
#AB907E
(171,144,126)
#988170
(152,129,112)
#857262
(133,114,98)
#726354
(114,99,84)
#5F5446
(95,84,70)
#4C4538
(76,69,56)
#39362A
(57,54,42)
#26271C
(38,39,28)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #D1AE9A

#D1AE9A
(209,174,154)
#D5B5A3
(213,181,163)
#D9BCAC
(217,188,172)
#DDC3B5
(221,195,181)
#E1CABE
(225,202,190)
#E5D1C7
(229,209,199)
#E9D8D0
(233,216,208)
#EDDFD9
(237,223,217)
#F1E6E2
(241,230,226)
#F5EDEB
(245,237,235)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AE9A; }

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

This text font color is #D1AE9A.


Background Color

.myBgColor { background-color: #D1AE9A; }

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

This div background color is #D1AE9A.


Border color

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

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

This div border color is #D1AE9A.


Opacity

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

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

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

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

This text has shadow with #D1AE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AE9A on black background.


Color preview on white background

This text has color #D1AE9A on white background.



Black color preview on #D1AE9A background

This text has black color on #D1AE9A background.


White color preview on #D1AE9A background

This text has white color on #D1AE9A background.