COLOR #A698E9

HEX: #A698E9
RGB: (166,152,233)

Color info

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

RGB color model

#A698E9 color RGB value is (166,152,233).

  • red value is 166;
  • green value is 152;
  • blue value is 233.
RGB:
(166,152,233)
(65%,60%,91%)

RGB channels and saturation

R 166 of 255 = 65%
G 152 of 255 = 60%
B 233 of 255 = 91%

166
152
233

R + G + B ~ 72%. #A698E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 152 + 233 = 551 (100%)
R 166 of 551 ~ 30.13%
G 152 of 551 ~ 27.59%
B 233 of 551 ~ 42.29%

%30.13
%27.59
%42.29

CMYK color model

#A698E9 color CMYK value is (29,35,0,9).

  • cyan value is 28.76%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,35,0,9)
C29M35Y0K9 
(29%,35%,0%,9%)
(0.29/0.35/0.00/0.09)	

CMYK percentages

%28.76
%34.76
%0
%8.63

Codes

Color #A698E9 in popluar color models

A698E9
RGB166152233
HSL250°64.80%75.49%
HSB/HSV250°34.76%91.37%
CMYK28.76%34.76%0.00%
8.63%

Color #A698E9 in popluar number systems.

HEXA698E9
Decimal166152233
Binary101001101001100011101001
Octal246230351

Shades and tints

Shades of #A698E9

#A698E9
(166,152,233)
#978BD4
(151,139,212)
#887EBF
(136,126,191)
#7971AA
(121,113,170)
#6A6495
(106,100,149)
#5B5780
(91,87,128)
#4C4A6B
(76,74,107)
#3D3D56
(61,61,86)
#2E3041
(46,48,65)
#1F232C
(31,35,44)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A698E9

#A698E9
(166,152,233)
#AEA1EB
(174,161,235)
#B6AAED
(182,170,237)
#BEB3EF
(190,179,239)
#C6BCF1
(198,188,241)
#CEC5F3
(206,197,243)
#D6CEF5
(214,206,245)
#DED7F7
(222,215,247)
#E6E0F9
(230,224,249)
#EEE9FB
(238,233,251)
#F6F2FD
(246,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A698E9 color. Also use rgb(166,152,233) instead hex code.

Text Font Color

.myTextColor { color: #A698E9; }

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

This text font color is #A698E9.


Background Color

.myBgColor { background-color: #A698E9; }

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

This div background color is #A698E9.


Border color

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

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

This div border color is #A698E9.


Opacity

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

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

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

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

This text has shadow with #A698E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A698E9 on black background.


Color preview on white background

This text has color #A698E9 on white background.



Black color preview on #A698E9 background

This text has black color on #A698E9 background.


White color preview on #A698E9 background

This text has white color on #A698E9 background.