COLOR #A1AFE9

HEX: #A1AFE9
RGB: (161,175,233)

Color info

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

RGB color model

#A1AFE9 color RGB value is (161,175,233).

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

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 233 of 255 = 91%

161
175
233

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

Portions of RGB colors in percentages

R + G + B =
161 + 175 + 233 = 569 (100%)
R 161 of 569 ~ 28.3%
G 175 of 569 ~ 30.76%
B 233 of 569 ~ 40.95%

%28.3
%30.76
%40.95

CMYK color model

#A1AFE9 color CMYK value is (31,25,0,9).

  • cyan value is 30.90%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(31,25,0,9)
C31M25Y0K9 
(31%,25%,0%,9%)
(0.31/0.25/0.00/0.09)	

CMYK percentages

%30.9
%24.89
%0
%8.63

Codes

Color #A1AFE9 in popluar color models

A1AFE9
RGB161175233
HSL228°62.07%77.25%
HSB/HSV228°30.90%91.37%
CMYK30.90%24.89%0.00%
8.63%

Color #A1AFE9 in popluar number systems.

HEXA1AFE9
Decimal161175233
Binary101000011010111111101001
Octal241257351

Shades and tints

Shades of #A1AFE9

#A1AFE9
(161,175,233)
#93A0D4
(147,160,212)
#8591BF
(133,145,191)
#7782AA
(119,130,170)
#697395
(105,115,149)
#5B6480
(91,100,128)
#4D556B
(77,85,107)
#3F4656
(63,70,86)
#313741
(49,55,65)
#23282C
(35,40,44)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #A1AFE9

#A1AFE9
(161,175,233)
#A9B6EB
(169,182,235)
#B1BDED
(177,189,237)
#B9C4EF
(185,196,239)
#C1CBF1
(193,203,241)
#C9D2F3
(201,210,243)
#D1D9F5
(209,217,245)
#D9E0F7
(217,224,247)
#E1E7F9
(225,231,249)
#E9EEFB
(233,238,251)
#F1F5FD
(241,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AFE9; }

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

This text font color is #A1AFE9.


Background Color

.myBgColor { background-color: #A1AFE9; }

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

This div background color is #A1AFE9.


Border color

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

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

This div border color is #A1AFE9.


Opacity

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

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

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

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

This text has shadow with #A1AFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AFE9 on black background.


Color preview on white background

This text has color #A1AFE9 on white background.



Black color preview on #A1AFE9 background

This text has black color on #A1AFE9 background.


White color preview on #A1AFE9 background

This text has white color on #A1AFE9 background.