COLOR #A5CE8B

HEX: #A5CE8B RGB: (165,206,139)

Color info

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

RGB color model

#A5CE8B color RGB value is (165,206,139).

RGB: (165,206,139) (65%, 81%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 206 of 255 = 81%
B 139 of 255 = 55%

165
206
139

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

Portions of RGB colors in percentages

R + G + B = 165 + 206 + 139 = 510 (100%)
R 165 of 510 ~ 32.35%
G 206 of 510 ~ 40.39%
B 139 of 510 ~ 27.25'%

%32.35
%40.39
%27.25

CMYK color model

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

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 19.22%

CMYK: (20,0,33,19)
C20M0Y33K19 (20%, 0%, 33%, 19%)
(0.20 / 0.00 / 0.33 / 0.19)

CMYK percentages

%19.9
%0
%32.52
%19.22

Codes

Color #A5CE8B in popluar color models

A5 CE 8B
RGB 165 206 139
HSL 97° 40.61% 67.65%
HSB/HSV 97° 32.52% 80.78%
CMYK 19.90% 0.00% 32.52%
19.22%

Color #A5CE8B in popluar number systems.

HEX A5 CE 8B
Decimal 165 206 139
Binary 10100101 11001110 10001011
Octal 245 316 213

Shades and tints

Shades of #A5CE8B

#A5CE8B
(165,206,139)
#96BC7F
(150,188,127)
#87AA73
(135,170,115)
#789867
(120,152,103)
#69865B
(105,134,91)
#5A744F
(90,116,79)
#4B6243
(75,98,67)
#3C5037
(60,80,55)
#2D3E2B
(45,62,43)
#1E2C1F
(30,44,31)
#0F1A13
(15,26,19)
#000000
(0,0,0)

Tints of #A5CE8B

#A5CE8B
(165,206,139)
#ADD295
(173,210,149)
#B5D69F
(181,214,159)
#BDDAA9
(189,218,169)
#C5DEB3
(197,222,179)
#CDE2BD
(205,226,189)
#D5E6C7
(213,230,199)
#DDEAD1
(221,234,209)
#E5EEDB
(229,238,219)
#EDF2E5
(237,242,229)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CE8B; }

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

This text font color is #A5CE8B.

Background Color

.myBgColor { background-color: #A5CE8B; }

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

This div background color is #A5CE8B.

Border color

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

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

This div border color is #A5CE8B.

Opacity

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

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

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

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

This text has shadow with #A5CE8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CE8B.

Preview

Color preview on black background

This text has color #A5CE8B on black background.


Color preview on white background

This text has color #A5CE8B on white background.


Black color preview on #A5CE8B background

This text has black color on #A5CE8B background.


White color preview on #A5CE8B background

This text has white color on #A5CE8B background.


Related colors

Complementary color

Complementary color for #hex is #5A3174.


I love getcolorcode.com

Triadic colors

1 #8BA5CE and #CE8BA5 with #A5CE8B are triadic colors.

2 #8BCEA5 and #CEA58B with #A5CE8B are triadic colors.