COLOR #A5C1AB

HEX: #A5C1AB
RGB: (165,193,171)

Color info

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

RGB color model

#A5C1AB color RGB value is (165,193,171).

  • red value is 165;
  • green value is 193;
  • blue value is 171.
RGB:
(165,193,171)
(65%,76%,67%)

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 171 of 255 = 67%

165
193
171

R + G + B ~ 69%. #A5C1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 193 + 171 = 529 (100%)
R 165 of 529 ~ 31.19%
G 193 of 529 ~ 36.48%
B 171 of 529 ~ 32.33%

%31.19
%36.48
%32.33

CMYK color model

#A5C1AB color CMYK value is (15,0,11,24).

  • cyan value is 14.51%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 24.31%
CMYK:
(15,0,11,24)
C15M0Y11K24 
(15%,0%,11%,24%)
(0.15/0.00/0.11/0.24)	

CMYK percentages

%14.51
%0
%11.4
%24.31

Codes

Color #A5C1AB in popluar color models

A5C1AB
RGB165193171
HSL133°18.42%70.20%
HSB/HSV133°14.51%75.69%
CMYK14.51%0.00%11.40%
24.31%

Color #A5C1AB in popluar number systems.

HEXA5C1AB
Decimal165193171
Binary101001011100000110101011
Octal245301253

Shades and tints

Shades of #A5C1AB

#A5C1AB
(165,193,171)
#96B09C
(150,176,156)
#879F8D
(135,159,141)
#788E7E
(120,142,126)
#697D6F
(105,125,111)
#5A6C60
(90,108,96)
#4B5B51
(75,91,81)
#3C4A42
(60,74,66)
#2D3933
(45,57,51)
#1E2824
(30,40,36)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5C1AB

#A5C1AB
(165,193,171)
#ADC6B2
(173,198,178)
#B5CBB9
(181,203,185)
#BDD0C0
(189,208,192)
#C5D5C7
(197,213,199)
#CDDACE
(205,218,206)
#D5DFD5
(213,223,213)
#DDE4DC
(221,228,220)
#E5E9E3
(229,233,227)
#EDEEEA
(237,238,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C1AB; }

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

This text font color is #A5C1AB.


Background Color

.myBgColor { background-color: #A5C1AB; }

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

This div background color is #A5C1AB.


Border color

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

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

This div border color is #A5C1AB.


Opacity

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

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

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

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

This text has shadow with #A5C1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C1AB on black background.


Color preview on white background

This text has color #A5C1AB on white background.



Black color preview on #A5C1AB background

This text has black color on #A5C1AB background.


White color preview on #A5C1AB background

This text has white color on #A5C1AB background.