COLOR #A5CB87

HEX: #A5CB87
RGB: (165,203,135)

Color info

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

RGB color model

#A5CB87 color RGB value is (165,203,135).

  • red value is 165;
  • green value is 203;
  • blue value is 135.
RGB:
(165,203,135)
(65%,80%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 135 of 255 = 53%

165
203
135

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

Portions of RGB colors in percentages

R + G + B =
165 + 203 + 135 = 503 (100%)
R 165 of 503 ~ 32.8%
G 203 of 503 ~ 40.36%
B 135 of 503 ~ 26.84%

%32.8
%40.36
%26.84

CMYK color model

#A5CB87 color CMYK value is (19,0,33,20).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 33.50%
  • key color value is 20.39%
CMYK:
(19,0,33,20)
C19M0Y33K20 
(19%,0%,33%,20%)
(0.19/0.00/0.33/0.20)	

CMYK percentages

%18.72
%0
%33.5
%20.39

Codes

Color #A5CB87 in popluar color models

A5CB87
RGB165203135
HSL94°39.53%66.27%
HSB/HSV94°33.50%79.61%
CMYK18.72%0.00%33.50%
20.39%

Color #A5CB87 in popluar number systems.

HEXA5CB87
Decimal165203135
Binary101001011100101110000111
Octal245313207

Shades and tints

Shades of #A5CB87

#A5CB87
(165,203,135)
#96B97B
(150,185,123)
#87A76F
(135,167,111)
#789563
(120,149,99)
#698357
(105,131,87)
#5A714B
(90,113,75)
#4B5F3F
(75,95,63)
#3C4D33
(60,77,51)
#2D3B27
(45,59,39)
#1E291B
(30,41,27)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #A5CB87

#A5CB87
(165,203,135)
#ADCF91
(173,207,145)
#B5D39B
(181,211,155)
#BDD7A5
(189,215,165)
#C5DBAF
(197,219,175)
#CDDFB9
(205,223,185)
#D5E3C3
(213,227,195)
#DDE7CD
(221,231,205)
#E5EBD7
(229,235,215)
#EDEFE1
(237,239,225)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CB87 color. Also use rgb(165,203,135) instead hex code.

Text Font Color

.myTextColor { color: #A5CB87; }

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

This text font color is #A5CB87.


Background Color

.myBgColor { background-color: #A5CB87; }

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

This div background color is #A5CB87.


Border color

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

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

This div border color is #A5CB87.


Opacity

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

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

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

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

This text has shadow with #A5CB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CB87 on black background.


Color preview on white background

This text has color #A5CB87 on white background.



Black color preview on #A5CB87 background

This text has black color on #A5CB87 background.


White color preview on #A5CB87 background

This text has white color on #A5CB87 background.