COLOR #A1CB9F

HEX: #A1CB9F RGB: (161,203,159)

Color info

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

RGB color model

#A1CB9F color RGB value is (161,203,159).

RGB: (161,203,159) (63%, 80%, 62%)

RGB channels and saturation

R 161 of 255 = 63%
G 203 of 255 = 80%
B 159 of 255 = 62%

161
203
159

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

Portions of RGB colors in percentages

R + G + B = 161 + 203 + 159 = 523 (100%)
R 161 of 523 ~ 30.78%
G 203 of 523 ~ 38.81%
B 159 of 523 ~ 30.4'%

%30.78
%38.81
%30.4

CMYK color model

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

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 20.39%
CMYK: (21,0,22,20) C21M0Y22K20 (21%,0%,22%,20%) (0.21/0.00/0.22/0.20) 

CMYK percentages

%20.69
%0
%21.67
%20.39

Codes

Color #A1CB9F in popluar color models

A1 CB 9F
RGB 161 203 159
HSL 117° 29.73% 70.98%
HSB/HSV 117° 21.67% 79.61%
CMYK 20.69% 0.00% 21.67%
20.39%

Color #A1CB9F in popluar number systems.

HEX A1 CB 9F
Decimal 161 203 159
Binary 10100001 11001011 10011111
Octal 241 313 237

Shades and tints

Shades of #A1CB9F

#A1CB9F
(161,203,159)
#93B991
(147,185,145)
#85A783
(133,167,131)
#779575
(119,149,117)
#698367
(105,131,103)
#5B7159
(91,113,89)
#4D5F4B
(77,95,75)
#3F4D3D
(63,77,61)
#313B2F
(49,59,47)
#232921
(35,41,33)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #A1CB9F

#A1CB9F
(161,203,159)
#A9CFA7
(169,207,167)
#B1D3AF
(177,211,175)
#B9D7B7
(185,215,183)
#C1DBBF
(193,219,191)
#C9DFC7
(201,223,199)
#D1E3CF
(209,227,207)
#D9E7D7
(217,231,215)
#E1EBDF
(225,235,223)
#E9EFE7
(233,239,231)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CB9F; }

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

This text font color is #A1CB9F.

Background Color

.myBgColor { background-color: #A1CB9F; }

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

This div background color is #A1CB9F.

Border color

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

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

This div border color is #A1CB9F.

Opacity

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

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

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

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

This text has shadow with #A1CB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1CB9F.

Preview

Color preview on black background

This text has color #A1CB9F on black background.


Color preview on white background

This text has color #A1CB9F on white background.


Black color preview on #A1CB9F background

This text has black color on #A1CB9F background.


White color preview on #A1CB9F background

This text has white color on #A1CB9F background.


Related colors

Complementary color

Complementary color for #hex is #5E3460.


I love getcolorcode.com

Triadic colors

1 #9FA1CB and #CB9FA1 with #A1CB9F are triadic colors.

2 #9FCBA1 and #CBA19F with #A1CB9F are triadic colors.