COLOR #D0A6E2

HEX: #D0A6E2 RGB: (208,166,226)

Color info

#D0A6E2 contains mainly red and blue colors. Web safe color of #D0A6E2 is #CC99CC (or #C9C).

RGB color model

#D0A6E2 color RGB value is (208,166,226).

RGB: (208,166,226) (82%, 65%, 89%)

RGB channels and saturation

R 208 of 255 = 82%
G 166 of 255 = 65%
B 226 of 255 = 89%

208
166
226

R + G + B ~ 79%. #D0A6E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 166 + 226 = 600 (100%)
R 208 of 600 ~ 34.67%
G 166 of 600 ~ 27.67%
B 226 of 600 ~ 37.67'%

%34.67
%27.67
%37.67

CMYK color model

#D0A6E2 color CMYK value is (8,27,0,11).

  • cyan value is 7.96%
  • magenta value is 26.55%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (8,27,0,11)
C8M27Y0K11 (8%, 27%, 0%, 11%)
(0.08 / 0.27 / 0.00 / 0.11)

CMYK percentages

%7.96
%26.55
%0
%11.37

Codes

Color #D0A6E2 in popluar color models

D0 A6 E2
RGB 208 166 226
HSL 282° 50.85% 76.86%
HSB/HSV 282° 26.55% 88.63%
CMYK 7.96% 26.55% 0.00%
11.37%

Color #D0A6E2 in popluar number systems.

HEX D0 A6 E2
Decimal 208 166 226
Binary 11010000 10100110 11100010
Octal 320 246 342

Shades and tints

Shades of #D0A6E2

#D0A6E2
(208,166,226)
#BE97CE
(190,151,206)
#AC88BA
(172,136,186)
#9A79A6
(154,121,166)
#886A92
(136,106,146)
#765B7E
(118,91,126)
#644C6A
(100,76,106)
#523D56
(82,61,86)
#402E42
(64,46,66)
#2E1F2E
(46,31,46)
#1C101A
(28,16,26)
#000000
(0,0,0)

Tints of #D0A6E2

#D0A6E2
(208,166,226)
#D4AEE4
(212,174,228)
#D8B6E6
(216,182,230)
#DCBEE8
(220,190,232)
#E0C6EA
(224,198,234)
#E4CEEC
(228,206,236)
#E8D6EE
(232,214,238)
#ECDEF0
(236,222,240)
#F0E6F2
(240,230,242)
#F4EEF4
(244,238,244)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A6E2 color. Also use rgb(208,166,226) instead hex code.

Text Font Color

.myTextColor { color: #D0A6E2; }

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

This text font color is #D0A6E2.

Background Color

.myBgColor { background-color: #D0A6E2; }

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

This div background color is #D0A6E2.

Border color

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

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

This div border color is #D0A6E2.

Opacity

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

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

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

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

This text has shadow with #D0A6E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A6E2.

Preview

Color preview on black background

This text has color #D0A6E2 on black background.


Color preview on white background

This text has color #D0A6E2 on white background.


Black color preview on #D0A6E2 background

This text has black color on #D0A6E2 background.


White color preview on #D0A6E2 background

This text has white color on #D0A6E2 background.


Related colors

Complementary color

Complementary color for #hex is #2F591D.


I love getcolorcode.com

Triadic colors

1 #E2D0A6 and #A6E2D0 with #D0A6E2 are triadic colors.

2 #E2A6D0 and #A6D0E2 with #D0A6E2 are triadic colors.