COLOR #D7A5CC

HEX: #D7A5CC RGB: (215,165,204)

Color info

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

RGB color model

#D7A5CC color RGB value is (215,165,204).

RGB: (215,165,204) (84%, 65%, 80%)

RGB channels and saturation

R 215 of 255 = 84%
G 165 of 255 = 65%
B 204 of 255 = 80%

215
165
204

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

Portions of RGB colors in percentages

R + G + B = 215 + 165 + 204 = 584 (100%)
R 215 of 584 ~ 36.82%
G 165 of 584 ~ 28.25%
B 204 of 584 ~ 34.93'%

%36.82
%28.25
%34.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 5.12%
  • key color value is 15.69%

CMYK: (0,23,5,16)
C0M23Y5K16 (0%, 23%, 5%, 16%)
(0.00 / 0.23 / 0.05 / 0.16)

CMYK percentages

%0
%23.26
%5.12
%15.69

Codes

Color #D7A5CC in popluar color models

D7 A5 CC
RGB 215 165 204
HSL 313° 38.46% 74.51%
HSB/HSV 313° 23.26% 84.31%
CMYK 0.00% 23.26% 5.12%
15.69%

Color #D7A5CC in popluar number systems.

HEX D7 A5 CC
Decimal 215 165 204
Binary 11010111 10100101 11001100
Octal 327 245 314

Shades and tints

Shades of #D7A5CC

#D7A5CC
(215,165,204)
#C496BA
(196,150,186)
#B187A8
(177,135,168)
#9E7896
(158,120,150)
#8B6984
(139,105,132)
#785A72
(120,90,114)
#654B60
(101,75,96)
#523C4E
(82,60,78)
#3F2D3C
(63,45,60)
#2C1E2A
(44,30,42)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #D7A5CC

#D7A5CC
(215,165,204)
#DAADD0
(218,173,208)
#DDB5D4
(221,181,212)
#E0BDD8
(224,189,216)
#E3C5DC
(227,197,220)
#E6CDE0
(230,205,224)
#E9D5E4
(233,213,228)
#ECDDE8
(236,221,232)
#EFE5EC
(239,229,236)
#F2EDF0
(242,237,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A5CC color. Also use rgb(215,165,204) instead hex code.

Text Font Color

.myTextColor { color: #D7A5CC; }

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

This text font color is #D7A5CC.

Background Color

.myBgColor { background-color: #D7A5CC; }

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

This div background color is #D7A5CC.

Border color

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

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

This div border color is #D7A5CC.

Opacity

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

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

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

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

This text has shadow with #D7A5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A5CC.

Preview

Color preview on black background

This text has color #D7A5CC on black background.


Color preview on white background

This text has color #D7A5CC on white background.


Black color preview on #D7A5CC background

This text has black color on #D7A5CC background.


White color preview on #D7A5CC background

This text has white color on #D7A5CC background.


Related colors

Complementary color

Complementary color for #hex is #285A33.


I love getcolorcode.com

Triadic colors

1 #CCD7A5 and #A5CCD7 with #D7A5CC are triadic colors.

2 #CCA5D7 and #A5D7CC with #D7A5CC are triadic colors.