COLOR #A1C09B

HEX: #A1C09B
RGB: (161,192,155)

Color info

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

RGB color model

#A1C09B color RGB value is (161,192,155).

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

RGB channels and saturation

R 161 of 255 = 63%
G 192 of 255 = 75%
B 155 of 255 = 61%

161
192
155

R + G + B ~ 66%. #A1C09B is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 192 + 155 = 508 (100%)
R 161 of 508 ~ 31.69%
G 192 of 508 ~ 37.8%
B 155 of 508 ~ 30.51%

%31.69
%37.8
%30.51

CMYK color model

#A1C09B color CMYK value is (16,0,19,25).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 24.71%
CMYK:
(16,0,19,25)
C16M0Y19K25 
(16%,0%,19%,25%)
(0.16/0.00/0.19/0.25)	

CMYK percentages

%16.15
%0
%19.27
%24.71

Codes

Color #A1C09B in popluar color models

A1C09B
RGB161192155
HSL110°22.70%68.04%
HSB/HSV110°19.27%75.29%
CMYK16.15%0.00%19.27%
24.71%

Color #A1C09B in popluar number systems.

HEXA1C09B
Decimal161192155
Binary101000011100000010011011
Octal241300233

Shades and tints

Shades of #A1C09B

#A1C09B
(161,192,155)
#93AF8D
(147,175,141)
#859E7F
(133,158,127)
#778D71
(119,141,113)
#697C63
(105,124,99)
#5B6B55
(91,107,85)
#4D5A47
(77,90,71)
#3F4939
(63,73,57)
#31382B
(49,56,43)
#23271D
(35,39,29)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #A1C09B

#A1C09B
(161,192,155)
#A9C5A4
(169,197,164)
#B1CAAD
(177,202,173)
#B9CFB6
(185,207,182)
#C1D4BF
(193,212,191)
#C9D9C8
(201,217,200)
#D1DED1
(209,222,209)
#D9E3DA
(217,227,218)
#E1E8E3
(225,232,227)
#E9EDEC
(233,237,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C09B; }

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

This text font color is #A1C09B.


Background Color

.myBgColor { background-color: #A1C09B; }

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

This div background color is #A1C09B.


Border color

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

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

This div border color is #A1C09B.


Opacity

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

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

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

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

This text has shadow with #A1C09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C09B on black background.


Color preview on white background

This text has color #A1C09B on white background.



Black color preview on #A1C09B background

This text has black color on #A1C09B background.


White color preview on #A1C09B background

This text has white color on #A1C09B background.