COLOR #D4AACD

HEX: #D4AACD
RGB: (212,170,205)

Color info

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

RGB color model

#D4AACD color RGB value is (212,170,205).

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

RGB channels and saturation

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

212
170
205

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

Portions of RGB colors in percentages

R + G + B =
212 + 170 + 205 = 587 (100%)
R 212 of 587 ~ 36.12%
G 170 of 587 ~ 28.96%
B 205 of 587 ~ 34.92%

%36.12
%28.96
%34.92

CMYK color model

#D4AACD color CMYK value is (0,20,3,17).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 3.30%
  • key color value is 16.86%
CMYK:
(0,20,3,17)
C0M20Y3K17 
(0%,20%,3%,17%)
(0.00/0.20/0.03/0.17)	

CMYK percentages

%0
%19.81
%3.3
%16.86

Codes

Color #D4AACD in popluar color models

D4AACD
RGB212170205
HSL310°32.81%74.90%
HSB/HSV310°19.81%83.14%
CMYK0.00%19.81%3.30%
16.86%

Color #D4AACD in popluar number systems.

HEXD4AACD
Decimal212170205
Binary110101001010101011001101
Octal324252315

Shades and tints

Shades of #D4AACD

#D4AACD
(212,170,205)
#C19BBB
(193,155,187)
#AE8CA9
(174,140,169)
#9B7D97
(155,125,151)
#886E85
(136,110,133)
#755F73
(117,95,115)
#625061
(98,80,97)
#4F414F
(79,65,79)
#3C323D
(60,50,61)
#29232B
(41,35,43)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #D4AACD

#D4AACD
(212,170,205)
#D7B1D1
(215,177,209)
#DAB8D5
(218,184,213)
#DDBFD9
(221,191,217)
#E0C6DD
(224,198,221)
#E3CDE1
(227,205,225)
#E6D4E5
(230,212,229)
#E9DBE9
(233,219,233)
#ECE2ED
(236,226,237)
#EFE9F1
(239,233,241)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AACD; }

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

This text font color is #D4AACD.


Background Color

.myBgColor { background-color: #D4AACD; }

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

This div background color is #D4AACD.


Border color

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

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

This div border color is #D4AACD.


Opacity

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

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

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

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

This text has shadow with #D4AACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AACD on black background.


Color preview on white background

This text has color #D4AACD on white background.



Black color preview on #D4AACD background

This text has black color on #D4AACD background.


White color preview on #D4AACD background

This text has white color on #D4AACD background.