COLOR #D5A3CF

HEX: #D5A3CF
RGB: (213,163,207)

Color info

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

RGB color model

#D5A3CF color RGB value is (213,163,207).

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

RGB channels and saturation

R 213 of 255 = 84%
G 163 of 255 = 64%
B 207 of 255 = 81%

213
163
207

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

Portions of RGB colors in percentages

R + G + B =
213 + 163 + 207 = 583 (100%)
R 213 of 583 ~ 36.54%
G 163 of 583 ~ 27.96%
B 207 of 583 ~ 35.51%

%36.54
%27.96
%35.51

CMYK color model

#D5A3CF color CMYK value is (0,23,3,16).

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 2.82%
  • key color value is 16.47%
CMYK:
(0,23,3,16)
C0M23Y3K16 
(0%,23%,3%,16%)
(0.00/0.23/0.03/0.16)	

CMYK percentages

%0
%23.47
%2.82
%16.47

Codes

Color #D5A3CF in popluar color models

D5A3CF
RGB213163207
HSL307°37.31%73.73%
HSB/HSV307°23.47%83.53%
CMYK0.00%23.47%2.82%
16.47%

Color #D5A3CF in popluar number systems.

HEXD5A3CF
Decimal213163207
Binary110101011010001111001111
Octal325243317

Shades and tints

Shades of #D5A3CF

#D5A3CF
(213,163,207)
#C295BD
(194,149,189)
#AF87AB
(175,135,171)
#9C7999
(156,121,153)
#896B87
(137,107,135)
#765D75
(118,93,117)
#634F63
(99,79,99)
#504151
(80,65,81)
#3D333F
(61,51,63)
#2A252D
(42,37,45)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #D5A3CF

#D5A3CF
(213,163,207)
#D8ABD3
(216,171,211)
#DBB3D7
(219,179,215)
#DEBBDB
(222,187,219)
#E1C3DF
(225,195,223)
#E4CBE3
(228,203,227)
#E7D3E7
(231,211,231)
#EADBEB
(234,219,235)
#EDE3EF
(237,227,239)
#F0EBF3
(240,235,243)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A3CF; }

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

This text font color is #D5A3CF.


Background Color

.myBgColor { background-color: #D5A3CF; }

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

This div background color is #D5A3CF.


Border color

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

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

This div border color is #D5A3CF.


Opacity

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

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

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

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

This text has shadow with #D5A3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A3CF on black background.


Color preview on white background

This text has color #D5A3CF on white background.



Black color preview on #D5A3CF background

This text has black color on #D5A3CF background.


White color preview on #D5A3CF background

This text has white color on #D5A3CF background.