COLOR #A5BAC2

HEX: #A5BAC2
RGB: (165,186,194)

Color info

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

RGB color model

#A5BAC2 color RGB value is (165,186,194).

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

RGB channels and saturation

R 165 of 255 = 65%
G 186 of 255 = 73%
B 194 of 255 = 76%

165
186
194

R + G + B ~ 71%. #A5BAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 186 + 194 = 545 (100%)
R 165 of 545 ~ 30.28%
G 186 of 545 ~ 34.13%
B 194 of 545 ~ 35.6%

%30.28
%34.13
%35.6

CMYK color model

#A5BAC2 color CMYK value is (15,4,0,24).

  • cyan value is 14.95%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(15,4,0,24)
C15M4Y0K24 
(15%,4%,0%,24%)
(0.15/0.04/0.00/0.24)	

CMYK percentages

%14.95
%4.12
%0
%23.92

Codes

Color #A5BAC2 in popluar color models

A5BAC2
RGB165186194
HSL197°19.21%70.39%
HSB/HSV197°14.95%76.08%
CMYK14.95%4.12%0.00%
23.92%

Color #A5BAC2 in popluar number systems.

HEXA5BAC2
Decimal165186194
Binary101001011011101011000010
Octal245272302

Shades and tints

Shades of #A5BAC2

#A5BAC2
(165,186,194)
#96AAB1
(150,170,177)
#879AA0
(135,154,160)
#788A8F
(120,138,143)
#697A7E
(105,122,126)
#5A6A6D
(90,106,109)
#4B5A5C
(75,90,92)
#3C4A4B
(60,74,75)
#2D3A3A
(45,58,58)
#1E2A29
(30,42,41)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #A5BAC2

#A5BAC2
(165,186,194)
#ADC0C7
(173,192,199)
#B5C6CC
(181,198,204)
#BDCCD1
(189,204,209)
#C5D2D6
(197,210,214)
#CDD8DB
(205,216,219)
#D5DEE0
(213,222,224)
#DDE4E5
(221,228,229)
#E5EAEA
(229,234,234)
#EDF0EF
(237,240,239)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BAC2; }

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

This text font color is #A5BAC2.


Background Color

.myBgColor { background-color: #A5BAC2; }

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

This div background color is #A5BAC2.


Border color

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

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

This div border color is #A5BAC2.


Opacity

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

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

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

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

This text has shadow with #A5BAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BAC2 on black background.


Color preview on white background

This text has color #A5BAC2 on white background.



Black color preview on #A5BAC2 background

This text has black color on #A5BAC2 background.


White color preview on #A5BAC2 background

This text has white color on #A5BAC2 background.