COLOR #A799E6

HEX: #A799E6
RGB: (167,153,230)

Color info

#A799E6 contains mainly blue color. Web safe color of #A799E6 is #9999CC (or #99C).

RGB color model

#A799E6 color RGB value is (167,153,230).

  • red value is 167;
  • green value is 153;
  • blue value is 230.
RGB:
(167,153,230)
(65%,60%,90%)

RGB channels and saturation

R 167 of 255 = 65%
G 153 of 255 = 60%
B 230 of 255 = 90%

167
153
230

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

Portions of RGB colors in percentages

R + G + B =
167 + 153 + 230 = 550 (100%)
R 167 of 550 ~ 30.36%
G 153 of 550 ~ 27.82%
B 230 of 550 ~ 41.82%

%30.36
%27.82
%41.82

CMYK color model

#A799E6 color CMYK value is (27,33,0,10).

  • cyan value is 27.39%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(27,33,0,10)
C27M33Y0K10 
(27%,33%,0%,10%)
(0.27/0.33/0.00/0.10)	

CMYK percentages

%27.39
%33.48
%0
%9.8

Codes

Color #A799E6 in popluar color models

A799E6
RGB167153230
HSL251°60.63%75.10%
HSB/HSV251°33.48%90.20%
CMYK27.39%33.48%0.00%
9.80%

Color #A799E6 in popluar number systems.

HEXA799E6
Decimal167153230
Binary101001111001100111100110
Octal247231346

Shades and tints

Shades of #A799E6

#A799E6
(167,153,230)
#988CD2
(152,140,210)
#897FBE
(137,127,190)
#7A72AA
(122,114,170)
#6B6596
(107,101,150)
#5C5882
(92,88,130)
#4D4B6E
(77,75,110)
#3E3E5A
(62,62,90)
#2F3146
(47,49,70)
#202432
(32,36,50)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #A799E6

#A799E6
(167,153,230)
#AFA2E8
(175,162,232)
#B7ABEA
(183,171,234)
#BFB4EC
(191,180,236)
#C7BDEE
(199,189,238)
#CFC6F0
(207,198,240)
#D7CFF2
(215,207,242)
#DFD8F4
(223,216,244)
#E7E1F6
(231,225,246)
#EFEAF8
(239,234,248)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A799E6 color. Also use rgb(167,153,230) instead hex code.

Text Font Color

.myTextColor { color: #A799E6; }

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

This text font color is #A799E6.


Background Color

.myBgColor { background-color: #A799E6; }

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

This div background color is #A799E6.


Border color

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

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

This div border color is #A799E6.


Opacity

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

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

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

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

This text has shadow with #A799E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A799E6 on black background.


Color preview on white background

This text has color #A799E6 on white background.



Black color preview on #A799E6 background

This text has black color on #A799E6 background.


White color preview on #A799E6 background

This text has white color on #A799E6 background.