COLOR #A797E8

HEX: #A797E8
RGB: (167,151,232)

Color info

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

RGB color model

#A797E8 color RGB value is (167,151,232).

  • red value is 167;
  • green value is 151;
  • blue value is 232.
RGB:
(167,151,232)
(65%,59%,91%)

RGB channels and saturation

R 167 of 255 = 65%
G 151 of 255 = 59%
B 232 of 255 = 91%

167
151
232

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

Portions of RGB colors in percentages

R + G + B =
167 + 151 + 232 = 550 (100%)
R 167 of 550 ~ 30.36%
G 151 of 550 ~ 27.45%
B 232 of 550 ~ 42.18%

%30.36
%27.45
%42.18

CMYK color model

#A797E8 color CMYK value is (28,35,0,9).

  • cyan value is 28.02%
  • magenta value is 34.91%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(28,35,0,9)
C28M35Y0K9 
(28%,35%,0%,9%)
(0.28/0.35/0.00/0.09)	

CMYK percentages

%28.02
%34.91
%0
%9.02

Codes

Color #A797E8 in popluar color models

A797E8
RGB167151232
HSL252°63.78%75.10%
HSB/HSV252°34.91%90.98%
CMYK28.02%34.91%0.00%
9.02%

Color #A797E8 in popluar number systems.

HEXA797E8
Decimal167151232
Binary101001111001011111101000
Octal247227350

Shades and tints

Shades of #A797E8

#A797E8
(167,151,232)
#988AD3
(152,138,211)
#897DBE
(137,125,190)
#7A70A9
(122,112,169)
#6B6394
(107,99,148)
#5C567F
(92,86,127)
#4D496A
(77,73,106)
#3E3C55
(62,60,85)
#2F2F40
(47,47,64)
#20222B
(32,34,43)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #A797E8

#A797E8
(167,151,232)
#AFA0EA
(175,160,234)
#B7A9EC
(183,169,236)
#BFB2EE
(191,178,238)
#C7BBF0
(199,187,240)
#CFC4F2
(207,196,242)
#D7CDF4
(215,205,244)
#DFD6F6
(223,214,246)
#E7DFF8
(231,223,248)
#EFE8FA
(239,232,250)
#F7F1FC
(247,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A797E8 color. Also use rgb(167,151,232) instead hex code.

Text Font Color

.myTextColor { color: #A797E8; }

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

This text font color is #A797E8.


Background Color

.myBgColor { background-color: #A797E8; }

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

This div background color is #A797E8.


Border color

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

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

This div border color is #A797E8.


Opacity

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

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

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

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

This text has shadow with #A797E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A797E8 on black background.


Color preview on white background

This text has color #A797E8 on white background.



Black color preview on #A797E8 background

This text has black color on #A797E8 background.


White color preview on #A797E8 background

This text has white color on #A797E8 background.