COLOR #A1CD9B

HEX: #A1CD9B
RGB: (161,205,155)

Color info

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

RGB color model

#A1CD9B color RGB value is (161,205,155).

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

RGB channels and saturation

R 161 of 255 = 63%
G 205 of 255 = 80%
B 155 of 255 = 61%

161
205
155

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

Portions of RGB colors in percentages

R + G + B =
161 + 205 + 155 = 521 (100%)
R 161 of 521 ~ 30.9%
G 205 of 521 ~ 39.35%
B 155 of 521 ~ 29.75%

%30.9
%39.35
%29.75

CMYK color model

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

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 19.61%
CMYK:
(21,0,24,20)
C21M0Y24K20 
(21%,0%,24%,20%)
(0.21/0.00/0.24/0.20)	

CMYK percentages

%21.46
%0
%24.39
%19.61

Codes

Color #A1CD9B in popluar color models

A1CD9B
RGB161205155
HSL113°33.33%70.59%
HSB/HSV113°24.39%80.39%
CMYK21.46%0.00%24.39%
19.61%

Color #A1CD9B in popluar number systems.

HEXA1CD9B
Decimal161205155
Binary101000011100110110011011
Octal241315233

Shades and tints

Shades of #A1CD9B

#A1CD9B
(161,205,155)
#93BB8D
(147,187,141)
#85A97F
(133,169,127)
#779771
(119,151,113)
#698563
(105,133,99)
#5B7355
(91,115,85)
#4D6147
(77,97,71)
#3F4F39
(63,79,57)
#313D2B
(49,61,43)
#232B1D
(35,43,29)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #A1CD9B

#A1CD9B
(161,205,155)
#A9D1A4
(169,209,164)
#B1D5AD
(177,213,173)
#B9D9B6
(185,217,182)
#C1DDBF
(193,221,191)
#C9E1C8
(201,225,200)
#D1E5D1
(209,229,209)
#D9E9DA
(217,233,218)
#E1EDE3
(225,237,227)
#E9F1EC
(233,241,236)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CD9B; }

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

This text font color is #A1CD9B.


Background Color

.myBgColor { background-color: #A1CD9B; }

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

This div background color is #A1CD9B.


Border color

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

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

This div border color is #A1CD9B.


Opacity

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

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

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

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

This text has shadow with #A1CD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CD9B on black background.


Color preview on white background

This text has color #A1CD9B on white background.



Black color preview on #A1CD9B background

This text has black color on #A1CD9B background.


White color preview on #A1CD9B background

This text has white color on #A1CD9B background.