COLOR #D7A3CA

HEX: #D7A3CA
RGB: (215,163,202)

Color info

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

RGB color model

#D7A3CA color RGB value is (215,163,202).

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

RGB channels and saturation

R 215 of 255 = 84%
G 163 of 255 = 64%
B 202 of 255 = 79%

215
163
202

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

Portions of RGB colors in percentages

R + G + B =
215 + 163 + 202 = 580 (100%)
R 215 of 580 ~ 37.07%
G 163 of 580 ~ 28.1%
B 202 of 580 ~ 34.83%

%37.07
%28.1
%34.83

CMYK color model

#D7A3CA color CMYK value is (0,24,6,16).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 6.05%
  • key color value is 15.69%
CMYK:
(0,24,6,16)
C0M24Y6K16 
(0%,24%,6%,16%)
(0.00/0.24/0.06/0.16)	

CMYK percentages

%0
%24.19
%6.05
%15.69

Codes

Color #D7A3CA in popluar color models

D7A3CA
RGB215163202
HSL315°39.39%74.12%
HSB/HSV315°24.19%84.31%
CMYK0.00%24.19%6.05%
15.69%

Color #D7A3CA in popluar number systems.

HEXD7A3CA
Decimal215163202
Binary110101111010001111001010
Octal327243312

Shades and tints

Shades of #D7A3CA

#D7A3CA
(215,163,202)
#C495B8
(196,149,184)
#B187A6
(177,135,166)
#9E7994
(158,121,148)
#8B6B82
(139,107,130)
#785D70
(120,93,112)
#654F5E
(101,79,94)
#52414C
(82,65,76)
#3F333A
(63,51,58)
#2C2528
(44,37,40)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #D7A3CA

#D7A3CA
(215,163,202)
#DAABCE
(218,171,206)
#DDB3D2
(221,179,210)
#E0BBD6
(224,187,214)
#E3C3DA
(227,195,218)
#E6CBDE
(230,203,222)
#E9D3E2
(233,211,226)
#ECDBE6
(236,219,230)
#EFE3EA
(239,227,234)
#F2EBEE
(242,235,238)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A3CA; }

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

This text font color is #D7A3CA.


Background Color

.myBgColor { background-color: #D7A3CA; }

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

This div background color is #D7A3CA.


Border color

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

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

This div border color is #D7A3CA.


Opacity

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

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

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

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

This text has shadow with #D7A3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A3CA on black background.


Color preview on white background

This text has color #D7A3CA on white background.



Black color preview on #D7A3CA background

This text has black color on #D7A3CA background.


White color preview on #D7A3CA background

This text has white color on #D7A3CA background.