COLOR #D1AACC

HEX: #D1AACC
RGB: (209,170,204)

Color info

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

RGB color model

#D1AACC color RGB value is (209,170,204).

  • red value is 209;
  • green value is 170;
  • blue value is 204.
RGB:
(209,170,204)
(82%,67%,80%)

RGB channels and saturation

R 209 of 255 = 82%
G 170 of 255 = 67%
B 204 of 255 = 80%

209
170
204

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

Portions of RGB colors in percentages

R + G + B =
209 + 170 + 204 = 583 (100%)
R 209 of 583 ~ 35.85%
G 170 of 583 ~ 29.16%
B 204 of 583 ~ 34.99%

%35.85
%29.16
%34.99

CMYK color model

#D1AACC color CMYK value is (0,19,2,18).

  • cyan value is 0.00%
  • magenta value is 18.66%
  • yellow value is 2.39%
  • key color value is 18.04%
CMYK:
(0,19,2,18)
C0M19Y2K18 
(0%,19%,2%,18%)
(0.00/0.19/0.02/0.18)	

CMYK percentages

%0
%18.66
%2.39
%18.04

Codes

Color #D1AACC in popluar color models

D1AACC
RGB209170204
HSL308°29.77%74.31%
HSB/HSV308°18.66%81.96%
CMYK0.00%18.66%2.39%
18.04%

Color #D1AACC in popluar number systems.

HEXD1AACC
Decimal209170204
Binary110100011010101011001100
Octal321252314

Shades and tints

Shades of #D1AACC

#D1AACC
(209,170,204)
#BE9BBA
(190,155,186)
#AB8CA8
(171,140,168)
#987D96
(152,125,150)
#856E84
(133,110,132)
#725F72
(114,95,114)
#5F5060
(95,80,96)
#4C414E
(76,65,78)
#39323C
(57,50,60)
#26232A
(38,35,42)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #D1AACC

#D1AACC
(209,170,204)
#D5B1D0
(213,177,208)
#D9B8D4
(217,184,212)
#DDBFD8
(221,191,216)
#E1C6DC
(225,198,220)
#E5CDE0
(229,205,224)
#E9D4E4
(233,212,228)
#EDDBE8
(237,219,232)
#F1E2EC
(241,226,236)
#F5E9F0
(245,233,240)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AACC color. Also use rgb(209,170,204) instead hex code.

Text Font Color

.myTextColor { color: #D1AACC; }

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

This text font color is #D1AACC.


Background Color

.myBgColor { background-color: #D1AACC; }

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

This div background color is #D1AACC.


Border color

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

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

This div border color is #D1AACC.


Opacity

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

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

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

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

This text has shadow with #D1AACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AACC on black background.


Color preview on white background

This text has color #D1AACC on white background.



Black color preview on #D1AACC background

This text has black color on #D1AACC background.


White color preview on #D1AACC background

This text has white color on #D1AACC background.