COLOR #A3EAB1

HEX: #A3EAB1
RGB: (163,234,177)

Color info

#A3EAB1 contains mainly green and blue colors. Web safe color of #A3EAB1 is #99FF99 (or #9F9).

RGB color model

#A3EAB1 color RGB value is (163,234,177).

  • red value is 163;
  • green value is 234;
  • blue value is 177.
RGB:
(163,234,177)
(64%,92%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 234 of 255 = 92%
B 177 of 255 = 69%

163
234
177

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

Portions of RGB colors in percentages

R + G + B =
163 + 234 + 177 = 574 (100%)
R 163 of 574 ~ 28.4%
G 234 of 574 ~ 40.77%
B 177 of 574 ~ 30.84%

%28.4
%40.77
%30.84

CMYK color model

#A3EAB1 color CMYK value is (30,0,24,8).

  • cyan value is 30.34%
  • magenta value is 0.00%
  • yellow value is 24.36%
  • key color value is 8.24%
CMYK:
(30,0,24,8)
C30M0Y24K8 
(30%,0%,24%,8%)
(0.30/0.00/0.24/0.08)	

CMYK percentages

%30.34
%0
%24.36
%8.24

Codes

Color #A3EAB1 in popluar color models

A3EAB1
RGB163234177
HSL132°62.83%77.84%
HSB/HSV132°30.34%91.76%
CMYK30.34%0.00%24.36%
8.24%

Color #A3EAB1 in popluar number systems.

HEXA3EAB1
Decimal163234177
Binary101000111110101010110001
Octal243352261

Shades and tints

Shades of #A3EAB1

#A3EAB1
(163,234,177)
#95D5A1
(149,213,161)
#87C091
(135,192,145)
#79AB81
(121,171,129)
#6B9671
(107,150,113)
#5D8161
(93,129,97)
#4F6C51
(79,108,81)
#415741
(65,87,65)
#334231
(51,66,49)
#252D21
(37,45,33)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #A3EAB1

#A3EAB1
(163,234,177)
#ABEBB8
(171,235,184)
#B3ECBF
(179,236,191)
#BBEDC6
(187,237,198)
#C3EECD
(195,238,205)
#CBEFD4
(203,239,212)
#D3F0DB
(211,240,219)
#DBF1E2
(219,241,226)
#E3F2E9
(227,242,233)
#EBF3F0
(235,243,240)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3EAB1 color. Also use rgb(163,234,177) instead hex code.

Text Font Color

.myTextColor { color: #A3EAB1; }

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

This text font color is #A3EAB1.


Background Color

.myBgColor { background-color: #A3EAB1; }

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

This div background color is #A3EAB1.


Border color

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

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

This div border color is #A3EAB1.


Opacity

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

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

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

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

This text has shadow with #A3EAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EAB1 on black background.


Color preview on white background

This text has color #A3EAB1 on white background.



Black color preview on #A3EAB1 background

This text has black color on #A3EAB1 background.


White color preview on #A3EAB1 background

This text has white color on #A3EAB1 background.