COLOR #A5B9E0

HEX: #A5B9E0 RGB: (165,185,224)

Color info

#A5B9E0 contains red, green and blue colors in about the same proportion. Web safe color of #A5B9E0 is #99CCCC (or #9CC).

RGB color model

#A5B9E0 color RGB value is (165,185,224).

RGB: (165,185,224) (65%, 73%, 88%)

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 224 of 255 = 88%

165
185
224

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

Portions of RGB colors in percentages

R + G + B = 165 + 185 + 224 = 574 (100%)
R 165 of 574 ~ 28.75%
G 185 of 574 ~ 32.23%
B 224 of 574 ~ 39.02'%

%28.75
%32.23
%39.02

CMYK color model

#A5B9E0 color CMYK value is (26,17,0,12).

  • cyan value is 26.34%
  • magenta value is 17.41%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (26,17,0,12) C26M17Y0K12 (26%,17%,0%,12%) (0.26/0.17/0.00/0.12) 

CMYK percentages

%26.34
%17.41
%0
%12.16

Codes

Color #A5B9E0 in popluar color models

A5 B9 E0
RGB 165 185 224
HSL 220° 48.76% 76.27%
HSB/HSV 220° 26.34% 87.84%
CMYK 26.34% 17.41% 0.00%
12.16%

Color #A5B9E0 in popluar number systems.

HEX A5 B9 E0
Decimal 165 185 224
Binary 10100101 10111001 11100000
Octal 245 271 340

Shades and tints

Shades of #A5B9E0

#A5B9E0
(165,185,224)
#96A9CC
(150,169,204)
#8799B8
(135,153,184)
#7889A4
(120,137,164)
#697990
(105,121,144)
#5A697C
(90,105,124)
#4B5968
(75,89,104)
#3C4954
(60,73,84)
#2D3940
(45,57,64)
#1E292C
(30,41,44)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #A5B9E0

#A5B9E0
(165,185,224)
#ADBFE2
(173,191,226)
#B5C5E4
(181,197,228)
#BDCBE6
(189,203,230)
#C5D1E8
(197,209,232)
#CDD7EA
(205,215,234)
#D5DDEC
(213,221,236)
#DDE3EE
(221,227,238)
#E5E9F0
(229,233,240)
#EDEFF2
(237,239,242)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B9E0 color. Also use rgb(165,185,224) instead hex code.

Text Font Color

.myTextColor { color: #A5B9E0; }

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

This text font color is #A5B9E0.

Background Color

.myBgColor { background-color: #A5B9E0; }

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

This div background color is #A5B9E0.

Border color

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

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

This div border color is #A5B9E0.

Opacity

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

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

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

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

This text has shadow with #A5B9E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B9E0.

Preview

Color preview on black background

This text has color #A5B9E0 on black background.


Color preview on white background

This text has color #A5B9E0 on white background.


Black color preview on #A5B9E0 background

This text has black color on #A5B9E0 background.


White color preview on #A5B9E0 background

This text has white color on #A5B9E0 background.


Related colors

Complementary color

Complementary color for #hex is #5A461F.


I love getcolorcode.com

Triadic colors

1 #E0A5B9 and #B9E0A5 with #A5B9E0 are triadic colors.

2 #E0B9A5 and #B9A5E0 with #A5B9E0 are triadic colors.