COLOR #A899DE

HEX: #A899DE
RGB: (168,153,222)

Color info

#A899DE contains mainly red and blue colors. Web safe color of #A899DE is #9999CC (or #99C).

RGB color model

#A899DE color RGB value is (168,153,222).

  • red value is 168;
  • green value is 153;
  • blue value is 222.
RGB:
(168,153,222)
(66%,60%,87%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 222 of 255 = 87%

168
153
222

R + G + B ~ 71%. #A899DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 153 + 222 = 543 (100%)
R 168 of 543 ~ 30.94%
G 153 of 543 ~ 28.18%
B 222 of 543 ~ 40.88%

%30.94
%28.18
%40.88

CMYK color model

#A899DE color CMYK value is (24,31,0,13).

  • cyan value is 24.32%
  • magenta value is 31.08%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(24,31,0,13)
C24M31Y0K13 
(24%,31%,0%,13%)
(0.24/0.31/0.00/0.13)	

CMYK percentages

%24.32
%31.08
%0
%12.94

Codes

Color #A899DE in popluar color models

A899DE
RGB168153222
HSL253°51.11%73.53%
HSB/HSV253°31.08%87.06%
CMYK24.32%31.08%0.00%
12.94%

Color #A899DE in popluar number systems.

HEXA899DE
Decimal168153222
Binary101010001001100111011110
Octal250231336

Shades and tints

Shades of #A899DE

#A899DE
(168,153,222)
#998CCA
(153,140,202)
#8A7FB6
(138,127,182)
#7B72A2
(123,114,162)
#6C658E
(108,101,142)
#5D587A
(93,88,122)
#4E4B66
(78,75,102)
#3F3E52
(63,62,82)
#30313E
(48,49,62)
#21242A
(33,36,42)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #A899DE

#A899DE
(168,153,222)
#AFA2E1
(175,162,225)
#B6ABE4
(182,171,228)
#BDB4E7
(189,180,231)
#C4BDEA
(196,189,234)
#CBC6ED
(203,198,237)
#D2CFF0
(210,207,240)
#D9D8F3
(217,216,243)
#E0E1F6
(224,225,246)
#E7EAF9
(231,234,249)
#EEF3FC
(238,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A899DE color. Also use rgb(168,153,222) instead hex code.

Text Font Color

.myTextColor { color: #A899DE; }

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

This text font color is #A899DE.


Background Color

.myBgColor { background-color: #A899DE; }

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

This div background color is #A899DE.


Border color

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

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

This div border color is #A899DE.


Opacity

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

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

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

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

This text has shadow with #A899DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A899DE on black background.


Color preview on white background

This text has color #A899DE on white background.



Black color preview on #A899DE background

This text has black color on #A899DE background.


White color preview on #A899DE background

This text has white color on #A899DE background.