COLOR #A5BDE4

HEX: #A5BDE4
RGB: (165,189,228)

Color info

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

RGB color model

#A5BDE4 color RGB value is (165,189,228).

  • red value is 165;
  • green value is 189;
  • blue value is 228.
RGB:
(165,189,228)
(65%,74%,89%)

RGB channels and saturation

R 165 of 255 = 65%
G 189 of 255 = 74%
B 228 of 255 = 89%

165
189
228

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

Portions of RGB colors in percentages

R + G + B =
165 + 189 + 228 = 582 (100%)
R 165 of 582 ~ 28.35%
G 189 of 582 ~ 32.47%
B 228 of 582 ~ 39.18%

%28.35
%32.47
%39.18

CMYK color model

#A5BDE4 color CMYK value is (28,17,0,11).

  • cyan value is 27.63%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(28,17,0,11)
C28M17Y0K11 
(28%,17%,0%,11%)
(0.28/0.17/0.00/0.11)	

CMYK percentages

%27.63
%17.11
%0
%10.59

Codes

Color #A5BDE4 in popluar color models

A5BDE4
RGB165189228
HSL217°53.85%77.06%
HSB/HSV217°27.63%89.41%
CMYK27.63%17.11%0.00%
10.59%

Color #A5BDE4 in popluar number systems.

HEXA5BDE4
Decimal165189228
Binary101001011011110111100100
Octal245275344

Shades and tints

Shades of #A5BDE4

#A5BDE4
(165,189,228)
#96ACD0
(150,172,208)
#879BBC
(135,155,188)
#788AA8
(120,138,168)
#697994
(105,121,148)
#5A6880
(90,104,128)
#4B576C
(75,87,108)
#3C4658
(60,70,88)
#2D3544
(45,53,68)
#1E2430
(30,36,48)
#0F131C
(15,19,28)
#000000
(0,0,0)

Tints of #A5BDE4

#A5BDE4
(165,189,228)
#ADC3E6
(173,195,230)
#B5C9E8
(181,201,232)
#BDCFEA
(189,207,234)
#C5D5EC
(197,213,236)
#CDDBEE
(205,219,238)
#D5E1F0
(213,225,240)
#DDE7F2
(221,231,242)
#E5EDF4
(229,237,244)
#EDF3F6
(237,243,246)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BDE4 color. Also use rgb(165,189,228) instead hex code.

Text Font Color

.myTextColor { color: #A5BDE4; }

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

This text font color is #A5BDE4.


Background Color

.myBgColor { background-color: #A5BDE4; }

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

This div background color is #A5BDE4.


Border color

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

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

This div border color is #A5BDE4.


Opacity

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

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

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

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

This text has shadow with #A5BDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BDE4 on black background.


Color preview on white background

This text has color #A5BDE4 on white background.



Black color preview on #A5BDE4 background

This text has black color on #A5BDE4 background.


White color preview on #A5BDE4 background

This text has white color on #A5BDE4 background.