COLOR #A5B1E4

HEX: #A5B1E4
RGB: (165,177,228)

Color info

#A5B1E4 contains mainly green and blue colors. Web safe color of #A5B1E4 is #9999CC (or #99C).

RGB color model

#A5B1E4 color RGB value is (165,177,228).

  • red value is 165;
  • green value is 177;
  • blue value is 228.
RGB:
(165,177,228)
(65%,69%,89%)

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 228 of 255 = 89%

165
177
228

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

Portions of RGB colors in percentages

R + G + B =
165 + 177 + 228 = 570 (100%)
R 165 of 570 ~ 28.95%
G 177 of 570 ~ 31.05%
B 228 of 570 ~ 40%

%28.95
%31.05
%40

CMYK color model

#A5B1E4 color CMYK value is (28,22,0,11).

  • cyan value is 27.63%
  • magenta value is 22.37%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(28,22,0,11)
C28M22Y0K11 
(28%,22%,0%,11%)
(0.28/0.22/0.00/0.11)	

CMYK percentages

%27.63
%22.37
%0
%10.59

Codes

Color #A5B1E4 in popluar color models

A5B1E4
RGB165177228
HSL229°53.85%77.06%
HSB/HSV229°27.63%89.41%
CMYK27.63%22.37%0.00%
10.59%

Color #A5B1E4 in popluar number systems.

HEXA5B1E4
Decimal165177228
Binary101001011011000111100100
Octal245261344

Shades and tints

Shades of #A5B1E4

#A5B1E4
(165,177,228)
#96A1D0
(150,161,208)
#8791BC
(135,145,188)
#7881A8
(120,129,168)
#697194
(105,113,148)
#5A6180
(90,97,128)
#4B516C
(75,81,108)
#3C4158
(60,65,88)
#2D3144
(45,49,68)
#1E2130
(30,33,48)
#0F111C
(15,17,28)
#000000
(0,0,0)

Tints of #A5B1E4

#A5B1E4
(165,177,228)
#ADB8E6
(173,184,230)
#B5BFE8
(181,191,232)
#BDC6EA
(189,198,234)
#C5CDEC
(197,205,236)
#CDD4EE
(205,212,238)
#D5DBF0
(213,219,240)
#DDE2F2
(221,226,242)
#E5E9F4
(229,233,244)
#EDF0F6
(237,240,246)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B1E4; }

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

This text font color is #A5B1E4.


Background Color

.myBgColor { background-color: #A5B1E4; }

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

This div background color is #A5B1E4.


Border color

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

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

This div border color is #A5B1E4.


Opacity

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

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

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

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

This text has shadow with #A5B1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B1E4 on black background.


Color preview on white background

This text has color #A5B1E4 on white background.



Black color preview on #A5B1E4 background

This text has black color on #A5B1E4 background.


White color preview on #A5B1E4 background

This text has white color on #A5B1E4 background.