COLOR #D4A9ED

HEX: #D4A9ED
RGB: (212,169,237)

Color info

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

RGB color model

#D4A9ED color RGB value is (212,169,237).

  • red value is 212;
  • green value is 169;
  • blue value is 237.
RGB:
(212,169,237)
(83%,66%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 169 of 255 = 66%
B 237 of 255 = 93%

212
169
237

R + G + B ~ 81%. #D4A9ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 169 + 237 = 618 (100%)
R 212 of 618 ~ 34.3%
G 169 of 618 ~ 27.35%
B 237 of 618 ~ 38.35%

%34.3
%27.35
%38.35

CMYK color model

#D4A9ED color CMYK value is (11,29,0,7).

  • cyan value is 10.55%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,29,0,7)
C11M29Y0K7 
(11%,29%,0%,7%)
(0.11/0.29/0.00/0.07)	

CMYK percentages

%10.55
%28.69
%0
%7.06

Codes

Color #D4A9ED in popluar color models

D4A9ED
RGB212169237
HSL278°65.38%79.61%
HSB/HSV278°28.69%92.94%
CMYK10.55%28.69%0.00%
7.06%

Color #D4A9ED in popluar number systems.

HEXD4A9ED
Decimal212169237
Binary110101001010100111101101
Octal324251355

Shades and tints

Shades of #D4A9ED

#D4A9ED
(212,169,237)
#C19AD8
(193,154,216)
#AE8BC3
(174,139,195)
#9B7CAE
(155,124,174)
#886D99
(136,109,153)
#755E84
(117,94,132)
#624F6F
(98,79,111)
#4F405A
(79,64,90)
#3C3145
(60,49,69)
#292230
(41,34,48)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #D4A9ED

#D4A9ED
(212,169,237)
#D7B0EE
(215,176,238)
#DAB7EF
(218,183,239)
#DDBEF0
(221,190,240)
#E0C5F1
(224,197,241)
#E3CCF2
(227,204,242)
#E6D3F3
(230,211,243)
#E9DAF4
(233,218,244)
#ECE1F5
(236,225,245)
#EFE8F6
(239,232,246)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A9ED color. Also use rgb(212,169,237) instead hex code.

Text Font Color

.myTextColor { color: #D4A9ED; }

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

This text font color is #D4A9ED.


Background Color

.myBgColor { background-color: #D4A9ED; }

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

This div background color is #D4A9ED.


Border color

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

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

This div border color is #D4A9ED.


Opacity

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

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

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

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

This text has shadow with #D4A9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A9ED on black background.


Color preview on white background

This text has color #D4A9ED on white background.



Black color preview on #D4A9ED background

This text has black color on #D4A9ED background.


White color preview on #D4A9ED background

This text has white color on #D4A9ED background.