COLOR #A1CD9E

HEX: #A1CD9E
RGB: (161,205,158)

Color info

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

RGB color model

#A1CD9E color RGB value is (161,205,158).

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

RGB channels and saturation

R 161 of 255 = 63%
G 205 of 255 = 80%
B 158 of 255 = 62%

161
205
158

R + G + B ~ 68%. #A1CD9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 205 + 158 = 524 (100%)
R 161 of 524 ~ 30.73%
G 205 of 524 ~ 39.12%
B 158 of 524 ~ 30.15%

%30.73
%39.12
%30.15

CMYK color model

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

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 22.93%
  • key color value is 19.61%
CMYK:
(21,0,23,20)
C21M0Y23K20 
(21%,0%,23%,20%)
(0.21/0.00/0.23/0.20)	

CMYK percentages

%21.46
%0
%22.93
%19.61

Codes

Color #A1CD9E in popluar color models

A1CD9E
RGB161205158
HSL116°31.97%71.18%
HSB/HSV116°22.93%80.39%
CMYK21.46%0.00%22.93%
19.61%

Color #A1CD9E in popluar number systems.

HEXA1CD9E
Decimal161205158
Binary101000011100110110011110
Octal241315236

Shades and tints

Shades of #A1CD9E

#A1CD9E
(161,205,158)
#93BB90
(147,187,144)
#85A982
(133,169,130)
#779774
(119,151,116)
#698566
(105,133,102)
#5B7358
(91,115,88)
#4D614A
(77,97,74)
#3F4F3C
(63,79,60)
#313D2E
(49,61,46)
#232B20
(35,43,32)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #A1CD9E

#A1CD9E
(161,205,158)
#A9D1A6
(169,209,166)
#B1D5AE
(177,213,174)
#B9D9B6
(185,217,182)
#C1DDBE
(193,221,190)
#C9E1C6
(201,225,198)
#D1E5CE
(209,229,206)
#D9E9D6
(217,233,214)
#E1EDDE
(225,237,222)
#E9F1E6
(233,241,230)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CD9E; }

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

This text font color is #A1CD9E.


Background Color

.myBgColor { background-color: #A1CD9E; }

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

This div background color is #A1CD9E.


Border color

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

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

This div border color is #A1CD9E.


Opacity

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

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

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

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

This text has shadow with #A1CD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CD9E on black background.


Color preview on white background

This text has color #A1CD9E on white background.



Black color preview on #A1CD9E background

This text has black color on #A1CD9E background.


White color preview on #A1CD9E background

This text has white color on #A1CD9E background.