COLOR #A5BAC6

HEX: #A5BAC6
RGB: (165,186,198)

Color info

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

RGB color model

#A5BAC6 color RGB value is (165,186,198).

  • red value is 165;
  • green value is 186;
  • blue value is 198.
RGB:
(165,186,198)
(65%,73%,78%)

RGB channels and saturation

R 165 of 255 = 65%
G 186 of 255 = 73%
B 198 of 255 = 78%

165
186
198

R + G + B ~ 72%. #A5BAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 186 + 198 = 549 (100%)
R 165 of 549 ~ 30.05%
G 186 of 549 ~ 33.88%
B 198 of 549 ~ 36.07%

%30.05
%33.88
%36.07

CMYK color model

#A5BAC6 color CMYK value is (17,6,0,22).

  • cyan value is 16.67%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(17,6,0,22)
C17M6Y0K22 
(17%,6%,0%,22%)
(0.17/0.06/0.00/0.22)	

CMYK percentages

%16.67
%6.06
%0
%22.35

Codes

Color #A5BAC6 in popluar color models

A5BAC6
RGB165186198
HSL202°22.45%71.18%
HSB/HSV202°16.67%77.65%
CMYK16.67%6.06%0.00%
22.35%

Color #A5BAC6 in popluar number systems.

HEXA5BAC6
Decimal165186198
Binary101001011011101011000110
Octal245272306

Shades and tints

Shades of #A5BAC6

#A5BAC6
(165,186,198)
#96AAB4
(150,170,180)
#879AA2
(135,154,162)
#788A90
(120,138,144)
#697A7E
(105,122,126)
#5A6A6C
(90,106,108)
#4B5A5A
(75,90,90)
#3C4A48
(60,74,72)
#2D3A36
(45,58,54)
#1E2A24
(30,42,36)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #A5BAC6

#A5BAC6
(165,186,198)
#ADC0CB
(173,192,203)
#B5C6D0
(181,198,208)
#BDCCD5
(189,204,213)
#C5D2DA
(197,210,218)
#CDD8DF
(205,216,223)
#D5DEE4
(213,222,228)
#DDE4E9
(221,228,233)
#E5EAEE
(229,234,238)
#EDF0F3
(237,240,243)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BAC6 color. Also use rgb(165,186,198) instead hex code.

Text Font Color

.myTextColor { color: #A5BAC6; }

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

This text font color is #A5BAC6.


Background Color

.myBgColor { background-color: #A5BAC6; }

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

This div background color is #A5BAC6.


Border color

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

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

This div border color is #A5BAC6.


Opacity

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

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

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

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

This text has shadow with #A5BAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BAC6 on black background.


Color preview on white background

This text has color #A5BAC6 on white background.



Black color preview on #A5BAC6 background

This text has black color on #A5BAC6 background.


White color preview on #A5BAC6 background

This text has white color on #A5BAC6 background.