COLOR #A496EB

HEX: #A496EB
RGB: (164,150,235)

Color info

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

RGB color model

#A496EB color RGB value is (164,150,235).

  • red value is 164;
  • green value is 150;
  • blue value is 235.
RGB:
(164,150,235)
(64%,59%,92%)

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 235 of 255 = 92%

164
150
235

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 235 = 549 (100%)
R 164 of 549 ~ 29.87%
G 150 of 549 ~ 27.32%
B 235 of 549 ~ 42.81%

%29.87
%27.32
%42.81

CMYK color model

#A496EB color CMYK value is (30,36,0,8).

  • cyan value is 30.21%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(30,36,0,8)
C30M36Y0K8 
(30%,36%,0%,8%)
(0.30/0.36/0.00/0.08)	

CMYK percentages

%30.21
%36.17
%0
%7.84

Codes

Color #A496EB in popluar color models

A496EB
RGB164150235
HSL250°68.00%75.49%
HSB/HSV250°36.17%92.16%
CMYK30.21%36.17%0.00%
7.84%

Color #A496EB in popluar number systems.

HEXA496EB
Decimal164150235
Binary101001001001011011101011
Octal244226353

Shades and tints

Shades of #A496EB

#A496EB
(164,150,235)
#9689D6
(150,137,214)
#887CC1
(136,124,193)
#7A6FAC
(122,111,172)
#6C6297
(108,98,151)
#5E5582
(94,85,130)
#50486D
(80,72,109)
#423B58
(66,59,88)
#342E43
(52,46,67)
#26212E
(38,33,46)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #A496EB

#A496EB
(164,150,235)
#AC9FEC
(172,159,236)
#B4A8ED
(180,168,237)
#BCB1EE
(188,177,238)
#C4BAEF
(196,186,239)
#CCC3F0
(204,195,240)
#D4CCF1
(212,204,241)
#DCD5F2
(220,213,242)
#E4DEF3
(228,222,243)
#ECE7F4
(236,231,244)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A496EB color. Also use rgb(164,150,235) instead hex code.

Text Font Color

.myTextColor { color: #A496EB; }

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

This text font color is #A496EB.


Background Color

.myBgColor { background-color: #A496EB; }

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

This div background color is #A496EB.


Border color

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

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

This div border color is #A496EB.


Opacity

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

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

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

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

This text has shadow with #A496EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A496EB on black background.


Color preview on white background

This text has color #A496EB on white background.



Black color preview on #A496EB background

This text has black color on #A496EB background.


White color preview on #A496EB background

This text has white color on #A496EB background.