COLOR #D4A1EF

HEX: #D4A1EF
RGB: (212,161,239)

Color info

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

RGB color model

#D4A1EF color RGB value is (212,161,239).

  • red value is 212;
  • green value is 161;
  • blue value is 239.
RGB:
(212,161,239)
(83%,63%,94%)

RGB channels and saturation

R 212 of 255 = 83%
G 161 of 255 = 63%
B 239 of 255 = 94%

212
161
239

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

Portions of RGB colors in percentages

R + G + B =
212 + 161 + 239 = 612 (100%)
R 212 of 612 ~ 34.64%
G 161 of 612 ~ 26.31%
B 239 of 612 ~ 39.05%

%34.64
%26.31
%39.05

CMYK color model

#D4A1EF color CMYK value is (11,33,0,6).

  • cyan value is 11.30%
  • magenta value is 32.64%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(11,33,0,6)
C11M33Y0K6 
(11%,33%,0%,6%)
(0.11/0.33/0.00/0.06)	

CMYK percentages

%11.3
%32.64
%0
%6.27

Codes

Color #D4A1EF in popluar color models

D4A1EF
RGB212161239
HSL279°70.91%78.43%
HSB/HSV279°32.64%93.73%
CMYK11.30%32.64%0.00%
6.27%

Color #D4A1EF in popluar number systems.

HEXD4A1EF
Decimal212161239
Binary110101001010000111101111
Octal324241357

Shades and tints

Shades of #D4A1EF

#D4A1EF
(212,161,239)
#C193DA
(193,147,218)
#AE85C5
(174,133,197)
#9B77B0
(155,119,176)
#88699B
(136,105,155)
#755B86
(117,91,134)
#624D71
(98,77,113)
#4F3F5C
(79,63,92)
#3C3147
(60,49,71)
#292332
(41,35,50)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #D4A1EF

#D4A1EF
(212,161,239)
#D7A9F0
(215,169,240)
#DAB1F1
(218,177,241)
#DDB9F2
(221,185,242)
#E0C1F3
(224,193,243)
#E3C9F4
(227,201,244)
#E6D1F5
(230,209,245)
#E9D9F6
(233,217,246)
#ECE1F7
(236,225,247)
#EFE9F8
(239,233,248)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A1EF color. Also use rgb(212,161,239) instead hex code.

Text Font Color

.myTextColor { color: #D4A1EF; }

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

This text font color is #D4A1EF.


Background Color

.myBgColor { background-color: #D4A1EF; }

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

This div background color is #D4A1EF.


Border color

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

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

This div border color is #D4A1EF.


Opacity

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

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

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

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

This text has shadow with #D4A1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A1EF on black background.


Color preview on white background

This text has color #D4A1EF on white background.



Black color preview on #D4A1EF background

This text has black color on #D4A1EF background.


White color preview on #D4A1EF background

This text has white color on #D4A1EF background.