COLOR #A5BBE1

HEX: #A5BBE1 RGB: (165,187,225)

Color info

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

RGB color model

#A5BBE1 color RGB value is (165,187,225).

RGB: (165,187,225) (65%, 73%, 88%)

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 225 of 255 = 88%

165
187
225

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

Portions of RGB colors in percentages

R + G + B = 165 + 187 + 225 = 577 (100%)
R 165 of 577 ~ 28.6%
G 187 of 577 ~ 32.41%
B 225 of 577 ~ 38.99'%

%28.6
%32.41
%38.99

CMYK color model

#A5BBE1 color CMYK value is (27,17,0,12).

  • cyan value is 26.67%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (27,17,0,12)
C27M17Y0K12 (27%, 17%, 0%, 12%)
(0.27 / 0.17 / 0.00 / 0.12)

CMYK percentages

%26.67
%16.89
%0
%11.76

Codes

Color #A5BBE1 in popluar color models

A5 BB E1
RGB 165 187 225
HSL 218° 50.00% 76.47%
HSB/HSV 218° 26.67% 88.24%
CMYK 26.67% 16.89% 0.00%
11.76%

Color #A5BBE1 in popluar number systems.

HEX A5 BB E1
Decimal 165 187 225
Binary 10100101 10111011 11100001
Octal 245 273 341

Shades and tints

Shades of #A5BBE1

#A5BBE1
(165,187,225)
#96AACD
(150,170,205)
#8799B9
(135,153,185)
#7888A5
(120,136,165)
#697791
(105,119,145)
#5A667D
(90,102,125)
#4B5569
(75,85,105)
#3C4455
(60,68,85)
#2D3341
(45,51,65)
#1E222D
(30,34,45)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #A5BBE1

#A5BBE1
(165,187,225)
#ADC1E3
(173,193,227)
#B5C7E5
(181,199,229)
#BDCDE7
(189,205,231)
#C5D3E9
(197,211,233)
#CDD9EB
(205,217,235)
#D5DFED
(213,223,237)
#DDE5EF
(221,229,239)
#E5EBF1
(229,235,241)
#EDF1F3
(237,241,243)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BBE1; }

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

This text font color is #A5BBE1.

Background Color

.myBgColor { background-color: #A5BBE1; }

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

This div background color is #A5BBE1.

Border color

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

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

This div border color is #A5BBE1.

Opacity

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

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

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

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

This text has shadow with #A5BBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BBE1.

Preview

Color preview on black background

This text has color #A5BBE1 on black background.


Color preview on white background

This text has color #A5BBE1 on white background.


Black color preview on #A5BBE1 background

This text has black color on #A5BBE1 background.


White color preview on #A5BBE1 background

This text has white color on #A5BBE1 background.


Related colors

Complementary color

Complementary color for #hex is #5A441E.


I love getcolorcode.com

Triadic colors

1 #E1A5BB and #BBE1A5 with #A5BBE1 are triadic colors.

2 #E1BBA5 and #BBA5E1 with #A5BBE1 are triadic colors.