COLOR #A5B1EC

HEX: #A5B1EC
RGB: (165,177,236)

Color info

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

RGB color model

#A5B1EC color RGB value is (165,177,236).

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

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 236 of 255 = 93%

165
177
236

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

Portions of RGB colors in percentages

R + G + B =
165 + 177 + 236 = 578 (100%)
R 165 of 578 ~ 28.55%
G 177 of 578 ~ 30.62%
B 236 of 578 ~ 40.83%

%28.55
%30.62
%40.83

CMYK color model

#A5B1EC color CMYK value is (30,25,0,7).

  • cyan value is 30.08%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(30,25,0,7)
C30M25Y0K7 
(30%,25%,0%,7%)
(0.30/0.25/0.00/0.07)	

CMYK percentages

%30.08
%25
%0
%7.45

Codes

Color #A5B1EC in popluar color models

A5B1EC
RGB165177236
HSL230°65.14%78.63%
HSB/HSV230°30.08%92.55%
CMYK30.08%25.00%0.00%
7.45%

Color #A5B1EC in popluar number systems.

HEXA5B1EC
Decimal165177236
Binary101001011011000111101100
Octal245261354

Shades and tints

Shades of #A5B1EC

#A5B1EC
(165,177,236)
#96A1D7
(150,161,215)
#8791C2
(135,145,194)
#7881AD
(120,129,173)
#697198
(105,113,152)
#5A6183
(90,97,131)
#4B516E
(75,81,110)
#3C4159
(60,65,89)
#2D3144
(45,49,68)
#1E212F
(30,33,47)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #A5B1EC

#A5B1EC
(165,177,236)
#ADB8ED
(173,184,237)
#B5BFEE
(181,191,238)
#BDC6EF
(189,198,239)
#C5CDF0
(197,205,240)
#CDD4F1
(205,212,241)
#D5DBF2
(213,219,242)
#DDE2F3
(221,226,243)
#E5E9F4
(229,233,244)
#EDF0F5
(237,240,245)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B1EC; }

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

This text font color is #A5B1EC.


Background Color

.myBgColor { background-color: #A5B1EC; }

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

This div background color is #A5B1EC.


Border color

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

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

This div border color is #A5B1EC.


Opacity

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

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

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

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

This text has shadow with #A5B1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B1EC on black background.


Color preview on white background

This text has color #A5B1EC on white background.



Black color preview on #A5B1EC background

This text has black color on #A5B1EC background.


White color preview on #A5B1EC background

This text has white color on #A5B1EC background.