COLOR #D6A1EB

HEX: #D6A1EB
RGB: (214,161,235)

Color info

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

RGB color model

#D6A1EB color RGB value is (214,161,235).

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

RGB channels and saturation

R 214 of 255 = 84%
G 161 of 255 = 63%
B 235 of 255 = 92%

214
161
235

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

Portions of RGB colors in percentages

R + G + B =
214 + 161 + 235 = 610 (100%)
R 214 of 610 ~ 35.08%
G 161 of 610 ~ 26.39%
B 235 of 610 ~ 38.52%

%35.08
%26.39
%38.52

CMYK color model

#D6A1EB color CMYK value is (9,31,0,8).

  • cyan value is 8.94%
  • magenta value is 31.49%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,31,0,8)
C9M31Y0K8 
(9%,31%,0%,8%)
(0.09/0.31/0.00/0.08)	

CMYK percentages

%8.94
%31.49
%0
%7.84

Codes

Color #D6A1EB in popluar color models

D6A1EB
RGB214161235
HSL283°64.91%77.65%
HSB/HSV283°31.49%92.16%
CMYK8.94%31.49%0.00%
7.84%

Color #D6A1EB in popluar number systems.

HEXD6A1EB
Decimal214161235
Binary110101101010000111101011
Octal326241353

Shades and tints

Shades of #D6A1EB

#D6A1EB
(214,161,235)
#C393D6
(195,147,214)
#B085C1
(176,133,193)
#9D77AC
(157,119,172)
#8A6997
(138,105,151)
#775B82
(119,91,130)
#644D6D
(100,77,109)
#513F58
(81,63,88)
#3E3143
(62,49,67)
#2B232E
(43,35,46)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #D6A1EB

#D6A1EB
(214,161,235)
#D9A9EC
(217,169,236)
#DCB1ED
(220,177,237)
#DFB9EE
(223,185,238)
#E2C1EF
(226,193,239)
#E5C9F0
(229,201,240)
#E8D1F1
(232,209,241)
#EBD9F2
(235,217,242)
#EEE1F3
(238,225,243)
#F1E9F4
(241,233,244)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A1EB; }

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

This text font color is #D6A1EB.


Background Color

.myBgColor { background-color: #D6A1EB; }

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

This div background color is #D6A1EB.


Border color

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

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

This div border color is #D6A1EB.


Opacity

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

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

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

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

This text has shadow with #D6A1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A1EB on black background.


Color preview on white background

This text has color #D6A1EB on white background.



Black color preview on #D6A1EB background

This text has black color on #D6A1EB background.


White color preview on #D6A1EB background

This text has white color on #D6A1EB background.