COLOR #A3F7E0

HEX: #A3F7E0
RGB: (163,247,224)

Color info

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

RGB color model

#A3F7E0 color RGB value is (163,247,224).

  • red value is 163;
  • green value is 247;
  • blue value is 224.
RGB:
(163,247,224)
(64%,97%,88%)

RGB channels and saturation

R 163 of 255 = 64%
G 247 of 255 = 97%
B 224 of 255 = 88%

163
247
224

R + G + B ~ 83%. #A3F7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 247 + 224 = 634 (100%)
R 163 of 634 ~ 25.71%
G 247 of 634 ~ 38.96%
B 224 of 634 ~ 35.33%

%25.71
%38.96
%35.33

CMYK color model

#A3F7E0 color CMYK value is (34,0,9,3).

  • cyan value is 34.01%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 3.14%
CMYK:
(34,0,9,3)
C34M0Y9K3 
(34%,0%,9%,3%)
(0.34/0.00/0.09/0.03)	

CMYK percentages

%34.01
%0
%9.31
%3.14

Codes

Color #A3F7E0 in popluar color models

A3F7E0
RGB163247224
HSL164°84.00%80.39%
HSB/HSV164°34.01%96.86%
CMYK34.01%0.00%9.31%
3.14%

Color #A3F7E0 in popluar number systems.

HEXA3F7E0
Decimal163247224
Binary101000111111011111100000
Octal243367340

Shades and tints

Shades of #A3F7E0

#A3F7E0
(163,247,224)
#95E1CC
(149,225,204)
#87CBB8
(135,203,184)
#79B5A4
(121,181,164)
#6B9F90
(107,159,144)
#5D897C
(93,137,124)
#4F7368
(79,115,104)
#415D54
(65,93,84)
#334740
(51,71,64)
#25312C
(37,49,44)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #A3F7E0

#A3F7E0
(163,247,224)
#ABF7E2
(171,247,226)
#B3F7E4
(179,247,228)
#BBF7E6
(187,247,230)
#C3F7E8
(195,247,232)
#CBF7EA
(203,247,234)
#D3F7EC
(211,247,236)
#DBF7EE
(219,247,238)
#E3F7F0
(227,247,240)
#EBF7F2
(235,247,242)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3F7E0 color. Also use rgb(163,247,224) instead hex code.

Text Font Color

.myTextColor { color: #A3F7E0; }

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

This text font color is #A3F7E0.


Background Color

.myBgColor { background-color: #A3F7E0; }

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

This div background color is #A3F7E0.


Border color

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

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

This div border color is #A3F7E0.


Opacity

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

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

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

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

This text has shadow with #A3F7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3F7E0 on black background.


Color preview on white background

This text has color #A3F7E0 on white background.



Black color preview on #A3F7E0 background

This text has black color on #A3F7E0 background.


White color preview on #A3F7E0 background

This text has white color on #A3F7E0 background.