COLOR #A5C5B0

HEX: #A5C5B0
RGB: (165,197,176)

Color info

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

RGB color model

#A5C5B0 color RGB value is (165,197,176).

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

RGB channels and saturation

R 165 of 255 = 65%
G 197 of 255 = 77%
B 176 of 255 = 69%

165
197
176

R + G + B ~ 70%. #A5C5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 197 + 176 = 538 (100%)
R 165 of 538 ~ 30.67%
G 197 of 538 ~ 36.62%
B 176 of 538 ~ 32.71%

%30.67
%36.62
%32.71

CMYK color model

#A5C5B0 color CMYK value is (16,0,11,23).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 22.75%
CMYK:
(16,0,11,23)
C16M0Y11K23 
(16%,0%,11%,23%)
(0.16/0.00/0.11/0.23)	

CMYK percentages

%16.24
%0
%10.66
%22.75

Codes

Color #A5C5B0 in popluar color models

A5C5B0
RGB165197176
HSL141°21.62%70.98%
HSB/HSV141°16.24%77.25%
CMYK16.24%0.00%10.66%
22.75%

Color #A5C5B0 in popluar number systems.

HEXA5C5B0
Decimal165197176
Binary101001011100010110110000
Octal245305260

Shades and tints

Shades of #A5C5B0

#A5C5B0
(165,197,176)
#96B4A0
(150,180,160)
#87A390
(135,163,144)
#789280
(120,146,128)
#698170
(105,129,112)
#5A7060
(90,112,96)
#4B5F50
(75,95,80)
#3C4E40
(60,78,64)
#2D3D30
(45,61,48)
#1E2C20
(30,44,32)
#0F1B10
(15,27,16)
#000000
(0,0,0)

Tints of #A5C5B0

#A5C5B0
(165,197,176)
#ADCAB7
(173,202,183)
#B5CFBE
(181,207,190)
#BDD4C5
(189,212,197)
#C5D9CC
(197,217,204)
#CDDED3
(205,222,211)
#D5E3DA
(213,227,218)
#DDE8E1
(221,232,225)
#E5EDE8
(229,237,232)
#EDF2EF
(237,242,239)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C5B0; }

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

This text font color is #A5C5B0.


Background Color

.myBgColor { background-color: #A5C5B0; }

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

This div background color is #A5C5B0.


Border color

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

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

This div border color is #A5C5B0.


Opacity

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

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

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

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

This text has shadow with #A5C5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C5B0 on black background.


Color preview on white background

This text has color #A5C5B0 on white background.



Black color preview on #A5C5B0 background

This text has black color on #A5C5B0 background.


White color preview on #A5C5B0 background

This text has white color on #A5C5B0 background.