COLOR #D06CAA

HEX: #D06CAA RGB: (208,108,170)

Color info

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

RGB color model

#D06CAA color RGB value is (208,108,170).

RGB: (208,108,170) (82%, 42%, 67%)

RGB channels and saturation

R 208 of 255 = 82%
G 108 of 255 = 42%
B 170 of 255 = 67%

208
108
170

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

Portions of RGB colors in percentages

R + G + B = 208 + 108 + 170 = 486 (100%)
R 208 of 486 ~ 42.8%
G 108 of 486 ~ 22.22%
B 170 of 486 ~ 34.98'%

%42.8
%22.22
%34.98

CMYK color model

#D06CAA color CMYK value is (0,48,18,18).

  • cyan value is 0.00%
  • magenta value is 48.08%
  • yellow value is 18.27%
  • key color value is 18.43%

CMYK: (0,48,18,18)
C0M48Y18K18 (0%, 48%, 18%, 18%)
(0.00 / 0.48 / 0.18 / 0.18)

CMYK percentages

%0
%48.08
%18.27
%18.43

Codes

Color #D06CAA in popluar color models

D0 6C AA
RGB 208 108 170
HSL 323° 51.55% 61.96%
HSB/HSV 323° 48.08% 81.57%
CMYK 0.00% 48.08% 18.27%
18.43%

Color #D06CAA in popluar number systems.

HEX D0 6C AA
Decimal 208 108 170
Binary 11010000 1101100 10101010
Octal 320 154 252

Shades and tints

Shades of #D06CAA

#D06CAA
(208,108,170)
#BE639B
(190,99,155)
#AC5A8C
(172,90,140)
#9A517D
(154,81,125)
#88486E
(136,72,110)
#763F5F
(118,63,95)
#643650
(100,54,80)
#522D41
(82,45,65)
#402432
(64,36,50)
#2E1B23
(46,27,35)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #D06CAA

#D06CAA
(208,108,170)
#D479B1
(212,121,177)
#D886B8
(216,134,184)
#DC93BF
(220,147,191)
#E0A0C6
(224,160,198)
#E4ADCD
(228,173,205)
#E8BAD4
(232,186,212)
#ECC7DB
(236,199,219)
#F0D4E2
(240,212,226)
#F4E1E9
(244,225,233)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06CAA color. Also use rgb(208,108,170) instead hex code.

Text Font Color

.myTextColor { color: #D06CAA; }

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

This text font color is #D06CAA.

Background Color

.myBgColor { background-color: #D06CAA; }

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

This div background color is #D06CAA.

Border color

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

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

This div border color is #D06CAA.

Opacity

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

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

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

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

This text has shadow with #D06CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D06CAA.

Preview

Color preview on black background

This text has color #D06CAA on black background.


Color preview on white background

This text has color #D06CAA on white background.


Black color preview on #D06CAA background

This text has black color on #D06CAA background.


White color preview on #D06CAA background

This text has white color on #D06CAA background.


Related colors

Complementary color

Complementary color for #hex is #2F9355.


I love getcolorcode.com

Triadic colors

1 #AAD06C and #6CAAD0 with #D06CAA are triadic colors.

2 #AA6CD0 and #6CD0AA with #D06CAA are triadic colors.