COLOR #A898EB

HEX: #A898EB RGB: (168,152,235)

Color info

#A898EB contains mainly blue color. Web safe color of #A898EB is #9999FF (or #99F).

RGB color model

#A898EB color RGB value is (168,152,235).

RGB: (168,152,235) (66%, 60%, 92%)

RGB channels and saturation

R 168 of 255 = 66%
G 152 of 255 = 60%
B 235 of 255 = 92%

168
152
235

R + G + B ~ 73%. #A898EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 152 + 235 = 555 (100%)
R 168 of 555 ~ 30.27%
G 152 of 555 ~ 27.39%
B 235 of 555 ~ 42.34'%

%30.27
%27.39
%42.34

CMYK color model

#A898EB color CMYK value is (29,35,0,8).

  • cyan value is 28.51%
  • magenta value is 35.32%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (29,35,0,8)
C29M35Y0K8 (29%, 35%, 0%, 8%)
(0.29 / 0.35 / 0.00 / 0.08)

CMYK percentages

%28.51
%35.32
%0
%7.84

Codes

Color #A898EB in popluar color models

A8 98 EB
RGB 168 152 235
HSL 252° 67.48% 75.88%
HSB/HSV 252° 35.32% 92.16%
CMYK 28.51% 35.32% 0.00%
7.84%

Color #A898EB in popluar number systems.

HEX A8 98 EB
Decimal 168 152 235
Binary 10101000 10011000 11101011
Octal 250 230 353

Shades and tints

Shades of #A898EB

#A898EB
(168,152,235)
#998BD6
(153,139,214)
#8A7EC1
(138,126,193)
#7B71AC
(123,113,172)
#6C6497
(108,100,151)
#5D5782
(93,87,130)
#4E4A6D
(78,74,109)
#3F3D58
(63,61,88)
#303043
(48,48,67)
#21232E
(33,35,46)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #A898EB

#A898EB
(168,152,235)
#AFA1EC
(175,161,236)
#B6AAED
(182,170,237)
#BDB3EE
(189,179,238)
#C4BCEF
(196,188,239)
#CBC5F0
(203,197,240)
#D2CEF1
(210,206,241)
#D9D7F2
(217,215,242)
#E0E0F3
(224,224,243)
#E7E9F4
(231,233,244)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A898EB color. Also use rgb(168,152,235) instead hex code.

Text Font Color

.myTextColor { color: #A898EB; }

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

This text font color is #A898EB.

Background Color

.myBgColor { background-color: #A898EB; }

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

This div background color is #A898EB.

Border color

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

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

This div border color is #A898EB.

Opacity

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

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

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

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

This text has shadow with #A898EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A898EB.

Preview

Color preview on black background

This text has color #A898EB on black background.


Color preview on white background

This text has color #A898EB on white background.


Black color preview on #A898EB background

This text has black color on #A898EB background.


White color preview on #A898EB background

This text has white color on #A898EB background.


Related colors

Complementary color

Complementary color for #hex is #576714.


I love getcolorcode.com

Triadic colors

1 #EBA898 and #98EBA8 with #A898EB are triadic colors.

2 #EB98A8 and #98A8EB with #A898EB are triadic colors.