COLOR #D6A1E5

HEX: #D6A1E5
RGB: (214,161,229)

Color info

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

RGB color model

#D6A1E5 color RGB value is (214,161,229).

  • red value is 214;
  • green value is 161;
  • blue value is 229.
RGB:
(214,161,229)
(84%,63%,90%)

RGB channels and saturation

R 214 of 255 = 84%
G 161 of 255 = 63%
B 229 of 255 = 90%

214
161
229

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

Portions of RGB colors in percentages

R + G + B =
214 + 161 + 229 = 604 (100%)
R 214 of 604 ~ 35.43%
G 161 of 604 ~ 26.66%
B 229 of 604 ~ 37.91%

%35.43
%26.66
%37.91

CMYK color model

#D6A1E5 color CMYK value is (7,30,0,10).

  • cyan value is 6.55%
  • magenta value is 29.69%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,30,0,10)
C7M30Y0K10 
(7%,30%,0%,10%)
(0.07/0.30/0.00/0.10)	

CMYK percentages

%6.55
%29.69
%0
%10.2

Codes

Color #D6A1E5 in popluar color models

D6A1E5
RGB214161229
HSL287°56.67%76.47%
HSB/HSV287°29.69%89.80%
CMYK6.55%29.69%0.00%
10.20%

Color #D6A1E5 in popluar number systems.

HEXD6A1E5
Decimal214161229
Binary110101101010000111100101
Octal326241345

Shades and tints

Shades of #D6A1E5

#D6A1E5
(214,161,229)
#C393D1
(195,147,209)
#B085BD
(176,133,189)
#9D77A9
(157,119,169)
#8A6995
(138,105,149)
#775B81
(119,91,129)
#644D6D
(100,77,109)
#513F59
(81,63,89)
#3E3145
(62,49,69)
#2B2331
(43,35,49)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #D6A1E5

#D6A1E5
(214,161,229)
#D9A9E7
(217,169,231)
#DCB1E9
(220,177,233)
#DFB9EB
(223,185,235)
#E2C1ED
(226,193,237)
#E5C9EF
(229,201,239)
#E8D1F1
(232,209,241)
#EBD9F3
(235,217,243)
#EEE1F5
(238,225,245)
#F1E9F7
(241,233,247)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A1E5 color. Also use rgb(214,161,229) instead hex code.

Text Font Color

.myTextColor { color: #D6A1E5; }

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

This text font color is #D6A1E5.


Background Color

.myBgColor { background-color: #D6A1E5; }

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

This div background color is #D6A1E5.


Border color

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

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

This div border color is #D6A1E5.


Opacity

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

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

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

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

This text has shadow with #D6A1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A1E5 on black background.


Color preview on white background

This text has color #D6A1E5 on white background.



Black color preview on #D6A1E5 background

This text has black color on #D6A1E5 background.


White color preview on #D6A1E5 background

This text has white color on #D6A1E5 background.