COLOR #D5A2CD

HEX: #D5A2CD
RGB: (213,162,205)

Color info

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

RGB color model

#D5A2CD color RGB value is (213,162,205).

  • red value is 213;
  • green value is 162;
  • blue value is 205.
RGB:
(213,162,205)
(84%,64%,80%)

RGB channels and saturation

R 213 of 255 = 84%
G 162 of 255 = 64%
B 205 of 255 = 80%

213
162
205

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

Portions of RGB colors in percentages

R + G + B =
213 + 162 + 205 = 580 (100%)
R 213 of 580 ~ 36.72%
G 162 of 580 ~ 27.93%
B 205 of 580 ~ 35.34%

%36.72
%27.93
%35.34

CMYK color model

#D5A2CD color CMYK value is (0,24,4,16).

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 3.76%
  • key color value is 16.47%
CMYK:
(0,24,4,16)
C0M24Y4K16 
(0%,24%,4%,16%)
(0.00/0.24/0.04/0.16)	

CMYK percentages

%0
%23.94
%3.76
%16.47

Codes

Color #D5A2CD in popluar color models

D5A2CD
RGB213162205
HSL309°37.78%73.53%
HSB/HSV309°23.94%83.53%
CMYK0.00%23.94%3.76%
16.47%

Color #D5A2CD in popluar number systems.

HEXD5A2CD
Decimal213162205
Binary110101011010001011001101
Octal325242315

Shades and tints

Shades of #D5A2CD

#D5A2CD
(213,162,205)
#C294BB
(194,148,187)
#AF86A9
(175,134,169)
#9C7897
(156,120,151)
#896A85
(137,106,133)
#765C73
(118,92,115)
#634E61
(99,78,97)
#50404F
(80,64,79)
#3D323D
(61,50,61)
#2A242B
(42,36,43)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #D5A2CD

#D5A2CD
(213,162,205)
#D8AAD1
(216,170,209)
#DBB2D5
(219,178,213)
#DEBAD9
(222,186,217)
#E1C2DD
(225,194,221)
#E4CAE1
(228,202,225)
#E7D2E5
(231,210,229)
#EADAE9
(234,218,233)
#EDE2ED
(237,226,237)
#F0EAF1
(240,234,241)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A2CD color. Also use rgb(213,162,205) instead hex code.

Text Font Color

.myTextColor { color: #D5A2CD; }

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

This text font color is #D5A2CD.


Background Color

.myBgColor { background-color: #D5A2CD; }

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

This div background color is #D5A2CD.


Border color

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

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

This div border color is #D5A2CD.


Opacity

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

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

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

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

This text has shadow with #D5A2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A2CD on black background.


Color preview on white background

This text has color #D5A2CD on white background.



Black color preview on #D5A2CD background

This text has black color on #D5A2CD background.


White color preview on #D5A2CD background

This text has white color on #D5A2CD background.