COLOR #D7A0CA

HEX: #D7A0CA
RGB: (215,160,202)

Color info

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

RGB color model

#D7A0CA color RGB value is (215,160,202).

  • red value is 215;
  • green value is 160;
  • blue value is 202.
RGB:
(215,160,202)
(84%,63%,79%)

RGB channels and saturation

R 215 of 255 = 84%
G 160 of 255 = 63%
B 202 of 255 = 79%

215
160
202

R + G + B ~ 75%. #D7A0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 160 + 202 = 577 (100%)
R 215 of 577 ~ 37.26%
G 160 of 577 ~ 27.73%
B 202 of 577 ~ 35.01%

%37.26
%27.73
%35.01

CMYK color model

#D7A0CA color CMYK value is (0,26,6,16).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 6.05%
  • key color value is 15.69%
CMYK:
(0,26,6,16)
C0M26Y6K16 
(0%,26%,6%,16%)
(0.00/0.26/0.06/0.16)	

CMYK percentages

%0
%25.58
%6.05
%15.69

Codes

Color #D7A0CA in popluar color models

D7A0CA
RGB215160202
HSL314°40.74%73.53%
HSB/HSV314°25.58%84.31%
CMYK0.00%25.58%6.05%
15.69%

Color #D7A0CA in popluar number systems.

HEXD7A0CA
Decimal215160202
Binary110101111010000011001010
Octal327240312

Shades and tints

Shades of #D7A0CA

#D7A0CA
(215,160,202)
#C492B8
(196,146,184)
#B184A6
(177,132,166)
#9E7694
(158,118,148)
#8B6882
(139,104,130)
#785A70
(120,90,112)
#654C5E
(101,76,94)
#523E4C
(82,62,76)
#3F303A
(63,48,58)
#2C2228
(44,34,40)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #D7A0CA

#D7A0CA
(215,160,202)
#DAA8CE
(218,168,206)
#DDB0D2
(221,176,210)
#E0B8D6
(224,184,214)
#E3C0DA
(227,192,218)
#E6C8DE
(230,200,222)
#E9D0E2
(233,208,226)
#ECD8E6
(236,216,230)
#EFE0EA
(239,224,234)
#F2E8EE
(242,232,238)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A0CA color. Also use rgb(215,160,202) instead hex code.

Text Font Color

.myTextColor { color: #D7A0CA; }

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

This text font color is #D7A0CA.


Background Color

.myBgColor { background-color: #D7A0CA; }

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

This div background color is #D7A0CA.


Border color

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

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

This div border color is #D7A0CA.


Opacity

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

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

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

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

This text has shadow with #D7A0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A0CA on black background.


Color preview on white background

This text has color #D7A0CA on white background.



Black color preview on #D7A0CA background

This text has black color on #D7A0CA background.


White color preview on #D7A0CA background

This text has white color on #D7A0CA background.