COLOR #D86AA4

HEX: #D86AA4 RGB: (216,106,164)

Color info

#D86AA4 contains mainly red and blue colors. Web safe color of #D86AA4 is #CC6699 (or #C69).

RGB color model

#D86AA4 color RGB value is (216,106,164).

RGB: (216,106,164) (85%, 42%, 64%)

RGB channels and saturation

R 216 of 255 = 85%
G 106 of 255 = 42%
B 164 of 255 = 64%

216
106
164

R + G + B ~ 64%. #D86AA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 106 + 164 = 486 (100%)
R 216 of 486 ~ 44.44%
G 106 of 486 ~ 21.81%
B 164 of 486 ~ 33.74'%

%44.44
%21.81
%33.74

CMYK color model

#D86AA4 color CMYK value is (0,51,24,15).

  • cyan value is 0.00%
  • magenta value is 50.93%
  • yellow value is 24.07%
  • key color value is 15.29%

CMYK: (0,51,24,15)
C0M51Y24K15 (0%, 51%, 24%, 15%)
(0.00 / 0.51 / 0.24 / 0.15)

CMYK percentages

%0
%50.93
%24.07
%15.29

Codes

Color #D86AA4 in popluar color models

D8 6A A4
RGB 216 106 164
HSL 328° 58.51% 63.14%
HSB/HSV 328° 50.93% 84.71%
CMYK 0.00% 50.93% 24.07%
15.29%

Color #D86AA4 in popluar number systems.

HEX D8 6A A4
Decimal 216 106 164
Binary 11011000 1101010 10100100
Octal 330 152 244

Shades and tints

Shades of #D86AA4

#D86AA4
(216,106,164)
#C56196
(197,97,150)
#B25888
(178,88,136)
#9F4F7A
(159,79,122)
#8C466C
(140,70,108)
#793D5E
(121,61,94)
#663450
(102,52,80)
#532B42
(83,43,66)
#402234
(64,34,52)
#2D1926
(45,25,38)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #D86AA4

#D86AA4
(216,106,164)
#DB77AC
(219,119,172)
#DE84B4
(222,132,180)
#E191BC
(225,145,188)
#E49EC4
(228,158,196)
#E7ABCC
(231,171,204)
#EAB8D4
(234,184,212)
#EDC5DC
(237,197,220)
#F0D2E4
(240,210,228)
#F3DFEC
(243,223,236)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D86AA4 color. Also use rgb(216,106,164) instead hex code.

Text Font Color

.myTextColor { color: #D86AA4; }

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

This text font color is #D86AA4.

Background Color

.myBgColor { background-color: #D86AA4; }

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

This div background color is #D86AA4.

Border color

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

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

This div border color is #D86AA4.

Opacity

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

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

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

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

This text has shadow with #D86AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D86AA4.

Preview

Color preview on black background

This text has color #D86AA4 on black background.


Color preview on white background

This text has color #D86AA4 on white background.


Black color preview on #D86AA4 background

This text has black color on #D86AA4 background.


White color preview on #D86AA4 background

This text has white color on #D86AA4 background.


Related colors

Complementary color

Complementary color for #hex is #27955B.


I love getcolorcode.com

Triadic colors

1 #A4D86A and #6AA4D8 with #D86AA4 are triadic colors.

2 #A46AD8 and #6AD8A4 with #D86AA4 are triadic colors.