COLOR #A5B3EB

HEX: #A5B3EB RGB: (165,179,235)

Color info

#A5B3EB contains mainly green and blue colors. Web safe color of #A5B3EB is #9999FF (or #99F).

RGB color model

#A5B3EB color RGB value is (165,179,235).

RGB: (165,179,235) (65%, 70%, 92%)

RGB channels and saturation

R 165 of 255 = 65%
G 179 of 255 = 70%
B 235 of 255 = 92%

165
179
235

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

Portions of RGB colors in percentages

R + G + B = 165 + 179 + 235 = 579 (100%)
R 165 of 579 ~ 28.5%
G 179 of 579 ~ 30.92%
B 235 of 579 ~ 40.59'%

%28.5
%30.92
%40.59

CMYK color model

#A5B3EB color CMYK value is (30,24,0,8).

  • cyan value is 29.79%
  • magenta value is 23.83%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (30,24,0,8)
C30M24Y0K8 (30%, 24%, 0%, 8%)
(0.30 / 0.24 / 0.00 / 0.08)

CMYK percentages

%29.79
%23.83
%0
%7.84

Codes

Color #A5B3EB in popluar color models

A5 B3 EB
RGB 165 179 235
HSL 228° 63.64% 78.43%
HSB/HSV 228° 29.79% 92.16%
CMYK 29.79% 23.83% 0.00%
7.84%

Color #A5B3EB in popluar number systems.

HEX A5 B3 EB
Decimal 165 179 235
Binary 10100101 10110011 11101011
Octal 245 263 353

Shades and tints

Shades of #A5B3EB

#A5B3EB
(165,179,235)
#96A3D6
(150,163,214)
#8793C1
(135,147,193)
#7883AC
(120,131,172)
#697397
(105,115,151)
#5A6382
(90,99,130)
#4B536D
(75,83,109)
#3C4358
(60,67,88)
#2D3343
(45,51,67)
#1E232E
(30,35,46)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #A5B3EB

#A5B3EB
(165,179,235)
#ADB9EC
(173,185,236)
#B5BFED
(181,191,237)
#BDC5EE
(189,197,238)
#C5CBEF
(197,203,239)
#CDD1F0
(205,209,240)
#D5D7F1
(213,215,241)
#DDDDF2
(221,221,242)
#E5E3F3
(229,227,243)
#EDE9F4
(237,233,244)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B3EB color. Also use rgb(165,179,235) instead hex code.

Text Font Color

.myTextColor { color: #A5B3EB; }

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

This text font color is #A5B3EB.

Background Color

.myBgColor { background-color: #A5B3EB; }

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

This div background color is #A5B3EB.

Border color

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

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

This div border color is #A5B3EB.

Opacity

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

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

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

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

This text has shadow with #A5B3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B3EB.

Preview

Color preview on black background

This text has color #A5B3EB on black background.


Color preview on white background

This text has color #A5B3EB on white background.


Black color preview on #A5B3EB background

This text has black color on #A5B3EB background.


White color preview on #A5B3EB background

This text has white color on #A5B3EB background.


Related colors

Complementary color

Complementary color for #hex is #5A4C14.


I love getcolorcode.com

Triadic colors

1 #EBA5B3 and #B3EBA5 with #A5B3EB are triadic colors.

2 #EBB3A5 and #B3A5EB with #A5B3EB are triadic colors.