COLOR #D5A9CC

HEX: #D5A9CC RGB: (213,169,204)

Color info

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

RGB color model

#D5A9CC color RGB value is (213,169,204).

RGB: (213,169,204) (84%, 66%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 169 of 255 = 66%
B 204 of 255 = 80%

213
169
204

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

Portions of RGB colors in percentages

R + G + B = 213 + 169 + 204 = 586 (100%)
R 213 of 586 ~ 36.35%
G 169 of 586 ~ 28.84%
B 204 of 586 ~ 34.81'%

%36.35
%28.84
%34.81

CMYK color model

#D5A9CC color CMYK value is (0,21,4,16).

  • cyan value is 0.00%
  • magenta value is 20.66%
  • yellow value is 4.23%
  • key color value is 16.47%

CMYK: (0,21,4,16)
C0M21Y4K16 (0%, 21%, 4%, 16%)
(0.00 / 0.21 / 0.04 / 0.16)

CMYK percentages

%0
%20.66
%4.23
%16.47

Codes

Color #D5A9CC in popluar color models

D5 A9 CC
RGB 213 169 204
HSL 312° 34.38% 74.90%
HSB/HSV 312° 20.66% 83.53%
CMYK 0.00% 20.66% 4.23%
16.47%

Color #D5A9CC in popluar number systems.

HEX D5 A9 CC
Decimal 213 169 204
Binary 11010101 10101001 11001100
Octal 325 251 314

Shades and tints

Shades of #D5A9CC

#D5A9CC
(213,169,204)
#C29ABA
(194,154,186)
#AF8BA8
(175,139,168)
#9C7C96
(156,124,150)
#896D84
(137,109,132)
#765E72
(118,94,114)
#634F60
(99,79,96)
#50404E
(80,64,78)
#3D313C
(61,49,60)
#2A222A
(42,34,42)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #D5A9CC

#D5A9CC
(213,169,204)
#D8B0D0
(216,176,208)
#DBB7D4
(219,183,212)
#DEBED8
(222,190,216)
#E1C5DC
(225,197,220)
#E4CCE0
(228,204,224)
#E7D3E4
(231,211,228)
#EADAE8
(234,218,232)
#EDE1EC
(237,225,236)
#F0E8F0
(240,232,240)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A9CC color. Also use rgb(213,169,204) instead hex code.

Text Font Color

.myTextColor { color: #D5A9CC; }

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

This text font color is #D5A9CC.

Background Color

.myBgColor { background-color: #D5A9CC; }

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

This div background color is #D5A9CC.

Border color

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

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

This div border color is #D5A9CC.

Opacity

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

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

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

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

This text has shadow with #D5A9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5A9CC.

Preview

Color preview on black background

This text has color #D5A9CC on black background.


Color preview on white background

This text has color #D5A9CC on white background.


Black color preview on #D5A9CC background

This text has black color on #D5A9CC background.


White color preview on #D5A9CC background

This text has white color on #D5A9CC background.


Related colors

Complementary color

Complementary color for #hex is #2A5633.


I love getcolorcode.com

Triadic colors

1 #CCD5A9 and #A9CCD5 with #D5A9CC are triadic colors.

2 #CCA9D5 and #A9D5CC with #D5A9CC are triadic colors.