COLOR #A5CB8D

HEX: #A5CB8D RGB: (165,203,141)

Color info

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

RGB color model

#A5CB8D color RGB value is (165,203,141).

RGB: (165,203,141) (65%, 80%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 141 of 255 = 55%

165
203
141

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

Portions of RGB colors in percentages

R + G + B = 165 + 203 + 141 = 509 (100%)
R 165 of 509 ~ 32.42%
G 203 of 509 ~ 39.88%
B 141 of 509 ~ 27.7'%

%32.42
%39.88
%27.7

CMYK color model

#A5CB8D color CMYK value is (19,0,31,20).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 30.54%
  • key color value is 20.39%

CMYK: (19,0,31,20)
C19M0Y31K20 (19%, 0%, 31%, 20%)
(0.19 / 0.00 / 0.31 / 0.20)

CMYK percentages

%18.72
%0
%30.54
%20.39

Codes

Color #A5CB8D in popluar color models

A5 CB 8D
RGB 165 203 141
HSL 97° 37.35% 67.45%
HSB/HSV 97° 30.54% 79.61%
CMYK 18.72% 0.00% 30.54%
20.39%

Color #A5CB8D in popluar number systems.

HEX A5 CB 8D
Decimal 165 203 141
Binary 10100101 11001011 10001101
Octal 245 313 215

Shades and tints

Shades of #A5CB8D

#A5CB8D
(165,203,141)
#96B981
(150,185,129)
#87A775
(135,167,117)
#789569
(120,149,105)
#69835D
(105,131,93)
#5A7151
(90,113,81)
#4B5F45
(75,95,69)
#3C4D39
(60,77,57)
#2D3B2D
(45,59,45)
#1E2921
(30,41,33)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5CB8D

#A5CB8D
(165,203,141)
#ADCF97
(173,207,151)
#B5D3A1
(181,211,161)
#BDD7AB
(189,215,171)
#C5DBB5
(197,219,181)
#CDDFBF
(205,223,191)
#D5E3C9
(213,227,201)
#DDE7D3
(221,231,211)
#E5EBDD
(229,235,221)
#EDEFE7
(237,239,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CB8D; }

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

This text font color is #A5CB8D.

Background Color

.myBgColor { background-color: #A5CB8D; }

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

This div background color is #A5CB8D.

Border color

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

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

This div border color is #A5CB8D.

Opacity

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

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

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

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

This text has shadow with #A5CB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CB8D.

Preview

Color preview on black background

This text has color #A5CB8D on black background.


Color preview on white background

This text has color #A5CB8D on white background.


Black color preview on #A5CB8D background

This text has black color on #A5CB8D background.


White color preview on #A5CB8D background

This text has white color on #A5CB8D background.


Related colors

Complementary color

Complementary color for #hex is #5A3472.


I love getcolorcode.com

Triadic colors

1 #8DA5CB and #CB8DA5 with #A5CB8D are triadic colors.

2 #8DCBA5 and #CBA58D with #A5CB8D are triadic colors.