COLOR #D1ACCD

HEX: #D1ACCD
RGB: (209,172,205)

Color info

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

RGB color model

#D1ACCD color RGB value is (209,172,205).

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

RGB channels and saturation

R 209 of 255 = 82%
G 172 of 255 = 67%
B 205 of 255 = 80%

209
172
205

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

Portions of RGB colors in percentages

R + G + B =
209 + 172 + 205 = 586 (100%)
R 209 of 586 ~ 35.67%
G 172 of 586 ~ 29.35%
B 205 of 586 ~ 34.98%

%35.67
%29.35
%34.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.70%
  • yellow value is 1.91%
  • key color value is 18.04%
CMYK:
(0,18,2,18)
C0M18Y2K18 
(0%,18%,2%,18%)
(0.00/0.18/0.02/0.18)	

CMYK percentages

%0
%17.7
%1.91
%18.04

Codes

Color #D1ACCD in popluar color models

D1ACCD
RGB209172205
HSL306°28.68%74.71%
HSB/HSV306°17.70%81.96%
CMYK0.00%17.70%1.91%
18.04%

Color #D1ACCD in popluar number systems.

HEXD1ACCD
Decimal209172205
Binary110100011010110011001101
Octal321254315

Shades and tints

Shades of #D1ACCD

#D1ACCD
(209,172,205)
#BE9DBB
(190,157,187)
#AB8EA9
(171,142,169)
#987F97
(152,127,151)
#857085
(133,112,133)
#726173
(114,97,115)
#5F5261
(95,82,97)
#4C434F
(76,67,79)
#39343D
(57,52,61)
#26252B
(38,37,43)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #D1ACCD

#D1ACCD
(209,172,205)
#D5B3D1
(213,179,209)
#D9BAD5
(217,186,213)
#DDC1D9
(221,193,217)
#E1C8DD
(225,200,221)
#E5CFE1
(229,207,225)
#E9D6E5
(233,214,229)
#EDDDE9
(237,221,233)
#F1E4ED
(241,228,237)
#F5EBF1
(245,235,241)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ACCD; }

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

This text font color is #D1ACCD.


Background Color

.myBgColor { background-color: #D1ACCD; }

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

This div background color is #D1ACCD.


Border color

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

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

This div border color is #D1ACCD.


Opacity

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

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

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

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

This text has shadow with #D1ACCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ACCD on black background.


Color preview on white background

This text has color #D1ACCD on white background.



Black color preview on #D1ACCD background

This text has black color on #D1ACCD background.


White color preview on #D1ACCD background

This text has white color on #D1ACCD background.