COLOR #A5BAC4

HEX: #A5BAC4 RGB: (165,186,196)

Color info

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

RGB color model

#A5BAC4 color RGB value is (165,186,196).

RGB: (165,186,196) (65%, 73%, 77%)

RGB channels and saturation

R 165 of 255 = 65%
G 186 of 255 = 73%
B 196 of 255 = 77%

165
186
196

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

Portions of RGB colors in percentages

R + G + B = 165 + 186 + 196 = 547 (100%)
R 165 of 547 ~ 30.16%
G 186 of 547 ~ 34%
B 196 of 547 ~ 35.83'%

%30.16
%34
%35.83

CMYK color model

#A5BAC4 color CMYK value is (16,5,0,23).

  • cyan value is 15.82%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK: (16,5,0,23) C16M5Y0K23 (16%,5%,0%,23%) (0.16/0.05/0.00/0.23) 

CMYK percentages

%15.82
%5.1
%0
%23.14

Codes

Color #A5BAC4 in popluar color models

A5 BA C4
RGB 165 186 196
HSL 199° 20.81% 70.78%
HSB/HSV 199° 15.82% 76.86%
CMYK 15.82% 5.10% 0.00%
23.14%

Color #A5BAC4 in popluar number systems.

HEX A5 BA C4
Decimal 165 186 196
Binary 10100101 10111010 11000100
Octal 245 272 304

Shades and tints

Shades of #A5BAC4

#A5BAC4
(165,186,196)
#96AAB3
(150,170,179)
#879AA2
(135,154,162)
#788A91
(120,138,145)
#697A80
(105,122,128)
#5A6A6F
(90,106,111)
#4B5A5E
(75,90,94)
#3C4A4D
(60,74,77)
#2D3A3C
(45,58,60)
#1E2A2B
(30,42,43)
#0F1A1A
(15,26,26)
#000000
(0,0,0)

Tints of #A5BAC4

#A5BAC4
(165,186,196)
#ADC0C9
(173,192,201)
#B5C6CE
(181,198,206)
#BDCCD3
(189,204,211)
#C5D2D8
(197,210,216)
#CDD8DD
(205,216,221)
#D5DEE2
(213,222,226)
#DDE4E7
(221,228,231)
#E5EAEC
(229,234,236)
#EDF0F1
(237,240,241)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BAC4; }

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

This text font color is #A5BAC4.

Background Color

.myBgColor { background-color: #A5BAC4; }

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

This div background color is #A5BAC4.

Border color

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

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

This div border color is #A5BAC4.

Opacity

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

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

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

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

This text has shadow with #A5BAC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BAC4.

Preview

Color preview on black background

This text has color #A5BAC4 on black background.


Color preview on white background

This text has color #A5BAC4 on white background.


Black color preview on #A5BAC4 background

This text has black color on #A5BAC4 background.


White color preview on #A5BAC4 background

This text has white color on #A5BAC4 background.


Related colors

Complementary color

Complementary color for #hex is #5A453B.


I love getcolorcode.com

Triadic colors

1 #C4A5BA and #BAC4A5 with #A5BAC4 are triadic colors.

2 #C4BAA5 and #BAA5C4 with #A5BAC4 are triadic colors.