COLOR #A1CD97

HEX: #A1CD97
RGB: (161,205,151)

Color info

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

RGB color model

#A1CD97 color RGB value is (161,205,151).

  • red value is 161;
  • green value is 205;
  • blue value is 151.
RGB:
(161,205,151)
(63%,80%,59%)

RGB channels and saturation

R 161 of 255 = 63%
G 205 of 255 = 80%
B 151 of 255 = 59%

161
205
151

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

Portions of RGB colors in percentages

R + G + B =
161 + 205 + 151 = 517 (100%)
R 161 of 517 ~ 31.14%
G 205 of 517 ~ 39.65%
B 151 of 517 ~ 29.21%

%31.14
%39.65
%29.21

CMYK color model

#A1CD97 color CMYK value is (21,0,26,20).

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 26.34%
  • key color value is 19.61%
CMYK:
(21,0,26,20)
C21M0Y26K20 
(21%,0%,26%,20%)
(0.21/0.00/0.26/0.20)	

CMYK percentages

%21.46
%0
%26.34
%19.61

Codes

Color #A1CD97 in popluar color models

A1CD97
RGB161205151
HSL109°35.06%69.80%
HSB/HSV109°26.34%80.39%
CMYK21.46%0.00%26.34%
19.61%

Color #A1CD97 in popluar number systems.

HEXA1CD97
Decimal161205151
Binary101000011100110110010111
Octal241315227

Shades and tints

Shades of #A1CD97

#A1CD97
(161,205,151)
#93BB8A
(147,187,138)
#85A97D
(133,169,125)
#779770
(119,151,112)
#698563
(105,133,99)
#5B7356
(91,115,86)
#4D6149
(77,97,73)
#3F4F3C
(63,79,60)
#313D2F
(49,61,47)
#232B22
(35,43,34)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #A1CD97

#A1CD97
(161,205,151)
#A9D1A0
(169,209,160)
#B1D5A9
(177,213,169)
#B9D9B2
(185,217,178)
#C1DDBB
(193,221,187)
#C9E1C4
(201,225,196)
#D1E5CD
(209,229,205)
#D9E9D6
(217,233,214)
#E1EDDF
(225,237,223)
#E9F1E8
(233,241,232)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1CD97 color. Also use rgb(161,205,151) instead hex code.

Text Font Color

.myTextColor { color: #A1CD97; }

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

This text font color is #A1CD97.


Background Color

.myBgColor { background-color: #A1CD97; }

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

This div background color is #A1CD97.


Border color

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

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

This div border color is #A1CD97.


Opacity

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

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

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

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

This text has shadow with #A1CD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CD97 on black background.


Color preview on white background

This text has color #A1CD97 on white background.



Black color preview on #A1CD97 background

This text has black color on #A1CD97 background.


White color preview on #A1CD97 background

This text has white color on #A1CD97 background.