COLOR #A5CD8B

HEX: #A5CD8B
RGB: (165,205,139)

Color info

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

RGB color model

#A5CD8B color RGB value is (165,205,139).

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

RGB channels and saturation

R 165 of 255 = 65%
G 205 of 255 = 80%
B 139 of 255 = 55%

165
205
139

R + G + B ~ 67%. #A5CD8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 205 + 139 = 509 (100%)
R 165 of 509 ~ 32.42%
G 205 of 509 ~ 40.28%
B 139 of 509 ~ 27.31%

%32.42
%40.28
%27.31

CMYK color model

#A5CD8B color CMYK value is (20,0,32,20).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 19.61%
CMYK:
(20,0,32,20)
C20M0Y32K20 
(20%,0%,32%,20%)
(0.20/0.00/0.32/0.20)	

CMYK percentages

%19.51
%0
%32.2
%19.61

Codes

Color #A5CD8B in popluar color models

A5CD8B
RGB165205139
HSL96°39.76%67.45%
HSB/HSV96°32.20%80.39%
CMYK19.51%0.00%32.20%
19.61%

Color #A5CD8B in popluar number systems.

HEXA5CD8B
Decimal165205139
Binary101001011100110110001011
Octal245315213

Shades and tints

Shades of #A5CD8B

#A5CD8B
(165,205,139)
#96BB7F
(150,187,127)
#87A973
(135,169,115)
#789767
(120,151,103)
#69855B
(105,133,91)
#5A734F
(90,115,79)
#4B6143
(75,97,67)
#3C4F37
(60,79,55)
#2D3D2B
(45,61,43)
#1E2B1F
(30,43,31)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #A5CD8B

#A5CD8B
(165,205,139)
#ADD195
(173,209,149)
#B5D59F
(181,213,159)
#BDD9A9
(189,217,169)
#C5DDB3
(197,221,179)
#CDE1BD
(205,225,189)
#D5E5C7
(213,229,199)
#DDE9D1
(221,233,209)
#E5EDDB
(229,237,219)
#EDF1E5
(237,241,229)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CD8B; }

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

This text font color is #A5CD8B.


Background Color

.myBgColor { background-color: #A5CD8B; }

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

This div background color is #A5CD8B.


Border color

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

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

This div border color is #A5CD8B.


Opacity

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

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

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

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

This text has shadow with #A5CD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CD8B on black background.


Color preview on white background

This text has color #A5CD8B on white background.



Black color preview on #A5CD8B background

This text has black color on #A5CD8B background.


White color preview on #A5CD8B background

This text has white color on #A5CD8B background.