COLOR #D5A5CA

HEX: #D5A5CA
RGB: (213,165,202)

Color info

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

RGB color model

#D5A5CA color RGB value is (213,165,202).

  • red value is 213;
  • green value is 165;
  • blue value is 202.
RGB:
(213,165,202)
(84%,65%,79%)

RGB channels and saturation

R 213 of 255 = 84%
G 165 of 255 = 65%
B 202 of 255 = 79%

213
165
202

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

Portions of RGB colors in percentages

R + G + B =
213 + 165 + 202 = 580 (100%)
R 213 of 580 ~ 36.72%
G 165 of 580 ~ 28.45%
B 202 of 580 ~ 34.83%

%36.72
%28.45
%34.83

CMYK color model

#D5A5CA color CMYK value is (0,23,5,16).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 5.16%
  • key color value is 16.47%
CMYK:
(0,23,5,16)
C0M23Y5K16 
(0%,23%,5%,16%)
(0.00/0.23/0.05/0.16)	

CMYK percentages

%0
%22.54
%5.16
%16.47

Codes

Color #D5A5CA in popluar color models

D5A5CA
RGB213165202
HSL314°36.36%74.12%
HSB/HSV314°22.54%83.53%
CMYK0.00%22.54%5.16%
16.47%

Color #D5A5CA in popluar number systems.

HEXD5A5CA
Decimal213165202
Binary110101011010010111001010
Octal325245312

Shades and tints

Shades of #D5A5CA

#D5A5CA
(213,165,202)
#C296B8
(194,150,184)
#AF87A6
(175,135,166)
#9C7894
(156,120,148)
#896982
(137,105,130)
#765A70
(118,90,112)
#634B5E
(99,75,94)
#503C4C
(80,60,76)
#3D2D3A
(61,45,58)
#2A1E28
(42,30,40)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #D5A5CA

#D5A5CA
(213,165,202)
#D8ADCE
(216,173,206)
#DBB5D2
(219,181,210)
#DEBDD6
(222,189,214)
#E1C5DA
(225,197,218)
#E4CDDE
(228,205,222)
#E7D5E2
(231,213,226)
#EADDE6
(234,221,230)
#EDE5EA
(237,229,234)
#F0EDEE
(240,237,238)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A5CA color. Also use rgb(213,165,202) instead hex code.

Text Font Color

.myTextColor { color: #D5A5CA; }

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

This text font color is #D5A5CA.


Background Color

.myBgColor { background-color: #D5A5CA; }

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

This div background color is #D5A5CA.


Border color

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

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

This div border color is #D5A5CA.


Opacity

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

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

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

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

This text has shadow with #D5A5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A5CA on black background.


Color preview on white background

This text has color #D5A5CA on white background.



Black color preview on #D5A5CA background

This text has black color on #D5A5CA background.


White color preview on #D5A5CA background

This text has white color on #D5A5CA background.