COLOR #D6A2CA

HEX: #D6A2CA
RGB: (214,162,202)

Color info

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

RGB color model

#D6A2CA color RGB value is (214,162,202).

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

RGB channels and saturation

R 214 of 255 = 84%
G 162 of 255 = 64%
B 202 of 255 = 79%

214
162
202

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

Portions of RGB colors in percentages

R + G + B =
214 + 162 + 202 = 578 (100%)
R 214 of 578 ~ 37.02%
G 162 of 578 ~ 28.03%
B 202 of 578 ~ 34.95%

%37.02
%28.03
%34.95

CMYK color model

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

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

CMYK percentages

%0
%24.3
%5.61
%16.08

Codes

Color #D6A2CA in popluar color models

D6A2CA
RGB214162202
HSL314°38.81%73.73%
HSB/HSV314°24.30%83.92%
CMYK0.00%24.30%5.61%
16.08%

Color #D6A2CA in popluar number systems.

HEXD6A2CA
Decimal214162202
Binary110101101010001011001010
Octal326242312

Shades and tints

Shades of #D6A2CA

#D6A2CA
(214,162,202)
#C394B8
(195,148,184)
#B086A6
(176,134,166)
#9D7894
(157,120,148)
#8A6A82
(138,106,130)
#775C70
(119,92,112)
#644E5E
(100,78,94)
#51404C
(81,64,76)
#3E323A
(62,50,58)
#2B2428
(43,36,40)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #D6A2CA

#D6A2CA
(214,162,202)
#D9AACE
(217,170,206)
#DCB2D2
(220,178,210)
#DFBAD6
(223,186,214)
#E2C2DA
(226,194,218)
#E5CADE
(229,202,222)
#E8D2E2
(232,210,226)
#EBDAE6
(235,218,230)
#EEE2EA
(238,226,234)
#F1EAEE
(241,234,238)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A2CA color. Also use rgb(214,162,202) instead hex code.

Text Font Color

.myTextColor { color: #D6A2CA; }

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

This text font color is #D6A2CA.


Background Color

.myBgColor { background-color: #D6A2CA; }

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

This div background color is #D6A2CA.


Border color

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

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

This div border color is #D6A2CA.


Opacity

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

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

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

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

This text has shadow with #D6A2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A2CA on black background.


Color preview on white background

This text has color #D6A2CA on white background.



Black color preview on #D6A2CA background

This text has black color on #D6A2CA background.


White color preview on #D6A2CA background

This text has white color on #D6A2CA background.