COLOR #D7A2C4

HEX: #D7A2C4
RGB: (215,162,196)

Color info

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

RGB color model

#D7A2C4 color RGB value is (215,162,196).

  • red value is 215;
  • green value is 162;
  • blue value is 196.
RGB:
(215,162,196)
(84%,64%,77%)

RGB channels and saturation

R 215 of 255 = 84%
G 162 of 255 = 64%
B 196 of 255 = 77%

215
162
196

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

Portions of RGB colors in percentages

R + G + B =
215 + 162 + 196 = 573 (100%)
R 215 of 573 ~ 37.52%
G 162 of 573 ~ 28.27%
B 196 of 573 ~ 34.21%

%37.52
%28.27
%34.21

CMYK color model

#D7A2C4 color CMYK value is (0,25,9,16).

  • cyan value is 0.00%
  • magenta value is 24.65%
  • yellow value is 8.84%
  • key color value is 15.69%
CMYK:
(0,25,9,16)
C0M25Y9K16 
(0%,25%,9%,16%)
(0.00/0.25/0.09/0.16)	

CMYK percentages

%0
%24.65
%8.84
%15.69

Codes

Color #D7A2C4 in popluar color models

D7A2C4
RGB215162196
HSL322°39.85%73.92%
HSB/HSV322°24.65%84.31%
CMYK0.00%24.65%8.84%
15.69%

Color #D7A2C4 in popluar number systems.

HEXD7A2C4
Decimal215162196
Binary110101111010001011000100
Octal327242304

Shades and tints

Shades of #D7A2C4

#D7A2C4
(215,162,196)
#C494B3
(196,148,179)
#B186A2
(177,134,162)
#9E7891
(158,120,145)
#8B6A80
(139,106,128)
#785C6F
(120,92,111)
#654E5E
(101,78,94)
#52404D
(82,64,77)
#3F323C
(63,50,60)
#2C242B
(44,36,43)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #D7A2C4

#D7A2C4
(215,162,196)
#DAAAC9
(218,170,201)
#DDB2CE
(221,178,206)
#E0BAD3
(224,186,211)
#E3C2D8
(227,194,216)
#E6CADD
(230,202,221)
#E9D2E2
(233,210,226)
#ECDAE7
(236,218,231)
#EFE2EC
(239,226,236)
#F2EAF1
(242,234,241)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A2C4 color. Also use rgb(215,162,196) instead hex code.

Text Font Color

.myTextColor { color: #D7A2C4; }

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

This text font color is #D7A2C4.


Background Color

.myBgColor { background-color: #D7A2C4; }

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

This div background color is #D7A2C4.


Border color

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

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

This div border color is #D7A2C4.


Opacity

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

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

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

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

This text has shadow with #D7A2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A2C4 on black background.


Color preview on white background

This text has color #D7A2C4 on white background.



Black color preview on #D7A2C4 background

This text has black color on #D7A2C4 background.


White color preview on #D7A2C4 background

This text has white color on #D7A2C4 background.