COLOR #A7ABEB

HEX: #A7ABEB
RGB: (167,171,235)

Color info

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

RGB color model

#A7ABEB color RGB value is (167,171,235).

  • red value is 167;
  • green value is 171;
  • blue value is 235.
RGB:
(167,171,235)
(65%,67%,92%)

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 235 of 255 = 92%

167
171
235

R + G + B ~ 75%. #A7ABEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 171 + 235 = 573 (100%)
R 167 of 573 ~ 29.14%
G 171 of 573 ~ 29.84%
B 235 of 573 ~ 41.01%

%29.14
%29.84
%41.01

CMYK color model

#A7ABEB color CMYK value is (29,27,0,8).

  • cyan value is 28.94%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(29,27,0,8)
C29M27Y0K8 
(29%,27%,0%,8%)
(0.29/0.27/0.00/0.08)	

CMYK percentages

%28.94
%27.23
%0
%7.84

Codes

Color #A7ABEB in popluar color models

A7ABEB
RGB167171235
HSL236°62.96%78.82%
HSB/HSV236°28.94%92.16%
CMYK28.94%27.23%0.00%
7.84%

Color #A7ABEB in popluar number systems.

HEXA7ABEB
Decimal167171235
Binary101001111010101111101011
Octal247253353

Shades and tints

Shades of #A7ABEB

#A7ABEB
(167,171,235)
#989CD6
(152,156,214)
#898DC1
(137,141,193)
#7A7EAC
(122,126,172)
#6B6F97
(107,111,151)
#5C6082
(92,96,130)
#4D516D
(77,81,109)
#3E4258
(62,66,88)
#2F3343
(47,51,67)
#20242E
(32,36,46)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #A7ABEB

#A7ABEB
(167,171,235)
#AFB2EC
(175,178,236)
#B7B9ED
(183,185,237)
#BFC0EE
(191,192,238)
#C7C7EF
(199,199,239)
#CFCEF0
(207,206,240)
#D7D5F1
(215,213,241)
#DFDCF2
(223,220,242)
#E7E3F3
(231,227,243)
#EFEAF4
(239,234,244)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7ABEB color. Also use rgb(167,171,235) instead hex code.

Text Font Color

.myTextColor { color: #A7ABEB; }

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

This text font color is #A7ABEB.


Background Color

.myBgColor { background-color: #A7ABEB; }

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

This div background color is #A7ABEB.


Border color

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

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

This div border color is #A7ABEB.


Opacity

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

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

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

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

This text has shadow with #A7ABEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ABEB on black background.


Color preview on white background

This text has color #A7ABEB on white background.



Black color preview on #A7ABEB background

This text has black color on #A7ABEB background.


White color preview on #A7ABEB background

This text has white color on #A7ABEB background.