COLOR #A5BDE5

HEX: #A5BDE5 RGB: (165,189,229)

Color info

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

RGB color model

#A5BDE5 color RGB value is (165,189,229).

RGB: (165,189,229) (65%, 74%, 90%)

RGB channels and saturation

R 165 of 255 = 65%
G 189 of 255 = 74%
B 229 of 255 = 90%

165
189
229

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

Portions of RGB colors in percentages

R + G + B = 165 + 189 + 229 = 583 (100%)
R 165 of 583 ~ 28.3%
G 189 of 583 ~ 32.42%
B 229 of 583 ~ 39.28'%

%28.3
%32.42
%39.28

CMYK color model

#A5BDE5 color CMYK value is (28,17,0,10).

  • cyan value is 27.95%
  • magenta value is 17.47%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (28,17,0,10) C28M17Y0K10 (28%,17%,0%,10%) (0.28/0.17/0.00/0.10) 

CMYK percentages

%27.95
%17.47
%0
%10.2

Codes

Color #A5BDE5 in popluar color models

A5 BD E5
RGB 165 189 229
HSL 218° 55.17% 77.25%
HSB/HSV 218° 27.95% 89.80%
CMYK 27.95% 17.47% 0.00%
10.20%

Color #A5BDE5 in popluar number systems.

HEX A5 BD E5
Decimal 165 189 229
Binary 10100101 10111101 11100101
Octal 245 275 345

Shades and tints

Shades of #A5BDE5

#A5BDE5
(165,189,229)
#96ACD1
(150,172,209)
#879BBD
(135,155,189)
#788AA9
(120,138,169)
#697995
(105,121,149)
#5A6881
(90,104,129)
#4B576D
(75,87,109)
#3C4659
(60,70,89)
#2D3545
(45,53,69)
#1E2431
(30,36,49)
#0F131D
(15,19,29)
#000000
(0,0,0)

Tints of #A5BDE5

#A5BDE5
(165,189,229)
#ADC3E7
(173,195,231)
#B5C9E9
(181,201,233)
#BDCFEB
(189,207,235)
#C5D5ED
(197,213,237)
#CDDBEF
(205,219,239)
#D5E1F1
(213,225,241)
#DDE7F3
(221,231,243)
#E5EDF5
(229,237,245)
#EDF3F7
(237,243,247)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BDE5; }

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

This text font color is #A5BDE5.

Background Color

.myBgColor { background-color: #A5BDE5; }

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

This div background color is #A5BDE5.

Border color

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

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

This div border color is #A5BDE5.

Opacity

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

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

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

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

This text has shadow with #A5BDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BDE5.

Preview

Color preview on black background

This text has color #A5BDE5 on black background.


Color preview on white background

This text has color #A5BDE5 on white background.


Black color preview on #A5BDE5 background

This text has black color on #A5BDE5 background.


White color preview on #A5BDE5 background

This text has white color on #A5BDE5 background.


Related colors

Complementary color

Complementary color for #hex is #5A421A.


I love getcolorcode.com

Triadic colors

1 #E5A5BD and #BDE5A5 with #A5BDE5 are triadic colors.

2 #E5BDA5 and #BDA5E5 with #A5BDE5 are triadic colors.