COLOR #D9ACCD

HEX: #D9ACCD
RGB: (217,172,205)

Color info

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

RGB color model

#D9ACCD color RGB value is (217,172,205).

  • red value is 217;
  • green value is 172;
  • blue value is 205.
RGB:
(217,172,205)
(85%,67%,80%)

RGB channels and saturation

R 217 of 255 = 85%
G 172 of 255 = 67%
B 205 of 255 = 80%

217
172
205

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

Portions of RGB colors in percentages

R + G + B =
217 + 172 + 205 = 594 (100%)
R 217 of 594 ~ 36.53%
G 172 of 594 ~ 28.96%
B 205 of 594 ~ 34.51%

%36.53
%28.96
%34.51

CMYK color model

#D9ACCD color CMYK value is (0,21,6,15).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 5.53%
  • key color value is 14.90%
CMYK:
(0,21,6,15)
C0M21Y6K15 
(0%,21%,6%,15%)
(0.00/0.21/0.06/0.15)	

CMYK percentages

%0
%20.74
%5.53
%14.9

Codes

Color #D9ACCD in popluar color models

D9ACCD
RGB217172205
HSL316°37.19%76.27%
HSB/HSV316°20.74%85.10%
CMYK0.00%20.74%5.53%
14.90%

Color #D9ACCD in popluar number systems.

HEXD9ACCD
Decimal217172205
Binary110110011010110011001101
Octal331254315

Shades and tints

Shades of #D9ACCD

#D9ACCD
(217,172,205)
#C69DBB
(198,157,187)
#B38EA9
(179,142,169)
#A07F97
(160,127,151)
#8D7085
(141,112,133)
#7A6173
(122,97,115)
#675261
(103,82,97)
#54434F
(84,67,79)
#41343D
(65,52,61)
#2E252B
(46,37,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #D9ACCD

#D9ACCD
(217,172,205)
#DCB3D1
(220,179,209)
#DFBAD5
(223,186,213)
#E2C1D9
(226,193,217)
#E5C8DD
(229,200,221)
#E8CFE1
(232,207,225)
#EBD6E5
(235,214,229)
#EEDDE9
(238,221,233)
#F1E4ED
(241,228,237)
#F4EBF1
(244,235,241)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9ACCD color. Also use rgb(217,172,205) instead hex code.

Text Font Color

.myTextColor { color: #D9ACCD; }

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

This text font color is #D9ACCD.


Background Color

.myBgColor { background-color: #D9ACCD; }

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

This div background color is #D9ACCD.


Border color

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

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

This div border color is #D9ACCD.


Opacity

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

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

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

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

This text has shadow with #D9ACCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ACCD on black background.


Color preview on white background

This text has color #D9ACCD on white background.



Black color preview on #D9ACCD background

This text has black color on #D9ACCD background.


White color preview on #D9ACCD background

This text has white color on #D9ACCD background.