COLOR #D5ACC1

HEX: #D5ACC1
RGB: (213,172,193)

Color info

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

RGB color model

#D5ACC1 color RGB value is (213,172,193).

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

RGB channels and saturation

R 213 of 255 = 84%
G 172 of 255 = 67%
B 193 of 255 = 76%

213
172
193

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

Portions of RGB colors in percentages

R + G + B =
213 + 172 + 193 = 578 (100%)
R 213 of 578 ~ 36.85%
G 172 of 578 ~ 29.76%
B 193 of 578 ~ 33.39%

%36.85
%29.76
%33.39

CMYK color model

#D5ACC1 color CMYK value is (0,19,9,16).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 9.39%
  • key color value is 16.47%
CMYK:
(0,19,9,16)
C0M19Y9K16 
(0%,19%,9%,16%)
(0.00/0.19/0.09/0.16)	

CMYK percentages

%0
%19.25
%9.39
%16.47

Codes

Color #D5ACC1 in popluar color models

D5ACC1
RGB213172193
HSL329°32.80%75.49%
HSB/HSV329°19.25%83.53%
CMYK0.00%19.25%9.39%
16.47%

Color #D5ACC1 in popluar number systems.

HEXD5ACC1
Decimal213172193
Binary110101011010110011000001
Octal325254301

Shades and tints

Shades of #D5ACC1

#D5ACC1
(213,172,193)
#C29DB0
(194,157,176)
#AF8E9F
(175,142,159)
#9C7F8E
(156,127,142)
#89707D
(137,112,125)
#76616C
(118,97,108)
#63525B
(99,82,91)
#50434A
(80,67,74)
#3D3439
(61,52,57)
#2A2528
(42,37,40)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #D5ACC1

#D5ACC1
(213,172,193)
#D8B3C6
(216,179,198)
#DBBACB
(219,186,203)
#DEC1D0
(222,193,208)
#E1C8D5
(225,200,213)
#E4CFDA
(228,207,218)
#E7D6DF
(231,214,223)
#EADDE4
(234,221,228)
#EDE4E9
(237,228,233)
#F0EBEE
(240,235,238)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ACC1; }

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

This text font color is #D5ACC1.


Background Color

.myBgColor { background-color: #D5ACC1; }

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

This div background color is #D5ACC1.


Border color

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

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

This div border color is #D5ACC1.


Opacity

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

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

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

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

This text has shadow with #D5ACC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ACC1 on black background.


Color preview on white background

This text has color #D5ACC1 on white background.



Black color preview on #D5ACC1 background

This text has black color on #D5ACC1 background.


White color preview on #D5ACC1 background

This text has white color on #D5ACC1 background.