COLOR #A5C8AA

HEX: #A5C8AA
RGB: (165,200,170)

Color info

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

RGB color model

#A5C8AA color RGB value is (165,200,170).

  • red value is 165;
  • green value is 200;
  • blue value is 170.
RGB:
(165,200,170)
(65%,78%,67%)

RGB channels and saturation

R 165 of 255 = 65%
G 200 of 255 = 78%
B 170 of 255 = 67%

165
200
170

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

Portions of RGB colors in percentages

R + G + B =
165 + 200 + 170 = 535 (100%)
R 165 of 535 ~ 30.84%
G 200 of 535 ~ 37.38%
B 170 of 535 ~ 31.78%

%30.84
%37.38
%31.78

CMYK color model

#A5C8AA color CMYK value is (18,0,15,22).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 21.57%
CMYK:
(18,0,15,22)
C18M0Y15K22 
(18%,0%,15%,22%)
(0.18/0.00/0.15/0.22)	

CMYK percentages

%17.5
%0
%15
%21.57

Codes

Color #A5C8AA in popluar color models

A5C8AA
RGB165200170
HSL129°24.14%71.57%
HSB/HSV129°17.50%78.43%
CMYK17.50%0.00%15.00%
21.57%

Color #A5C8AA in popluar number systems.

HEXA5C8AA
Decimal165200170
Binary101001011100100010101010
Octal245310252

Shades and tints

Shades of #A5C8AA

#A5C8AA
(165,200,170)
#96B69B
(150,182,155)
#87A48C
(135,164,140)
#78927D
(120,146,125)
#69806E
(105,128,110)
#5A6E5F
(90,110,95)
#4B5C50
(75,92,80)
#3C4A41
(60,74,65)
#2D3832
(45,56,50)
#1E2623
(30,38,35)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #A5C8AA

#A5C8AA
(165,200,170)
#ADCDB1
(173,205,177)
#B5D2B8
(181,210,184)
#BDD7BF
(189,215,191)
#C5DCC6
(197,220,198)
#CDE1CD
(205,225,205)
#D5E6D4
(213,230,212)
#DDEBDB
(221,235,219)
#E5F0E2
(229,240,226)
#EDF5E9
(237,245,233)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C8AA color. Also use rgb(165,200,170) instead hex code.

Text Font Color

.myTextColor { color: #A5C8AA; }

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

This text font color is #A5C8AA.


Background Color

.myBgColor { background-color: #A5C8AA; }

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

This div background color is #A5C8AA.


Border color

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

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

This div border color is #A5C8AA.


Opacity

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

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

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

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

This text has shadow with #A5C8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C8AA on black background.


Color preview on white background

This text has color #A5C8AA on white background.



Black color preview on #A5C8AA background

This text has black color on #A5C8AA background.


White color preview on #A5C8AA background

This text has white color on #A5C8AA background.