COLOR #D4AACC

HEX: #D4AACC
RGB: (212,170,204)

Color info

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

RGB color model

#D4AACC color RGB value is (212,170,204).

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

RGB channels and saturation

R 212 of 255 = 83%
G 170 of 255 = 67%
B 204 of 255 = 80%

212
170
204

R + G + B ~ 77%. #D4AACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 170 + 204 = 586 (100%)
R 212 of 586 ~ 36.18%
G 170 of 586 ~ 29.01%
B 204 of 586 ~ 34.81%

%36.18
%29.01
%34.81

CMYK color model

#D4AACC color CMYK value is (0,20,4,17).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(0,20,4,17)
C0M20Y4K17 
(0%,20%,4%,17%)
(0.00/0.20/0.04/0.17)	

CMYK percentages

%0
%19.81
%3.77
%16.86

Codes

Color #D4AACC in popluar color models

D4AACC
RGB212170204
HSL311°32.81%74.90%
HSB/HSV311°19.81%83.14%
CMYK0.00%19.81%3.77%
16.86%

Color #D4AACC in popluar number systems.

HEXD4AACC
Decimal212170204
Binary110101001010101011001100
Octal324252314

Shades and tints

Shades of #D4AACC

#D4AACC
(212,170,204)
#C19BBA
(193,155,186)
#AE8CA8
(174,140,168)
#9B7D96
(155,125,150)
#886E84
(136,110,132)
#755F72
(117,95,114)
#625060
(98,80,96)
#4F414E
(79,65,78)
#3C323C
(60,50,60)
#29232A
(41,35,42)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #D4AACC

#D4AACC
(212,170,204)
#D7B1D0
(215,177,208)
#DAB8D4
(218,184,212)
#DDBFD8
(221,191,216)
#E0C6DC
(224,198,220)
#E3CDE0
(227,205,224)
#E6D4E4
(230,212,228)
#E9DBE8
(233,219,232)
#ECE2EC
(236,226,236)
#EFE9F0
(239,233,240)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AACC; }

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

This text font color is #D4AACC.


Background Color

.myBgColor { background-color: #D4AACC; }

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

This div background color is #D4AACC.


Border color

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

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

This div border color is #D4AACC.


Opacity

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

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

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

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

This text has shadow with #D4AACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AACC on black background.


Color preview on white background

This text has color #D4AACC on white background.



Black color preview on #D4AACC background

This text has black color on #D4AACC background.


White color preview on #D4AACC background

This text has white color on #D4AACC background.