COLOR #A1B5E9

HEX: #A1B5E9 RGB: (161,181,233)

Color info

#A1B5E9 contains mainly green and blue colors. Web safe color of #A1B5E9 is #99CCFF (or #9CF).

RGB color model

#A1B5E9 color RGB value is (161,181,233).

RGB: (161,181,233) (63%, 71%, 91%)

RGB channels and saturation

R 161 of 255 = 63%
G 181 of 255 = 71%
B 233 of 255 = 91%

161
181
233

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

Portions of RGB colors in percentages

R + G + B = 161 + 181 + 233 = 575 (100%)
R 161 of 575 ~ 28%
G 181 of 575 ~ 31.48%
B 233 of 575 ~ 40.52'%

%28
%31.48
%40.52

CMYK color model

#A1B5E9 color CMYK value is (31,22,0,9).

  • cyan value is 30.90%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (31,22,0,9)
C31M22Y0K9 (31%, 22%, 0%, 9%)
(0.31 / 0.22 / 0.00 / 0.09)

CMYK percentages

%30.9
%22.32
%0
%8.63

Codes

Color #A1B5E9 in popluar color models

A1 B5 E9
RGB 161 181 233
HSL 223° 62.07% 77.25%
HSB/HSV 223° 30.90% 91.37%
CMYK 30.90% 22.32% 0.00%
8.63%

Color #A1B5E9 in popluar number systems.

HEX A1 B5 E9
Decimal 161 181 233
Binary 10100001 10110101 11101001
Octal 241 265 351

Shades and tints

Shades of #A1B5E9

#A1B5E9
(161,181,233)
#93A5D4
(147,165,212)
#8595BF
(133,149,191)
#7785AA
(119,133,170)
#697595
(105,117,149)
#5B6580
(91,101,128)
#4D556B
(77,85,107)
#3F4556
(63,69,86)
#313541
(49,53,65)
#23252C
(35,37,44)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #A1B5E9

#A1B5E9
(161,181,233)
#A9BBEB
(169,187,235)
#B1C1ED
(177,193,237)
#B9C7EF
(185,199,239)
#C1CDF1
(193,205,241)
#C9D3F3
(201,211,243)
#D1D9F5
(209,217,245)
#D9DFF7
(217,223,247)
#E1E5F9
(225,229,249)
#E9EBFB
(233,235,251)
#F1F1FD
(241,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B5E9; }

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

This text font color is #A1B5E9.

Background Color

.myBgColor { background-color: #A1B5E9; }

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

This div background color is #A1B5E9.

Border color

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

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

This div border color is #A1B5E9.

Opacity

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

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

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

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

This text has shadow with #A1B5E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B5E9.

Preview

Color preview on black background

This text has color #A1B5E9 on black background.


Color preview on white background

This text has color #A1B5E9 on white background.


Black color preview on #A1B5E9 background

This text has black color on #A1B5E9 background.


White color preview on #A1B5E9 background

This text has white color on #A1B5E9 background.


Related colors

Complementary color

Complementary color for #hex is #5E4A16.


I love getcolorcode.com

Triadic colors

1 #E9A1B5 and #B5E9A1 with #A1B5E9 are triadic colors.

2 #E9B5A1 and #B5A1E9 with #A1B5E9 are triadic colors.