COLOR #A1C7AA

HEX: #A1C7AA
RGB: (161,199,170)

Color info

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

RGB color model

#A1C7AA color RGB value is (161,199,170).

  • red value is 161;
  • green value is 199;
  • blue value is 170.
RGB:
(161,199,170)
(63%,78%,67%)

RGB channels and saturation

R 161 of 255 = 63%
G 199 of 255 = 78%
B 170 of 255 = 67%

161
199
170

R + G + B ~ 69%. #A1C7AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 199 + 170 = 530 (100%)
R 161 of 530 ~ 30.38%
G 199 of 530 ~ 37.55%
B 170 of 530 ~ 32.08%

%30.38
%37.55
%32.08

CMYK color model

#A1C7AA color CMYK value is (19,0,15,22).

  • cyan value is 19.10%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 21.96%
CMYK:
(19,0,15,22)
C19M0Y15K22 
(19%,0%,15%,22%)
(0.19/0.00/0.15/0.22)	

CMYK percentages

%19.1
%0
%14.57
%21.96

Codes

Color #A1C7AA in popluar color models

A1C7AA
RGB161199170
HSL134°25.33%70.59%
HSB/HSV134°19.10%78.04%
CMYK19.10%0.00%14.57%
21.96%

Color #A1C7AA in popluar number systems.

HEXA1C7AA
Decimal161199170
Binary101000011100011110101010
Octal241307252

Shades and tints

Shades of #A1C7AA

#A1C7AA
(161,199,170)
#93B59B
(147,181,155)
#85A38C
(133,163,140)
#77917D
(119,145,125)
#697F6E
(105,127,110)
#5B6D5F
(91,109,95)
#4D5B50
(77,91,80)
#3F4941
(63,73,65)
#313732
(49,55,50)
#232523
(35,37,35)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #A1C7AA

#A1C7AA
(161,199,170)
#A9CCB1
(169,204,177)
#B1D1B8
(177,209,184)
#B9D6BF
(185,214,191)
#C1DBC6
(193,219,198)
#C9E0CD
(201,224,205)
#D1E5D4
(209,229,212)
#D9EADB
(217,234,219)
#E1EFE2
(225,239,226)
#E9F4E9
(233,244,233)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C7AA color. Also use rgb(161,199,170) instead hex code.

Text Font Color

.myTextColor { color: #A1C7AA; }

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

This text font color is #A1C7AA.


Background Color

.myBgColor { background-color: #A1C7AA; }

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

This div background color is #A1C7AA.


Border color

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

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

This div border color is #A1C7AA.


Opacity

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

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

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

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

This text has shadow with #A1C7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C7AA on black background.


Color preview on white background

This text has color #A1C7AA on white background.



Black color preview on #A1C7AA background

This text has black color on #A1C7AA background.


White color preview on #A1C7AA background

This text has white color on #A1C7AA background.