COLOR #D1A1ED

HEX: #D1A1ED
RGB: (209,161,237)

Color info

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

RGB color model

#D1A1ED color RGB value is (209,161,237).

  • red value is 209;
  • green value is 161;
  • blue value is 237.
RGB:
(209,161,237)
(82%,63%,93%)

RGB channels and saturation

R 209 of 255 = 82%
G 161 of 255 = 63%
B 237 of 255 = 93%

209
161
237

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

Portions of RGB colors in percentages

R + G + B =
209 + 161 + 237 = 607 (100%)
R 209 of 607 ~ 34.43%
G 161 of 607 ~ 26.52%
B 237 of 607 ~ 39.04%

%34.43
%26.52
%39.04

CMYK color model

#D1A1ED color CMYK value is (12,32,0,7).

  • cyan value is 11.81%
  • magenta value is 32.07%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(12,32,0,7)
C12M32Y0K7 
(12%,32%,0%,7%)
(0.12/0.32/0.00/0.07)	

CMYK percentages

%11.81
%32.07
%0
%7.06

Codes

Color #D1A1ED in popluar color models

D1A1ED
RGB209161237
HSL278°67.86%78.04%
HSB/HSV278°32.07%92.94%
CMYK11.81%32.07%0.00%
7.06%

Color #D1A1ED in popluar number systems.

HEXD1A1ED
Decimal209161237
Binary110100011010000111101101
Octal321241355

Shades and tints

Shades of #D1A1ED

#D1A1ED
(209,161,237)
#BE93D8
(190,147,216)
#AB85C3
(171,133,195)
#9877AE
(152,119,174)
#856999
(133,105,153)
#725B84
(114,91,132)
#5F4D6F
(95,77,111)
#4C3F5A
(76,63,90)
#393145
(57,49,69)
#262330
(38,35,48)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #D1A1ED

#D1A1ED
(209,161,237)
#D5A9EE
(213,169,238)
#D9B1EF
(217,177,239)
#DDB9F0
(221,185,240)
#E1C1F1
(225,193,241)
#E5C9F2
(229,201,242)
#E9D1F3
(233,209,243)
#EDD9F4
(237,217,244)
#F1E1F5
(241,225,245)
#F5E9F6
(245,233,246)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A1ED color. Also use rgb(209,161,237) instead hex code.

Text Font Color

.myTextColor { color: #D1A1ED; }

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

This text font color is #D1A1ED.


Background Color

.myBgColor { background-color: #D1A1ED; }

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

This div background color is #D1A1ED.


Border color

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

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

This div border color is #D1A1ED.


Opacity

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

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

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

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

This text has shadow with #D1A1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A1ED on black background.


Color preview on white background

This text has color #D1A1ED on white background.



Black color preview on #D1A1ED background

This text has black color on #D1A1ED background.


White color preview on #D1A1ED background

This text has white color on #D1A1ED background.