COLOR #D5ACCF

HEX: #D5ACCF
RGB: (213,172,207)

Color info

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

RGB color model

#D5ACCF color RGB value is (213,172,207).

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

RGB channels and saturation

R 213 of 255 = 84%
G 172 of 255 = 67%
B 207 of 255 = 81%

213
172
207

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

Portions of RGB colors in percentages

R + G + B =
213 + 172 + 207 = 592 (100%)
R 213 of 592 ~ 35.98%
G 172 of 592 ~ 29.05%
B 207 of 592 ~ 34.97%

%35.98
%29.05
%34.97

CMYK color model

#D5ACCF color CMYK value is (0,19,3,16).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 2.82%
  • key color value is 16.47%
CMYK:
(0,19,3,16)
C0M19Y3K16 
(0%,19%,3%,16%)
(0.00/0.19/0.03/0.16)	

CMYK percentages

%0
%19.25
%2.82
%16.47

Codes

Color #D5ACCF in popluar color models

D5ACCF
RGB213172207
HSL309°32.80%75.49%
HSB/HSV309°19.25%83.53%
CMYK0.00%19.25%2.82%
16.47%

Color #D5ACCF in popluar number systems.

HEXD5ACCF
Decimal213172207
Binary110101011010110011001111
Octal325254317

Shades and tints

Shades of #D5ACCF

#D5ACCF
(213,172,207)
#C29DBD
(194,157,189)
#AF8EAB
(175,142,171)
#9C7F99
(156,127,153)
#897087
(137,112,135)
#766175
(118,97,117)
#635263
(99,82,99)
#504351
(80,67,81)
#3D343F
(61,52,63)
#2A252D
(42,37,45)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #D5ACCF

#D5ACCF
(213,172,207)
#D8B3D3
(216,179,211)
#DBBAD7
(219,186,215)
#DEC1DB
(222,193,219)
#E1C8DF
(225,200,223)
#E4CFE3
(228,207,227)
#E7D6E7
(231,214,231)
#EADDEB
(234,221,235)
#EDE4EF
(237,228,239)
#F0EBF3
(240,235,243)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ACCF; }

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

This text font color is #D5ACCF.


Background Color

.myBgColor { background-color: #D5ACCF; }

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

This div background color is #D5ACCF.


Border color

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

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

This div border color is #D5ACCF.


Opacity

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

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

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

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

This text has shadow with #D5ACCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ACCF on black background.


Color preview on white background

This text has color #D5ACCF on white background.



Black color preview on #D5ACCF background

This text has black color on #D5ACCF background.


White color preview on #D5ACCF background

This text has white color on #D5ACCF background.