COLOR #A5BBE6

HEX: #A5BBE6
RGB: (165,187,230)

Color info

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

RGB color model

#A5BBE6 color RGB value is (165,187,230).

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

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 230 of 255 = 90%

165
187
230

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

Portions of RGB colors in percentages

R + G + B =
165 + 187 + 230 = 582 (100%)
R 165 of 582 ~ 28.35%
G 187 of 582 ~ 32.13%
B 230 of 582 ~ 39.52%

%28.35
%32.13
%39.52

CMYK color model

#A5BBE6 color CMYK value is (28,19,0,10).

  • cyan value is 28.26%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(28,19,0,10)
C28M19Y0K10 
(28%,19%,0%,10%)
(0.28/0.19/0.00/0.10)	

CMYK percentages

%28.26
%18.7
%0
%9.8

Codes

Color #A5BBE6 in popluar color models

A5BBE6
RGB165187230
HSL220°56.52%77.45%
HSB/HSV220°28.26%90.20%
CMYK28.26%18.70%0.00%
9.80%

Color #A5BBE6 in popluar number systems.

HEXA5BBE6
Decimal165187230
Binary101001011011101111100110
Octal245273346

Shades and tints

Shades of #A5BBE6

#A5BBE6
(165,187,230)
#96AAD2
(150,170,210)
#8799BE
(135,153,190)
#7888AA
(120,136,170)
#697796
(105,119,150)
#5A6682
(90,102,130)
#4B556E
(75,85,110)
#3C445A
(60,68,90)
#2D3346
(45,51,70)
#1E2232
(30,34,50)
#0F111E
(15,17,30)
#000000
(0,0,0)

Tints of #A5BBE6

#A5BBE6
(165,187,230)
#ADC1E8
(173,193,232)
#B5C7EA
(181,199,234)
#BDCDEC
(189,205,236)
#C5D3EE
(197,211,238)
#CDD9F0
(205,217,240)
#D5DFF2
(213,223,242)
#DDE5F4
(221,229,244)
#E5EBF6
(229,235,246)
#EDF1F8
(237,241,248)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BBE6; }

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

This text font color is #A5BBE6.


Background Color

.myBgColor { background-color: #A5BBE6; }

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

This div background color is #A5BBE6.


Border color

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

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

This div border color is #A5BBE6.


Opacity

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

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

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

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

This text has shadow with #A5BBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BBE6 on black background.


Color preview on white background

This text has color #A5BBE6 on white background.



Black color preview on #A5BBE6 background

This text has black color on #A5BBE6 background.


White color preview on #A5BBE6 background

This text has white color on #A5BBE6 background.