COLOR #D0AEAA

HEX: #D0AEAA
RGB: (208,174,170)

Color info

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

RGB color model

#D0AEAA color RGB value is (208,174,170).

  • red value is 208;
  • green value is 174;
  • blue value is 170.
RGB:
(208,174,170)
(82%,68%,67%)

RGB channels and saturation

R 208 of 255 = 82%
G 174 of 255 = 68%
B 170 of 255 = 67%

208
174
170

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

Portions of RGB colors in percentages

R + G + B =
208 + 174 + 170 = 552 (100%)
R 208 of 552 ~ 37.68%
G 174 of 552 ~ 31.52%
B 170 of 552 ~ 30.8%

%37.68
%31.52
%30.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.35%
  • yellow value is 18.27%
  • key color value is 18.43%
CMYK:
(0,16,18,18)
C0M16Y18K18 
(0%,16%,18%,18%)
(0.00/0.16/0.18/0.18)	

CMYK percentages

%0
%16.35
%18.27
%18.43

Codes

Color #D0AEAA in popluar color models

D0AEAA
RGB208174170
HSL28.79%74.12%
HSB/HSV18.27%81.57%
CMYK0.00%16.35%18.27%
18.43%

Color #D0AEAA in popluar number systems.

HEXD0AEAA
Decimal208174170
Binary110100001010111010101010
Octal320256252

Shades and tints

Shades of #D0AEAA

#D0AEAA
(208,174,170)
#BE9F9B
(190,159,155)
#AC908C
(172,144,140)
#9A817D
(154,129,125)
#88726E
(136,114,110)
#76635F
(118,99,95)
#645450
(100,84,80)
#524541
(82,69,65)
#403632
(64,54,50)
#2E2723
(46,39,35)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #D0AEAA

#D0AEAA
(208,174,170)
#D4B5B1
(212,181,177)
#D8BCB8
(216,188,184)
#DCC3BF
(220,195,191)
#E0CAC6
(224,202,198)
#E4D1CD
(228,209,205)
#E8D8D4
(232,216,212)
#ECDFDB
(236,223,219)
#F0E6E2
(240,230,226)
#F4EDE9
(244,237,233)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AEAA color. Also use rgb(208,174,170) instead hex code.

Text Font Color

.myTextColor { color: #D0AEAA; }

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

This text font color is #D0AEAA.


Background Color

.myBgColor { background-color: #D0AEAA; }

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

This div background color is #D0AEAA.


Border color

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

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

This div border color is #D0AEAA.


Opacity

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

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

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

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

This text has shadow with #D0AEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AEAA on black background.


Color preview on white background

This text has color #D0AEAA on white background.



Black color preview on #D0AEAA background

This text has black color on #D0AEAA background.


White color preview on #D0AEAA background

This text has white color on #D0AEAA background.