COLOR #A5BCD6

HEX: #A5BCD6
RGB: (165,188,214)

Color info

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

RGB color model

#A5BCD6 color RGB value is (165,188,214).

  • red value is 165;
  • green value is 188;
  • blue value is 214.
RGB:
(165,188,214)
(65%,74%,84%)

RGB channels and saturation

R 165 of 255 = 65%
G 188 of 255 = 74%
B 214 of 255 = 84%

165
188
214

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

Portions of RGB colors in percentages

R + G + B =
165 + 188 + 214 = 567 (100%)
R 165 of 567 ~ 29.1%
G 188 of 567 ~ 33.16%
B 214 of 567 ~ 37.74%

%29.1
%33.16
%37.74

CMYK color model

#A5BCD6 color CMYK value is (23,12,0,16).

  • cyan value is 22.90%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(23,12,0,16)
C23M12Y0K16 
(23%,12%,0%,16%)
(0.23/0.12/0.00/0.16)	

CMYK percentages

%22.9
%12.15
%0
%16.08

Codes

Color #A5BCD6 in popluar color models

A5BCD6
RGB165188214
HSL212°37.40%74.31%
HSB/HSV212°22.90%83.92%
CMYK22.90%12.15%0.00%
16.08%

Color #A5BCD6 in popluar number systems.

HEXA5BCD6
Decimal165188214
Binary101001011011110011010110
Octal245274326

Shades and tints

Shades of #A5BCD6

#A5BCD6
(165,188,214)
#96ABC3
(150,171,195)
#879AB0
(135,154,176)
#78899D
(120,137,157)
#69788A
(105,120,138)
#5A6777
(90,103,119)
#4B5664
(75,86,100)
#3C4551
(60,69,81)
#2D343E
(45,52,62)
#1E232B
(30,35,43)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #A5BCD6

#A5BCD6
(165,188,214)
#ADC2D9
(173,194,217)
#B5C8DC
(181,200,220)
#BDCEDF
(189,206,223)
#C5D4E2
(197,212,226)
#CDDAE5
(205,218,229)
#D5E0E8
(213,224,232)
#DDE6EB
(221,230,235)
#E5ECEE
(229,236,238)
#EDF2F1
(237,242,241)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BCD6 color. Also use rgb(165,188,214) instead hex code.

Text Font Color

.myTextColor { color: #A5BCD6; }

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

This text font color is #A5BCD6.


Background Color

.myBgColor { background-color: #A5BCD6; }

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

This div background color is #A5BCD6.


Border color

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

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

This div border color is #A5BCD6.


Opacity

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

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

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

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

This text has shadow with #A5BCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BCD6 on black background.


Color preview on white background

This text has color #A5BCD6 on white background.



Black color preview on #A5BCD6 background

This text has black color on #A5BCD6 background.


White color preview on #A5BCD6 background

This text has white color on #A5BCD6 background.