COLOR #A5B1E9

HEX: #A5B1E9 RGB: (165,177,233)

Color info

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

RGB color model

#A5B1E9 color RGB value is (165,177,233).

RGB: (165,177,233) (65%, 69%, 91%)

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 233 of 255 = 91%

165
177
233

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

Portions of RGB colors in percentages

R + G + B = 165 + 177 + 233 = 575 (100%)
R 165 of 575 ~ 28.7%
G 177 of 575 ~ 30.78%
B 233 of 575 ~ 40.52'%

%28.7
%30.78
%40.52

CMYK color model

#A5B1E9 color CMYK value is (29,24,0,9).

  • cyan value is 29.18%
  • magenta value is 24.03%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (29,24,0,9)
C29M24Y0K9 (29%, 24%, 0%, 9%)
(0.29 / 0.24 / 0.00 / 0.09)

CMYK percentages

%29.18
%24.03
%0
%8.63

Codes

Color #A5B1E9 in popluar color models

A5 B1 E9
RGB 165 177 233
HSL 229° 60.71% 78.04%
HSB/HSV 229° 29.18% 91.37%
CMYK 29.18% 24.03% 0.00%
8.63%

Color #A5B1E9 in popluar number systems.

HEX A5 B1 E9
Decimal 165 177 233
Binary 10100101 10110001 11101001
Octal 245 261 351

Shades and tints

Shades of #A5B1E9

#A5B1E9
(165,177,233)
#96A1D4
(150,161,212)
#8791BF
(135,145,191)
#7881AA
(120,129,170)
#697195
(105,113,149)
#5A6180
(90,97,128)
#4B516B
(75,81,107)
#3C4156
(60,65,86)
#2D3141
(45,49,65)
#1E212C
(30,33,44)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A5B1E9

#A5B1E9
(165,177,233)
#ADB8EB
(173,184,235)
#B5BFED
(181,191,237)
#BDC6EF
(189,198,239)
#C5CDF1
(197,205,241)
#CDD4F3
(205,212,243)
#D5DBF5
(213,219,245)
#DDE2F7
(221,226,247)
#E5E9F9
(229,233,249)
#EDF0FB
(237,240,251)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B1E9 color. Also use rgb(165,177,233) instead hex code.

Text Font Color

.myTextColor { color: #A5B1E9; }

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

This text font color is #A5B1E9.

Background Color

.myBgColor { background-color: #A5B1E9; }

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

This div background color is #A5B1E9.

Border color

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

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

This div border color is #A5B1E9.

Opacity

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

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

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

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

This text has shadow with #A5B1E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B1E9.

Preview

Color preview on black background

This text has color #A5B1E9 on black background.


Color preview on white background

This text has color #A5B1E9 on white background.


Black color preview on #A5B1E9 background

This text has black color on #A5B1E9 background.


White color preview on #A5B1E9 background

This text has white color on #A5B1E9 background.


Related colors

Complementary color

Complementary color for #hex is #5A4E16.


I love getcolorcode.com

Triadic colors

1 #E9A5B1 and #B1E9A5 with #A5B1E9 are triadic colors.

2 #E9B1A5 and #B1A5E9 with #A5B1E9 are triadic colors.