COLOR #A1CCA1

HEX: #A1CCA1
RGB: (161,204,161)

Color info

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

RGB color model

#A1CCA1 color RGB value is (161,204,161).

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

RGB channels and saturation

R 161 of 255 = 63%
G 204 of 255 = 80%
B 161 of 255 = 63%

161
204
161

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

Portions of RGB colors in percentages

R + G + B =
161 + 204 + 161 = 526 (100%)
R 161 of 526 ~ 30.61%
G 204 of 526 ~ 38.78%
B 161 of 526 ~ 30.61%

%30.61
%38.78
%30.61

CMYK color model

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

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 20.00%
CMYK:
(21,0,21,20)
C21M0Y21K20 
(21%,0%,21%,20%)
(0.21/0.00/0.21/0.20)	

CMYK percentages

%21.08
%0
%21.08
%20

Codes

Color #A1CCA1 in popluar color models

A1CCA1
RGB161204161
HSL120°29.66%71.57%
HSB/HSV120°21.08%80.00%
CMYK21.08%0.00%21.08%
20.00%

Color #A1CCA1 in popluar number systems.

HEXA1CCA1
Decimal161204161
Binary101000011100110010100001
Octal241314241

Shades and tints

Shades of #A1CCA1

#A1CCA1
(161,204,161)
#93BA93
(147,186,147)
#85A885
(133,168,133)
#779677
(119,150,119)
#698469
(105,132,105)
#5B725B
(91,114,91)
#4D604D
(77,96,77)
#3F4E3F
(63,78,63)
#313C31
(49,60,49)
#232A23
(35,42,35)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #A1CCA1

#A1CCA1
(161,204,161)
#A9D0A9
(169,208,169)
#B1D4B1
(177,212,177)
#B9D8B9
(185,216,185)
#C1DCC1
(193,220,193)
#C9E0C9
(201,224,201)
#D1E4D1
(209,228,209)
#D9E8D9
(217,232,217)
#E1ECE1
(225,236,225)
#E9F0E9
(233,240,233)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CCA1; }

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

This text font color is #A1CCA1.


Background Color

.myBgColor { background-color: #A1CCA1; }

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

This div background color is #A1CCA1.


Border color

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

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

This div border color is #A1CCA1.


Opacity

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

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

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

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

This text has shadow with #A1CCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CCA1 on black background.


Color preview on white background

This text has color #A1CCA1 on white background.



Black color preview on #A1CCA1 background

This text has black color on #A1CCA1 background.


White color preview on #A1CCA1 background

This text has white color on #A1CCA1 background.