COLOR #A5BBE9

HEX: #A5BBE9
RGB: (165,187,233)

Color info

#A5BBE9 contains mainly green and blue colors. Web safe color of #A5BBE9 is #99CCFF (or #9CF).

RGB color model

#A5BBE9 color RGB value is (165,187,233).

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

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 233 of 255 = 91%

165
187
233

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

Portions of RGB colors in percentages

R + G + B =
165 + 187 + 233 = 585 (100%)
R 165 of 585 ~ 28.21%
G 187 of 585 ~ 31.97%
B 233 of 585 ~ 39.83%

%28.21
%31.97
%39.83

CMYK color model

#A5BBE9 color CMYK value is (29,20,0,9).

  • cyan value is 29.18%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,20,0,9)
C29M20Y0K9 
(29%,20%,0%,9%)
(0.29/0.20/0.00/0.09)	

CMYK percentages

%29.18
%19.74
%0
%8.63

Codes

Color #A5BBE9 in popluar color models

A5BBE9
RGB165187233
HSL221°60.71%78.04%
HSB/HSV221°29.18%91.37%
CMYK29.18%19.74%0.00%
8.63%

Color #A5BBE9 in popluar number systems.

HEXA5BBE9
Decimal165187233
Binary101001011011101111101001
Octal245273351

Shades and tints

Shades of #A5BBE9

#A5BBE9
(165,187,233)
#96AAD4
(150,170,212)
#8799BF
(135,153,191)
#7888AA
(120,136,170)
#697795
(105,119,149)
#5A6680
(90,102,128)
#4B556B
(75,85,107)
#3C4456
(60,68,86)
#2D3341
(45,51,65)
#1E222C
(30,34,44)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A5BBE9

#A5BBE9
(165,187,233)
#ADC1EB
(173,193,235)
#B5C7ED
(181,199,237)
#BDCDEF
(189,205,239)
#C5D3F1
(197,211,241)
#CDD9F3
(205,217,243)
#D5DFF5
(213,223,245)
#DDE5F7
(221,229,247)
#E5EBF9
(229,235,249)
#EDF1FB
(237,241,251)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BBE9; }

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

This text font color is #A5BBE9.


Background Color

.myBgColor { background-color: #A5BBE9; }

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

This div background color is #A5BBE9.


Border color

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

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

This div border color is #A5BBE9.


Opacity

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

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

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

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

This text has shadow with #A5BBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BBE9 on black background.


Color preview on white background

This text has color #A5BBE9 on white background.



Black color preview on #A5BBE9 background

This text has black color on #A5BBE9 background.


White color preview on #A5BBE9 background

This text has white color on #A5BBE9 background.