COLOR #A1CE9B

HEX: #A1CE9B RGB: (161,206,155)

Color info

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

RGB color model

#A1CE9B color RGB value is (161,206,155).

RGB: (161,206,155) (63%, 81%, 61%)

RGB channels and saturation

R 161 of 255 = 63%
G 206 of 255 = 81%
B 155 of 255 = 61%

161
206
155

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

Portions of RGB colors in percentages

R + G + B = 161 + 206 + 155 = 522 (100%)
R 161 of 522 ~ 30.84%
G 206 of 522 ~ 39.46%
B 155 of 522 ~ 29.69'%

%30.84
%39.46
%29.69

CMYK color model

#A1CE9B color CMYK value is (22,0,25,19).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 19.22%

CMYK: (22,0,25,19)
C22M0Y25K19 (22%, 0%, 25%, 19%)
(0.22 / 0.00 / 0.25 / 0.19)

CMYK percentages

%21.84
%0
%24.76
%19.22

Codes

Color #A1CE9B in popluar color models

A1 CE 9B
RGB 161 206 155
HSL 113° 34.23% 70.78%
HSB/HSV 113° 24.76% 80.78%
CMYK 21.84% 0.00% 24.76%
19.22%

Color #A1CE9B in popluar number systems.

HEX A1 CE 9B
Decimal 161 206 155
Binary 10100001 11001110 10011011
Octal 241 316 233

Shades and tints

Shades of #A1CE9B

#A1CE9B
(161,206,155)
#93BC8D
(147,188,141)
#85AA7F
(133,170,127)
#779871
(119,152,113)
#698663
(105,134,99)
#5B7455
(91,116,85)
#4D6247
(77,98,71)
#3F5039
(63,80,57)
#313E2B
(49,62,43)
#232C1D
(35,44,29)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #A1CE9B

#A1CE9B
(161,206,155)
#A9D2A4
(169,210,164)
#B1D6AD
(177,214,173)
#B9DAB6
(185,218,182)
#C1DEBF
(193,222,191)
#C9E2C8
(201,226,200)
#D1E6D1
(209,230,209)
#D9EADA
(217,234,218)
#E1EEE3
(225,238,227)
#E9F2EC
(233,242,236)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CE9B; }

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

This text font color is #A1CE9B.

Background Color

.myBgColor { background-color: #A1CE9B; }

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

This div background color is #A1CE9B.

Border color

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

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

This div border color is #A1CE9B.

Opacity

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

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

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

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

This text has shadow with #A1CE9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1CE9B.

Preview

Color preview on black background

This text has color #A1CE9B on black background.


Color preview on white background

This text has color #A1CE9B on white background.


Black color preview on #A1CE9B background

This text has black color on #A1CE9B background.


White color preview on #A1CE9B background

This text has white color on #A1CE9B background.


Related colors

Complementary color

Complementary color for #hex is #5E3164.


I love getcolorcode.com

Triadic colors

1 #9BA1CE and #CE9BA1 with #A1CE9B are triadic colors.

2 #9BCEA1 and #CEA19B with #A1CE9B are triadic colors.