COLOR #A5CB8F

HEX: #A5CB8F RGB: (165,203,143)

Color info

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

RGB color model

#A5CB8F color RGB value is (165,203,143).

RGB: (165,203,143) (65%, 80%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 143 of 255 = 56%

165
203
143

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

Portions of RGB colors in percentages

R + G + B = 165 + 203 + 143 = 511 (100%)
R 165 of 511 ~ 32.29%
G 203 of 511 ~ 39.73%
B 143 of 511 ~ 27.98'%

%32.29
%39.73
%27.98

CMYK color model

#A5CB8F color CMYK value is (19,0,30,20).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 29.56%
  • key color value is 20.39%
CMYK: (19,0,30,20) C19M0Y30K20 (19%,0%,30%,20%) (0.19/0.00/0.30/0.20) 

CMYK percentages

%18.72
%0
%29.56
%20.39

Codes

Color #A5CB8F in popluar color models

A5 CB 8F
RGB 165 203 143
HSL 98° 36.59% 67.84%
HSB/HSV 98° 29.56% 79.61%
CMYK 18.72% 0.00% 29.56%
20.39%

Color #A5CB8F in popluar number systems.

HEX A5 CB 8F
Decimal 165 203 143
Binary 10100101 11001011 10001111
Octal 245 313 217

Shades and tints

Shades of #A5CB8F

#A5CB8F
(165,203,143)
#96B982
(150,185,130)
#87A775
(135,167,117)
#789568
(120,149,104)
#69835B
(105,131,91)
#5A714E
(90,113,78)
#4B5F41
(75,95,65)
#3C4D34
(60,77,52)
#2D3B27
(45,59,39)
#1E291A
(30,41,26)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #A5CB8F

#A5CB8F
(165,203,143)
#ADCF99
(173,207,153)
#B5D3A3
(181,211,163)
#BDD7AD
(189,215,173)
#C5DBB7
(197,219,183)
#CDDFC1
(205,223,193)
#D5E3CB
(213,227,203)
#DDE7D5
(221,231,213)
#E5EBDF
(229,235,223)
#EDEFE9
(237,239,233)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CB8F; }

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

This text font color is #A5CB8F.

Background Color

.myBgColor { background-color: #A5CB8F; }

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

This div background color is #A5CB8F.

Border color

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

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

This div border color is #A5CB8F.

Opacity

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

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

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

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

This text has shadow with #A5CB8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CB8F.

Preview

Color preview on black background

This text has color #A5CB8F on black background.


Color preview on white background

This text has color #A5CB8F on white background.


Black color preview on #A5CB8F background

This text has black color on #A5CB8F background.


White color preview on #A5CB8F background

This text has white color on #A5CB8F background.


Related colors

Complementary color

Complementary color for #hex is #5A3470.


I love getcolorcode.com

Triadic colors

1 #8FA5CB and #CB8FA5 with #A5CB8F are triadic colors.

2 #8FCBA5 and #CBA58F with #A5CB8F are triadic colors.