COLOR #A1E6B7

HEX: #A1E6B7
RGB: (161,230,183)

Color info

#A1E6B7 contains mainly green and blue colors. Web safe color of #A1E6B7 is #99CCCC (or #9CC).

RGB color model

#A1E6B7 color RGB value is (161,230,183).

  • red value is 161;
  • green value is 230;
  • blue value is 183.
RGB:
(161,230,183)
(63%,90%,72%)

RGB channels and saturation

R 161 of 255 = 63%
G 230 of 255 = 90%
B 183 of 255 = 72%

161
230
183

R + G + B ~ 75%. #A1E6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 230 + 183 = 574 (100%)
R 161 of 574 ~ 28.05%
G 230 of 574 ~ 40.07%
B 183 of 574 ~ 31.88%

%28.05
%40.07
%31.88

CMYK color model

#A1E6B7 color CMYK value is (30,0,20,10).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 20.43%
  • key color value is 9.80%
CMYK:
(30,0,20,10)
C30M0Y20K10 
(30%,0%,20%,10%)
(0.30/0.00/0.20/0.10)	

CMYK percentages

%30
%0
%20.43
%9.8

Codes

Color #A1E6B7 in popluar color models

A1E6B7
RGB161230183
HSL139°57.98%76.67%
HSB/HSV139°30.00%90.20%
CMYK30.00%0.00%20.43%
9.80%

Color #A1E6B7 in popluar number systems.

HEXA1E6B7
Decimal161230183
Binary101000011110011010110111
Octal241346267

Shades and tints

Shades of #A1E6B7

#A1E6B7
(161,230,183)
#93D2A7
(147,210,167)
#85BE97
(133,190,151)
#77AA87
(119,170,135)
#699677
(105,150,119)
#5B8267
(91,130,103)
#4D6E57
(77,110,87)
#3F5A47
(63,90,71)
#314637
(49,70,55)
#233227
(35,50,39)
#151E17
(21,30,23)
#000000
(0,0,0)

Tints of #A1E6B7

#A1E6B7
(161,230,183)
#A9E8BD
(169,232,189)
#B1EAC3
(177,234,195)
#B9ECC9
(185,236,201)
#C1EECF
(193,238,207)
#C9F0D5
(201,240,213)
#D1F2DB
(209,242,219)
#D9F4E1
(217,244,225)
#E1F6E7
(225,246,231)
#E9F8ED
(233,248,237)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E6B7 color. Also use rgb(161,230,183) instead hex code.

Text Font Color

.myTextColor { color: #A1E6B7; }

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

This text font color is #A1E6B7.


Background Color

.myBgColor { background-color: #A1E6B7; }

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

This div background color is #A1E6B7.


Border color

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

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

This div border color is #A1E6B7.


Opacity

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

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

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

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

This text has shadow with #A1E6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E6B7 on black background.


Color preview on white background

This text has color #A1E6B7 on white background.



Black color preview on #A1E6B7 background

This text has black color on #A1E6B7 background.


White color preview on #A1E6B7 background

This text has white color on #A1E6B7 background.