COLOR #A5BDD2

HEX: #A5BDD2
RGB: (165,189,210)

Color info

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

RGB color model

#A5BDD2 color RGB value is (165,189,210).

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

RGB channels and saturation

R 165 of 255 = 65%
G 189 of 255 = 74%
B 210 of 255 = 82%

165
189
210

R + G + B ~ 74%. #A5BDD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 189 + 210 = 564 (100%)
R 165 of 564 ~ 29.26%
G 189 of 564 ~ 33.51%
B 210 of 564 ~ 37.23%

%29.26
%33.51
%37.23

CMYK color model

#A5BDD2 color CMYK value is (21,10,0,18).

  • cyan value is 21.43%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(21,10,0,18)
C21M10Y0K18 
(21%,10%,0%,18%)
(0.21/0.10/0.00/0.18)	

CMYK percentages

%21.43
%10
%0
%17.65

Codes

Color #A5BDD2 in popluar color models

A5BDD2
RGB165189210
HSL208°33.33%73.53%
HSB/HSV208°21.43%82.35%
CMYK21.43%10.00%0.00%
17.65%

Color #A5BDD2 in popluar number systems.

HEXA5BDD2
Decimal165189210
Binary101001011011110111010010
Octal245275322

Shades and tints

Shades of #A5BDD2

#A5BDD2
(165,189,210)
#96ACBF
(150,172,191)
#879BAC
(135,155,172)
#788A99
(120,138,153)
#697986
(105,121,134)
#5A6873
(90,104,115)
#4B5760
(75,87,96)
#3C464D
(60,70,77)
#2D353A
(45,53,58)
#1E2427
(30,36,39)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A5BDD2

#A5BDD2
(165,189,210)
#ADC3D6
(173,195,214)
#B5C9DA
(181,201,218)
#BDCFDE
(189,207,222)
#C5D5E2
(197,213,226)
#CDDBE6
(205,219,230)
#D5E1EA
(213,225,234)
#DDE7EE
(221,231,238)
#E5EDF2
(229,237,242)
#EDF3F6
(237,243,246)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BDD2; }

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

This text font color is #A5BDD2.


Background Color

.myBgColor { background-color: #A5BDD2; }

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

This div background color is #A5BDD2.


Border color

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

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

This div border color is #A5BDD2.


Opacity

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

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

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

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

This text has shadow with #A5BDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BDD2 on black background.


Color preview on white background

This text has color #A5BDD2 on white background.



Black color preview on #A5BDD2 background

This text has black color on #A5BDD2 background.


White color preview on #A5BDD2 background

This text has white color on #A5BDD2 background.