COLOR #A5C5B3

HEX: #A5C5B3
RGB: (165,197,179)

Color info

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

RGB color model

#A5C5B3 color RGB value is (165,197,179).

  • red value is 165;
  • green value is 197;
  • blue value is 179.
RGB:
(165,197,179)
(65%,77%,70%)

RGB channels and saturation

R 165 of 255 = 65%
G 197 of 255 = 77%
B 179 of 255 = 70%

165
197
179

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

Portions of RGB colors in percentages

R + G + B =
165 + 197 + 179 = 541 (100%)
R 165 of 541 ~ 30.5%
G 197 of 541 ~ 36.41%
B 179 of 541 ~ 33.09%

%30.5
%36.41
%33.09

CMYK color model

#A5C5B3 color CMYK value is (16,0,9,23).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 22.75%
CMYK:
(16,0,9,23)
C16M0Y9K23 
(16%,0%,9%,23%)
(0.16/0.00/0.09/0.23)	

CMYK percentages

%16.24
%0
%9.14
%22.75

Codes

Color #A5C5B3 in popluar color models

A5C5B3
RGB165197179
HSL146°21.62%70.98%
HSB/HSV146°16.24%77.25%
CMYK16.24%0.00%9.14%
22.75%

Color #A5C5B3 in popluar number systems.

HEXA5C5B3
Decimal165197179
Binary101001011100010110110011
Octal245305263

Shades and tints

Shades of #A5C5B3

#A5C5B3
(165,197,179)
#96B4A3
(150,180,163)
#87A393
(135,163,147)
#789283
(120,146,131)
#698173
(105,129,115)
#5A7063
(90,112,99)
#4B5F53
(75,95,83)
#3C4E43
(60,78,67)
#2D3D33
(45,61,51)
#1E2C23
(30,44,35)
#0F1B13
(15,27,19)
#000000
(0,0,0)

Tints of #A5C5B3

#A5C5B3
(165,197,179)
#ADCAB9
(173,202,185)
#B5CFBF
(181,207,191)
#BDD4C5
(189,212,197)
#C5D9CB
(197,217,203)
#CDDED1
(205,222,209)
#D5E3D7
(213,227,215)
#DDE8DD
(221,232,221)
#E5EDE3
(229,237,227)
#EDF2E9
(237,242,233)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C5B3 color. Also use rgb(165,197,179) instead hex code.

Text Font Color

.myTextColor { color: #A5C5B3; }

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

This text font color is #A5C5B3.


Background Color

.myBgColor { background-color: #A5C5B3; }

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

This div background color is #A5C5B3.


Border color

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

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

This div border color is #A5C5B3.


Opacity

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

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

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

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

This text has shadow with #A5C5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C5B3 on black background.


Color preview on white background

This text has color #A5C5B3 on white background.



Black color preview on #A5C5B3 background

This text has black color on #A5C5B3 background.


White color preview on #A5C5B3 background

This text has white color on #A5C5B3 background.