COLOR #A5CD87

HEX: #A5CD87 RGB: (165,205,135)

Color info

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

RGB color model

#A5CD87 color RGB value is (165,205,135).

RGB: (165,205,135) (65%, 80%, 53%)

RGB channels and saturation

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

165
205
135

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

Portions of RGB colors in percentages

R + G + B = 165 + 205 + 135 = 505 (100%)
R 165 of 505 ~ 32.67%
G 205 of 505 ~ 40.59%
B 135 of 505 ~ 26.73'%

%32.67
%40.59
%26.73

CMYK color model

#A5CD87 color CMYK value is (20,0,34,20).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 19.61%

CMYK: (20,0,34,20)
C20M0Y34K20 (20%, 0%, 34%, 20%)
(0.20 / 0.00 / 0.34 / 0.20)

CMYK percentages

%19.51
%0
%34.15
%19.61

Codes

Color #A5CD87 in popluar color models

A5 CD 87
RGB 165 205 135
HSL 94° 41.18% 66.67%
HSB/HSV 94° 34.15% 80.39%
CMYK 19.51% 0.00% 34.15%
19.61%

Color #A5CD87 in popluar number systems.

HEX A5 CD 87
Decimal 165 205 135
Binary 10100101 11001101 10000111
Octal 245 315 207

Shades and tints

Shades of #A5CD87

#A5CD87
(165,205,135)
#96BB7B
(150,187,123)
#87A96F
(135,169,111)
#789763
(120,151,99)
#698557
(105,133,87)
#5A734B
(90,115,75)
#4B613F
(75,97,63)
#3C4F33
(60,79,51)
#2D3D27
(45,61,39)
#1E2B1B
(30,43,27)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #A5CD87

#A5CD87
(165,205,135)
#ADD191
(173,209,145)
#B5D59B
(181,213,155)
#BDD9A5
(189,217,165)
#C5DDAF
(197,221,175)
#CDE1B9
(205,225,185)
#D5E5C3
(213,229,195)
#DDE9CD
(221,233,205)
#E5EDD7
(229,237,215)
#EDF1E1
(237,241,225)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CD87; }

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

This text font color is #A5CD87.

Background Color

.myBgColor { background-color: #A5CD87; }

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

This div background color is #A5CD87.

Border color

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

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

This div border color is #A5CD87.

Opacity

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

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

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

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

This text has shadow with #A5CD87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CD87.

Preview

Color preview on black background

This text has color #A5CD87 on black background.


Color preview on white background

This text has color #A5CD87 on white background.


Black color preview on #A5CD87 background

This text has black color on #A5CD87 background.


White color preview on #A5CD87 background

This text has white color on #A5CD87 background.


Related colors

Complementary color

Complementary color for #hex is #5A3278.


I love getcolorcode.com

Triadic colors

1 #87A5CD and #CD87A5 with #A5CD87 are triadic colors.

2 #87CDA5 and #CDA587 with #A5CD87 are triadic colors.