COLOR #A3E7BF

HEX: #A3E7BF
RGB: (163,231,191)

Color info

#A3E7BF contains mainly green and blue colors. Web safe color of #A3E7BF is #99FFCC (or #9FC).

RGB color model

#A3E7BF color RGB value is (163,231,191).

  • red value is 163;
  • green value is 231;
  • blue value is 191.
RGB:
(163,231,191)
(64%,91%,75%)

RGB channels and saturation

R 163 of 255 = 64%
G 231 of 255 = 91%
B 191 of 255 = 75%

163
231
191

R + G + B ~ 77%. #A3E7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 231 + 191 = 585 (100%)
R 163 of 585 ~ 27.86%
G 231 of 585 ~ 39.49%
B 191 of 585 ~ 32.65%

%27.86
%39.49
%32.65

CMYK color model

#A3E7BF color CMYK value is (29,0,17,9).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 9.41%
CMYK:
(29,0,17,9)
C29M0Y17K9 
(29%,0%,17%,9%)
(0.29/0.00/0.17/0.09)	

CMYK percentages

%29.44
%0
%17.32
%9.41

Codes

Color #A3E7BF in popluar color models

A3E7BF
RGB163231191
HSL145°58.62%77.25%
HSB/HSV145°29.44%90.59%
CMYK29.44%0.00%17.32%
9.41%

Color #A3E7BF in popluar number systems.

HEXA3E7BF
Decimal163231191
Binary101000111110011110111111
Octal243347277

Shades and tints

Shades of #A3E7BF

#A3E7BF
(163,231,191)
#95D2AE
(149,210,174)
#87BD9D
(135,189,157)
#79A88C
(121,168,140)
#6B937B
(107,147,123)
#5D7E6A
(93,126,106)
#4F6959
(79,105,89)
#415448
(65,84,72)
#333F37
(51,63,55)
#252A26
(37,42,38)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #A3E7BF

#A3E7BF
(163,231,191)
#ABE9C4
(171,233,196)
#B3EBC9
(179,235,201)
#BBEDCE
(187,237,206)
#C3EFD3
(195,239,211)
#CBF1D8
(203,241,216)
#D3F3DD
(211,243,221)
#DBF5E2
(219,245,226)
#E3F7E7
(227,247,231)
#EBF9EC
(235,249,236)
#F3FBF1
(243,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E7BF color. Also use rgb(163,231,191) instead hex code.

Text Font Color

.myTextColor { color: #A3E7BF; }

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

This text font color is #A3E7BF.


Background Color

.myBgColor { background-color: #A3E7BF; }

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

This div background color is #A3E7BF.


Border color

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

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

This div border color is #A3E7BF.


Opacity

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

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

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

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

This text has shadow with #A3E7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E7BF on black background.


Color preview on white background

This text has color #A3E7BF on white background.



Black color preview on #A3E7BF background

This text has black color on #A3E7BF background.


White color preview on #A3E7BF background

This text has white color on #A3E7BF background.