COLOR #ABAFE9

HEX: #ABAFE9
RGB: (171,175,233)

Color info

#ABAFE9 contains mainly green and blue colors. Web safe color of #ABAFE9 is #9999FF (or #99F).

RGB color model

#ABAFE9 color RGB value is (171,175,233).

  • red value is 171;
  • green value is 175;
  • blue value is 233.
RGB:
(171,175,233)
(67%,69%,91%)

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 233 of 255 = 91%

171
175
233

R + G + B ~ 76%. #ABAFE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 175 + 233 = 579 (100%)
R 171 of 579 ~ 29.53%
G 175 of 579 ~ 30.22%
B 233 of 579 ~ 40.24%

%29.53
%30.22
%40.24

CMYK color model

#ABAFE9 color CMYK value is (27,25,0,9).

  • cyan value is 26.61%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(27,25,0,9)
C27M25Y0K9 
(27%,25%,0%,9%)
(0.27/0.25/0.00/0.09)	

CMYK percentages

%26.61
%24.89
%0
%8.63

Codes

Color #ABAFE9 in popluar color models

ABAFE9
RGB171175233
HSL236°58.49%79.22%
HSB/HSV236°26.61%91.37%
CMYK26.61%24.89%0.00%
8.63%

Color #ABAFE9 in popluar number systems.

HEXABAFE9
Decimal171175233
Binary101010111010111111101001
Octal253257351

Shades and tints

Shades of #ABAFE9

#ABAFE9
(171,175,233)
#9CA0D4
(156,160,212)
#8D91BF
(141,145,191)
#7E82AA
(126,130,170)
#6F7395
(111,115,149)
#606480
(96,100,128)
#51556B
(81,85,107)
#424656
(66,70,86)
#333741
(51,55,65)
#24282C
(36,40,44)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #ABAFE9

#ABAFE9
(171,175,233)
#B2B6EB
(178,182,235)
#B9BDED
(185,189,237)
#C0C4EF
(192,196,239)
#C7CBF1
(199,203,241)
#CED2F3
(206,210,243)
#D5D9F5
(213,217,245)
#DCE0F7
(220,224,247)
#E3E7F9
(227,231,249)
#EAEEFB
(234,238,251)
#F1F5FD
(241,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAFE9 color. Also use rgb(171,175,233) instead hex code.

Text Font Color

.myTextColor { color: #ABAFE9; }

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

This text font color is #ABAFE9.


Background Color

.myBgColor { background-color: #ABAFE9; }

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

This div background color is #ABAFE9.


Border color

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

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

This div border color is #ABAFE9.


Opacity

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

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

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

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

This text has shadow with #ABAFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAFE9 on black background.


Color preview on white background

This text has color #ABAFE9 on white background.



Black color preview on #ABAFE9 background

This text has black color on #ABAFE9 background.


White color preview on #ABAFE9 background

This text has white color on #ABAFE9 background.