COLOR #D6A2CC

HEX: #D6A2CC
RGB: (214,162,204)

Color info

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

RGB color model

#D6A2CC color RGB value is (214,162,204).

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

RGB channels and saturation

R 214 of 255 = 84%
G 162 of 255 = 64%
B 204 of 255 = 80%

214
162
204

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

Portions of RGB colors in percentages

R + G + B =
214 + 162 + 204 = 580 (100%)
R 214 of 580 ~ 36.9%
G 162 of 580 ~ 27.93%
B 204 of 580 ~ 35.17%

%36.9
%27.93
%35.17

CMYK color model

#D6A2CC color CMYK value is (0,24,5,16).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 4.67%
  • key color value is 16.08%
CMYK:
(0,24,5,16)
C0M24Y5K16 
(0%,24%,5%,16%)
(0.00/0.24/0.05/0.16)	

CMYK percentages

%0
%24.3
%4.67
%16.08

Codes

Color #D6A2CC in popluar color models

D6A2CC
RGB214162204
HSL312°38.81%73.73%
HSB/HSV312°24.30%83.92%
CMYK0.00%24.30%4.67%
16.08%

Color #D6A2CC in popluar number systems.

HEXD6A2CC
Decimal214162204
Binary110101101010001011001100
Octal326242314

Shades and tints

Shades of #D6A2CC

#D6A2CC
(214,162,204)
#C394BA
(195,148,186)
#B086A8
(176,134,168)
#9D7896
(157,120,150)
#8A6A84
(138,106,132)
#775C72
(119,92,114)
#644E60
(100,78,96)
#51404E
(81,64,78)
#3E323C
(62,50,60)
#2B242A
(43,36,42)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #D6A2CC

#D6A2CC
(214,162,204)
#D9AAD0
(217,170,208)
#DCB2D4
(220,178,212)
#DFBAD8
(223,186,216)
#E2C2DC
(226,194,220)
#E5CAE0
(229,202,224)
#E8D2E4
(232,210,228)
#EBDAE8
(235,218,232)
#EEE2EC
(238,226,236)
#F1EAF0
(241,234,240)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A2CC; }

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

This text font color is #D6A2CC.


Background Color

.myBgColor { background-color: #D6A2CC; }

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

This div background color is #D6A2CC.


Border color

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

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

This div border color is #D6A2CC.


Opacity

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

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

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

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

This text has shadow with #D6A2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A2CC on black background.


Color preview on white background

This text has color #D6A2CC on white background.



Black color preview on #D6A2CC background

This text has black color on #D6A2CC background.


White color preview on #D6A2CC background

This text has white color on #D6A2CC background.