COLOR #D0AAC8

HEX: #D0AAC8
RGB: (208,170,200)

Color info

#D0AAC8 contains red, green and blue colors in about the same proportion. Web safe color of #D0AAC8 is #CC99CC (or #C9C).

RGB color model

#D0AAC8 color RGB value is (208,170,200).

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

RGB channels and saturation

R 208 of 255 = 82%
G 170 of 255 = 67%
B 200 of 255 = 78%

208
170
200

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

Portions of RGB colors in percentages

R + G + B =
208 + 170 + 200 = 578 (100%)
R 208 of 578 ~ 35.99%
G 170 of 578 ~ 29.41%
B 200 of 578 ~ 34.6%

%35.99
%29.41
%34.6

CMYK color model

#D0AAC8 color CMYK value is (0,18,4,18).

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 3.85%
  • key color value is 18.43%
CMYK:
(0,18,4,18)
C0M18Y4K18 
(0%,18%,4%,18%)
(0.00/0.18/0.04/0.18)	

CMYK percentages

%0
%18.27
%3.85
%18.43

Codes

Color #D0AAC8 in popluar color models

D0AAC8
RGB208170200
HSL313°28.79%74.12%
HSB/HSV313°18.27%81.57%
CMYK0.00%18.27%3.85%
18.43%

Color #D0AAC8 in popluar number systems.

HEXD0AAC8
Decimal208170200
Binary110100001010101011001000
Octal320252310

Shades and tints

Shades of #D0AAC8

#D0AAC8
(208,170,200)
#BE9BB6
(190,155,182)
#AC8CA4
(172,140,164)
#9A7D92
(154,125,146)
#886E80
(136,110,128)
#765F6E
(118,95,110)
#64505C
(100,80,92)
#52414A
(82,65,74)
#403238
(64,50,56)
#2E2326
(46,35,38)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #D0AAC8

#D0AAC8
(208,170,200)
#D4B1CD
(212,177,205)
#D8B8D2
(216,184,210)
#DCBFD7
(220,191,215)
#E0C6DC
(224,198,220)
#E4CDE1
(228,205,225)
#E8D4E6
(232,212,230)
#ECDBEB
(236,219,235)
#F0E2F0
(240,226,240)
#F4E9F5
(244,233,245)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0AAC8; }

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

This text font color is #D0AAC8.


Background Color

.myBgColor { background-color: #D0AAC8; }

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

This div background color is #D0AAC8.


Border color

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

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

This div border color is #D0AAC8.


Opacity

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

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

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

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

This text has shadow with #D0AAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AAC8 on black background.


Color preview on white background

This text has color #D0AAC8 on white background.



Black color preview on #D0AAC8 background

This text has black color on #D0AAC8 background.


White color preview on #D0AAC8 background

This text has white color on #D0AAC8 background.