COLOR #A3E2B1

HEX: #A3E2B1
RGB: (163,226,177)

Color info

#A3E2B1 contains mainly green and blue colors. Web safe color of #A3E2B1 is #99CC99 (or #9C9).

RGB color model

#A3E2B1 color RGB value is (163,226,177).

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

RGB channels and saturation

R 163 of 255 = 64%
G 226 of 255 = 89%
B 177 of 255 = 69%

163
226
177

R + G + B ~ 74%. #A3E2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 226 + 177 = 566 (100%)
R 163 of 566 ~ 28.8%
G 226 of 566 ~ 39.93%
B 177 of 566 ~ 31.27%

%28.8
%39.93
%31.27

CMYK color model

#A3E2B1 color CMYK value is (28,0,22,11).

  • cyan value is 27.88%
  • magenta value is 0.00%
  • yellow value is 21.68%
  • key color value is 11.37%
CMYK:
(28,0,22,11)
C28M0Y22K11 
(28%,0%,22%,11%)
(0.28/0.00/0.22/0.11)	

CMYK percentages

%27.88
%0
%21.68
%11.37

Codes

Color #A3E2B1 in popluar color models

A3E2B1
RGB163226177
HSL133°52.07%76.27%
HSB/HSV133°27.88%88.63%
CMYK27.88%0.00%21.68%
11.37%

Color #A3E2B1 in popluar number systems.

HEXA3E2B1
Decimal163226177
Binary101000111110001010110001
Octal243342261

Shades and tints

Shades of #A3E2B1

#A3E2B1
(163,226,177)
#95CEA1
(149,206,161)
#87BA91
(135,186,145)
#79A681
(121,166,129)
#6B9271
(107,146,113)
#5D7E61
(93,126,97)
#4F6A51
(79,106,81)
#415641
(65,86,65)
#334231
(51,66,49)
#252E21
(37,46,33)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #A3E2B1

#A3E2B1
(163,226,177)
#ABE4B8
(171,228,184)
#B3E6BF
(179,230,191)
#BBE8C6
(187,232,198)
#C3EACD
(195,234,205)
#CBECD4
(203,236,212)
#D3EEDB
(211,238,219)
#DBF0E2
(219,240,226)
#E3F2E9
(227,242,233)
#EBF4F0
(235,244,240)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E2B1; }

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

This text font color is #A3E2B1.


Background Color

.myBgColor { background-color: #A3E2B1; }

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

This div background color is #A3E2B1.


Border color

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

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

This div border color is #A3E2B1.


Opacity

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

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

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

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

This text has shadow with #A3E2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E2B1 on black background.


Color preview on white background

This text has color #A3E2B1 on white background.



Black color preview on #A3E2B1 background

This text has black color on #A3E2B1 background.


White color preview on #A3E2B1 background

This text has white color on #A3E2B1 background.