COLOR #A5B9C1

HEX: #A5B9C1 RGB: (165,185,193)

Color info

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

RGB color model

#A5B9C1 color RGB value is (165,185,193).

RGB: (165,185,193) (65%, 73%, 76%)

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 193 of 255 = 76%

165
185
193

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

Portions of RGB colors in percentages

R + G + B = 165 + 185 + 193 = 543 (100%)
R 165 of 543 ~ 30.39%
G 185 of 543 ~ 34.07%
B 193 of 543 ~ 35.54'%

%30.39
%34.07
%35.54

CMYK color model

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

  • cyan value is 14.51%
  • magenta value is 4.15%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (15,4,0,24)
C15M4Y0K24 (15%, 4%, 0%, 24%)
(0.15 / 0.04 / 0.00 / 0.24)

CMYK percentages

%14.51
%4.15
%0
%24.31

Codes

Color #A5B9C1 in popluar color models

A5 B9 C1
RGB 165 185 193
HSL 197° 18.42% 70.20%
HSB/HSV 197° 14.51% 75.69%
CMYK 14.51% 4.15% 0.00%
24.31%

Color #A5B9C1 in popluar number systems.

HEX A5 B9 C1
Decimal 165 185 193
Binary 10100101 10111001 11000001
Octal 245 271 301

Shades and tints

Shades of #A5B9C1

#A5B9C1
(165,185,193)
#96A9B0
(150,169,176)
#87999F
(135,153,159)
#78898E
(120,137,142)
#69797D
(105,121,125)
#5A696C
(90,105,108)
#4B595B
(75,89,91)
#3C494A
(60,73,74)
#2D3939
(45,57,57)
#1E2928
(30,41,40)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #A5B9C1

#A5B9C1
(165,185,193)
#ADBFC6
(173,191,198)
#B5C5CB
(181,197,203)
#BDCBD0
(189,203,208)
#C5D1D5
(197,209,213)
#CDD7DA
(205,215,218)
#D5DDDF
(213,221,223)
#DDE3E4
(221,227,228)
#E5E9E9
(229,233,233)
#EDEFEE
(237,239,238)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B9C1 color. Also use rgb(165,185,193) instead hex code.

Text Font Color

.myTextColor { color: #A5B9C1; }

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

This text font color is #A5B9C1.

Background Color

.myBgColor { background-color: #A5B9C1; }

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

This div background color is #A5B9C1.

Border color

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

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

This div border color is #A5B9C1.

Opacity

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

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

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

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

This text has shadow with #A5B9C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B9C1.

Preview

Color preview on black background

This text has color #A5B9C1 on black background.


Color preview on white background

This text has color #A5B9C1 on white background.


Black color preview on #A5B9C1 background

This text has black color on #A5B9C1 background.


White color preview on #A5B9C1 background

This text has white color on #A5B9C1 background.


Related colors

Complementary color

Complementary color for #hex is #5A463E.


I love getcolorcode.com

Triadic colors

1 #C1A5B9 and #B9C1A5 with #A5B9C1 are triadic colors.

2 #C1B9A5 and #B9A5C1 with #A5B9C1 are triadic colors.