COLOR #A8ABE1

HEX: #A8ABE1
RGB: (168,171,225)

Color info

#A8ABE1 contains red, green and blue colors in about the same proportion. Web safe color of #A8ABE1 is #9999CC (or #99C).

RGB color model

#A8ABE1 color RGB value is (168,171,225).

  • red value is 168;
  • green value is 171;
  • blue value is 225.
RGB:
(168,171,225)
(66%,67%,88%)

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 225 of 255 = 88%

168
171
225

R + G + B ~ 74%. #A8ABE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 171 + 225 = 564 (100%)
R 168 of 564 ~ 29.79%
G 171 of 564 ~ 30.32%
B 225 of 564 ~ 39.89%

%29.79
%30.32
%39.89

CMYK color model

#A8ABE1 color CMYK value is (25,24,0,12).

  • cyan value is 25.33%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(25,24,0,12)
C25M24Y0K12 
(25%,24%,0%,12%)
(0.25/0.24/0.00/0.12)	

CMYK percentages

%25.33
%24
%0
%11.76

Codes

Color #A8ABE1 in popluar color models

A8ABE1
RGB168171225
HSL237°48.72%77.06%
HSB/HSV237°25.33%88.24%
CMYK25.33%24.00%0.00%
11.76%

Color #A8ABE1 in popluar number systems.

HEXA8ABE1
Decimal168171225
Binary101010001010101111100001
Octal250253341

Shades and tints

Shades of #A8ABE1

#A8ABE1
(168,171,225)
#999CCD
(153,156,205)
#8A8DB9
(138,141,185)
#7B7EA5
(123,126,165)
#6C6F91
(108,111,145)
#5D607D
(93,96,125)
#4E5169
(78,81,105)
#3F4255
(63,66,85)
#303341
(48,51,65)
#21242D
(33,36,45)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #A8ABE1

#A8ABE1
(168,171,225)
#AFB2E3
(175,178,227)
#B6B9E5
(182,185,229)
#BDC0E7
(189,192,231)
#C4C7E9
(196,199,233)
#CBCEEB
(203,206,235)
#D2D5ED
(210,213,237)
#D9DCEF
(217,220,239)
#E0E3F1
(224,227,241)
#E7EAF3
(231,234,243)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8ABE1 color. Also use rgb(168,171,225) instead hex code.

Text Font Color

.myTextColor { color: #A8ABE1; }

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

This text font color is #A8ABE1.


Background Color

.myBgColor { background-color: #A8ABE1; }

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

This div background color is #A8ABE1.


Border color

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

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

This div border color is #A8ABE1.


Opacity

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

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

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

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

This text has shadow with #A8ABE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8ABE1 on black background.


Color preview on white background

This text has color #A8ABE1 on white background.



Black color preview on #A8ABE1 background

This text has black color on #A8ABE1 background.


White color preview on #A8ABE1 background

This text has white color on #A8ABE1 background.