COLOR #A5C697

HEX: #A5C697
RGB: (165,198,151)

Color info

#A5C697 contains red, green and blue colors in about the same proportion. Web safe color of #A5C697 is #99CC99 (or #9C9).

RGB color model

#A5C697 color RGB value is (165,198,151).

  • red value is 165;
  • green value is 198;
  • blue value is 151.
RGB:
(165,198,151)
(65%,78%,59%)

RGB channels and saturation

R 165 of 255 = 65%
G 198 of 255 = 78%
B 151 of 255 = 59%

165
198
151

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

Portions of RGB colors in percentages

R + G + B =
165 + 198 + 151 = 514 (100%)
R 165 of 514 ~ 32.1%
G 198 of 514 ~ 38.52%
B 151 of 514 ~ 29.38%

%32.1
%38.52
%29.38

CMYK color model

#A5C697 color CMYK value is (17,0,24,22).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 22.35%
CMYK:
(17,0,24,22)
C17M0Y24K22 
(17%,0%,24%,22%)
(0.17/0.00/0.24/0.22)	

CMYK percentages

%16.67
%0
%23.74
%22.35

Codes

Color #A5C697 in popluar color models

A5C697
RGB165198151
HSL102°29.19%68.43%
HSB/HSV102°23.74%77.65%
CMYK16.67%0.00%23.74%
22.35%

Color #A5C697 in popluar number systems.

HEXA5C697
Decimal165198151
Binary101001011100011010010111
Octal245306227

Shades and tints

Shades of #A5C697

#A5C697
(165,198,151)
#96B48A
(150,180,138)
#87A27D
(135,162,125)
#789070
(120,144,112)
#697E63
(105,126,99)
#5A6C56
(90,108,86)
#4B5A49
(75,90,73)
#3C483C
(60,72,60)
#2D362F
(45,54,47)
#1E2422
(30,36,34)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #A5C697

#A5C697
(165,198,151)
#ADCBA0
(173,203,160)
#B5D0A9
(181,208,169)
#BDD5B2
(189,213,178)
#C5DABB
(197,218,187)
#CDDFC4
(205,223,196)
#D5E4CD
(213,228,205)
#DDE9D6
(221,233,214)
#E5EEDF
(229,238,223)
#EDF3E8
(237,243,232)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C697 color. Also use rgb(165,198,151) instead hex code.

Text Font Color

.myTextColor { color: #A5C697; }

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

This text font color is #A5C697.


Background Color

.myBgColor { background-color: #A5C697; }

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

This div background color is #A5C697.


Border color

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

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

This div border color is #A5C697.


Opacity

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

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

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

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

This text has shadow with #A5C697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C697 on black background.


Color preview on white background

This text has color #A5C697 on white background.



Black color preview on #A5C697 background

This text has black color on #A5C697 background.


White color preview on #A5C697 background

This text has white color on #A5C697 background.