COLOR #A5C88B

HEX: #A5C88B
RGB: (165,200,139)

Color info

#A5C88B contains mainly red and green colors. Web safe color of #A5C88B is #99CC99 (or #9C9).

RGB color model

#A5C88B color RGB value is (165,200,139).

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

RGB channels and saturation

R 165 of 255 = 65%
G 200 of 255 = 78%
B 139 of 255 = 55%

165
200
139

R + G + B ~ 66%. #A5C88B is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 200 + 139 = 504 (100%)
R 165 of 504 ~ 32.74%
G 200 of 504 ~ 39.68%
B 139 of 504 ~ 27.58%

%32.74
%39.68
%27.58

CMYK color model

#A5C88B color CMYK value is (18,0,31,22).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 21.57%
CMYK:
(18,0,31,22)
C18M0Y31K22 
(18%,0%,31%,22%)
(0.18/0.00/0.31/0.22)	

CMYK percentages

%17.5
%0
%30.5
%21.57

Codes

Color #A5C88B in popluar color models

A5C88B
RGB165200139
HSL94°35.67%66.47%
HSB/HSV94°30.50%78.43%
CMYK17.50%0.00%30.50%
21.57%

Color #A5C88B in popluar number systems.

HEXA5C88B
Decimal165200139
Binary101001011100100010001011
Octal245310213

Shades and tints

Shades of #A5C88B

#A5C88B
(165,200,139)
#96B67F
(150,182,127)
#87A473
(135,164,115)
#789267
(120,146,103)
#69805B
(105,128,91)
#5A6E4F
(90,110,79)
#4B5C43
(75,92,67)
#3C4A37
(60,74,55)
#2D382B
(45,56,43)
#1E261F
(30,38,31)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5C88B

#A5C88B
(165,200,139)
#ADCD95
(173,205,149)
#B5D29F
(181,210,159)
#BDD7A9
(189,215,169)
#C5DCB3
(197,220,179)
#CDE1BD
(205,225,189)
#D5E6C7
(213,230,199)
#DDEBD1
(221,235,209)
#E5F0DB
(229,240,219)
#EDF5E5
(237,245,229)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C88B; }

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

This text font color is #A5C88B.


Background Color

.myBgColor { background-color: #A5C88B; }

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

This div background color is #A5C88B.


Border color

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

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

This div border color is #A5C88B.


Opacity

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

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

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

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

This text has shadow with #A5C88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C88B on black background.


Color preview on white background

This text has color #A5C88B on white background.



Black color preview on #A5C88B background

This text has black color on #A5C88B background.


White color preview on #A5C88B background

This text has white color on #A5C88B background.