COLOR #D5ACF1

HEX: #D5ACF1
RGB: (213,172,241)

Color info

#D5ACF1 contains mainly red and blue colors. Web safe color of #D5ACF1 is #CC99FF (or #C9F).

RGB color model

#D5ACF1 color RGB value is (213,172,241).

  • red value is 213;
  • green value is 172;
  • blue value is 241.
RGB:
(213,172,241)
(84%,67%,95%)

RGB channels and saturation

R 213 of 255 = 84%
G 172 of 255 = 67%
B 241 of 255 = 95%

213
172
241

R + G + B ~ 82%. #D5ACF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 172 + 241 = 626 (100%)
R 213 of 626 ~ 34.03%
G 172 of 626 ~ 27.48%
B 241 of 626 ~ 38.5%

%34.03
%27.48
%38.5

CMYK color model

#D5ACF1 color CMYK value is (12,29,0,5).

  • cyan value is 11.62%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,29,0,5)
C12M29Y0K5 
(12%,29%,0%,5%)
(0.12/0.29/0.00/0.05)	

CMYK percentages

%11.62
%28.63
%0
%5.49

Codes

Color #D5ACF1 in popluar color models

D5ACF1
RGB213172241
HSL276°71.13%80.98%
HSB/HSV276°28.63%94.51%
CMYK11.62%28.63%0.00%
5.49%

Color #D5ACF1 in popluar number systems.

HEXD5ACF1
Decimal213172241
Binary110101011010110011110001
Octal325254361

Shades and tints

Shades of #D5ACF1

#D5ACF1
(213,172,241)
#C29DDC
(194,157,220)
#AF8EC7
(175,142,199)
#9C7FB2
(156,127,178)
#89709D
(137,112,157)
#766188
(118,97,136)
#635273
(99,82,115)
#50435E
(80,67,94)
#3D3449
(61,52,73)
#2A2534
(42,37,52)
#17161F
(23,22,31)
#000000
(0,0,0)

Tints of #D5ACF1

#D5ACF1
(213,172,241)
#D8B3F2
(216,179,242)
#DBBAF3
(219,186,243)
#DEC1F4
(222,193,244)
#E1C8F5
(225,200,245)
#E4CFF6
(228,207,246)
#E7D6F7
(231,214,247)
#EADDF8
(234,221,248)
#EDE4F9
(237,228,249)
#F0EBFA
(240,235,250)
#F3F2FB
(243,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ACF1 color. Also use rgb(213,172,241) instead hex code.

Text Font Color

.myTextColor { color: #D5ACF1; }

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

This text font color is #D5ACF1.


Background Color

.myBgColor { background-color: #D5ACF1; }

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

This div background color is #D5ACF1.


Border color

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

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

This div border color is #D5ACF1.


Opacity

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

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

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

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

This text has shadow with #D5ACF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ACF1 on black background.


Color preview on white background

This text has color #D5ACF1 on white background.



Black color preview on #D5ACF1 background

This text has black color on #D5ACF1 background.


White color preview on #D5ACF1 background

This text has white color on #D5ACF1 background.