COLOR #A5B4E6

HEX: #A5B4E6
RGB: (165,180,230)

Color info

#A5B4E6 contains mainly green and blue colors. Web safe color of #A5B4E6 is #99CCCC (or #9CC).

RGB color model

#A5B4E6 color RGB value is (165,180,230).

  • red value is 165;
  • green value is 180;
  • blue value is 230.
RGB:
(165,180,230)
(65%,71%,90%)

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 230 of 255 = 90%

165
180
230

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

Portions of RGB colors in percentages

R + G + B =
165 + 180 + 230 = 575 (100%)
R 165 of 575 ~ 28.7%
G 180 of 575 ~ 31.3%
B 230 of 575 ~ 40%

%28.7
%31.3
%40

CMYK color model

#A5B4E6 color CMYK value is (28,22,0,10).

  • cyan value is 28.26%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(28,22,0,10)
C28M22Y0K10 
(28%,22%,0%,10%)
(0.28/0.22/0.00/0.10)	

CMYK percentages

%28.26
%21.74
%0
%9.8

Codes

Color #A5B4E6 in popluar color models

A5B4E6
RGB165180230
HSL226°56.52%77.45%
HSB/HSV226°28.26%90.20%
CMYK28.26%21.74%0.00%
9.80%

Color #A5B4E6 in popluar number systems.

HEXA5B4E6
Decimal165180230
Binary101001011011010011100110
Octal245264346

Shades and tints

Shades of #A5B4E6

#A5B4E6
(165,180,230)
#96A4D2
(150,164,210)
#8794BE
(135,148,190)
#7884AA
(120,132,170)
#697496
(105,116,150)
#5A6482
(90,100,130)
#4B546E
(75,84,110)
#3C445A
(60,68,90)
#2D3446
(45,52,70)
#1E2432
(30,36,50)
#0F141E
(15,20,30)
#000000
(0,0,0)

Tints of #A5B4E6

#A5B4E6
(165,180,230)
#ADBAE8
(173,186,232)
#B5C0EA
(181,192,234)
#BDC6EC
(189,198,236)
#C5CCEE
(197,204,238)
#CDD2F0
(205,210,240)
#D5D8F2
(213,216,242)
#DDDEF4
(221,222,244)
#E5E4F6
(229,228,246)
#EDEAF8
(237,234,248)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B4E6 color. Also use rgb(165,180,230) instead hex code.

Text Font Color

.myTextColor { color: #A5B4E6; }

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

This text font color is #A5B4E6.


Background Color

.myBgColor { background-color: #A5B4E6; }

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

This div background color is #A5B4E6.


Border color

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

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

This div border color is #A5B4E6.


Opacity

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

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

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

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

This text has shadow with #A5B4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B4E6 on black background.


Color preview on white background

This text has color #A5B4E6 on white background.



Black color preview on #A5B4E6 background

This text has black color on #A5B4E6 background.


White color preview on #A5B4E6 background

This text has white color on #A5B4E6 background.