COLOR #D6A0ED

HEX: #D6A0ED
RGB: (214,160,237)

Color info

#D6A0ED contains mainly red and blue colors. Web safe color of #D6A0ED is #CC99FF (or #C9F).

RGB color model

#D6A0ED color RGB value is (214,160,237).

  • red value is 214;
  • green value is 160;
  • blue value is 237.
RGB:
(214,160,237)
(84%,63%,93%)

RGB channels and saturation

R 214 of 255 = 84%
G 160 of 255 = 63%
B 237 of 255 = 93%

214
160
237

R + G + B ~ 80%. #D6A0ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 160 + 237 = 611 (100%)
R 214 of 611 ~ 35.02%
G 160 of 611 ~ 26.19%
B 237 of 611 ~ 38.79%

%35.02
%26.19
%38.79

CMYK color model

#D6A0ED color CMYK value is (10,32,0,7).

  • cyan value is 9.70%
  • magenta value is 32.49%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(10,32,0,7)
C10M32Y0K7 
(10%,32%,0%,7%)
(0.10/0.32/0.00/0.07)	

CMYK percentages

%9.7
%32.49
%0
%7.06

Codes

Color #D6A0ED in popluar color models

D6A0ED
RGB214160237
HSL282°68.14%77.84%
HSB/HSV282°32.49%92.94%
CMYK9.70%32.49%0.00%
7.06%

Color #D6A0ED in popluar number systems.

HEXD6A0ED
Decimal214160237
Binary110101101010000011101101
Octal326240355

Shades and tints

Shades of #D6A0ED

#D6A0ED
(214,160,237)
#C392D8
(195,146,216)
#B084C3
(176,132,195)
#9D76AE
(157,118,174)
#8A6899
(138,104,153)
#775A84
(119,90,132)
#644C6F
(100,76,111)
#513E5A
(81,62,90)
#3E3045
(62,48,69)
#2B2230
(43,34,48)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #D6A0ED

#D6A0ED
(214,160,237)
#D9A8EE
(217,168,238)
#DCB0EF
(220,176,239)
#DFB8F0
(223,184,240)
#E2C0F1
(226,192,241)
#E5C8F2
(229,200,242)
#E8D0F3
(232,208,243)
#EBD8F4
(235,216,244)
#EEE0F5
(238,224,245)
#F1E8F6
(241,232,246)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A0ED color. Also use rgb(214,160,237) instead hex code.

Text Font Color

.myTextColor { color: #D6A0ED; }

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

This text font color is #D6A0ED.


Background Color

.myBgColor { background-color: #D6A0ED; }

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

This div background color is #D6A0ED.


Border color

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

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

This div border color is #D6A0ED.


Opacity

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

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

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

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

This text has shadow with #D6A0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A0ED on black background.


Color preview on white background

This text has color #D6A0ED on white background.



Black color preview on #D6A0ED background

This text has black color on #D6A0ED background.


White color preview on #D6A0ED background

This text has white color on #D6A0ED background.