COLOR #A5C2AF

HEX: #A5C2AF
RGB: (165,194,175)

Color info

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

RGB color model

#A5C2AF color RGB value is (165,194,175).

  • red value is 165;
  • green value is 194;
  • blue value is 175.
RGB:
(165,194,175)
(65%,76%,69%)

RGB channels and saturation

R 165 of 255 = 65%
G 194 of 255 = 76%
B 175 of 255 = 69%

165
194
175

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

Portions of RGB colors in percentages

R + G + B =
165 + 194 + 175 = 534 (100%)
R 165 of 534 ~ 30.9%
G 194 of 534 ~ 36.33%
B 175 of 534 ~ 32.77%

%30.9
%36.33
%32.77

CMYK color model

#A5C2AF color CMYK value is (15,0,10,24).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 23.92%
CMYK:
(15,0,10,24)
C15M0Y10K24 
(15%,0%,10%,24%)
(0.15/0.00/0.10/0.24)	

CMYK percentages

%14.95
%0
%9.79
%23.92

Codes

Color #A5C2AF in popluar color models

A5C2AF
RGB165194175
HSL141°19.21%70.39%
HSB/HSV141°14.95%76.08%
CMYK14.95%0.00%9.79%
23.92%

Color #A5C2AF in popluar number systems.

HEXA5C2AF
Decimal165194175
Binary101001011100001010101111
Octal245302257

Shades and tints

Shades of #A5C2AF

#A5C2AF
(165,194,175)
#96B1A0
(150,177,160)
#87A091
(135,160,145)
#788F82
(120,143,130)
#697E73
(105,126,115)
#5A6D64
(90,109,100)
#4B5C55
(75,92,85)
#3C4B46
(60,75,70)
#2D3A37
(45,58,55)
#1E2928
(30,41,40)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #A5C2AF

#A5C2AF
(165,194,175)
#ADC7B6
(173,199,182)
#B5CCBD
(181,204,189)
#BDD1C4
(189,209,196)
#C5D6CB
(197,214,203)
#CDDBD2
(205,219,210)
#D5E0D9
(213,224,217)
#DDE5E0
(221,229,224)
#E5EAE7
(229,234,231)
#EDEFEE
(237,239,238)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C2AF color. Also use rgb(165,194,175) instead hex code.

Text Font Color

.myTextColor { color: #A5C2AF; }

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

This text font color is #A5C2AF.


Background Color

.myBgColor { background-color: #A5C2AF; }

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

This div background color is #A5C2AF.


Border color

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

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

This div border color is #A5C2AF.


Opacity

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

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

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

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

This text has shadow with #A5C2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C2AF on black background.


Color preview on white background

This text has color #A5C2AF on white background.



Black color preview on #A5C2AF background

This text has black color on #A5C2AF background.


White color preview on #A5C2AF background

This text has white color on #A5C2AF background.