COLOR #A8EFA3

HEX: #A8EFA3
RGB: (168,239,163)

Color info

#A8EFA3 contains mainly green color. Web safe color of #A8EFA3 is #99FF99 (or #9F9).

RGB color model

#A8EFA3 color RGB value is (168,239,163).

  • red value is 168;
  • green value is 239;
  • blue value is 163.
RGB:
(168,239,163)
(66%,94%,64%)

RGB channels and saturation

R 168 of 255 = 66%
G 239 of 255 = 94%
B 163 of 255 = 64%

168
239
163

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

Portions of RGB colors in percentages

R + G + B =
168 + 239 + 163 = 570 (100%)
R 168 of 570 ~ 29.47%
G 239 of 570 ~ 41.93%
B 163 of 570 ~ 28.6%

%29.47
%41.93
%28.6

CMYK color model

#A8EFA3 color CMYK value is (30,0,32,6).

  • cyan value is 29.71%
  • magenta value is 0.00%
  • yellow value is 31.80%
  • key color value is 6.27%
CMYK:
(30,0,32,6)
C30M0Y32K6 
(30%,0%,32%,6%)
(0.30/0.00/0.32/0.06)	

CMYK percentages

%29.71
%0
%31.8
%6.27

Codes

Color #A8EFA3 in popluar color models

A8EFA3
RGB168239163
HSL116°70.37%78.82%
HSB/HSV116°31.80%93.73%
CMYK29.71%0.00%31.80%
6.27%

Color #A8EFA3 in popluar number systems.

HEXA8EFA3
Decimal168239163
Binary101010001110111110100011
Octal250357243

Shades and tints

Shades of #A8EFA3

#A8EFA3
(168,239,163)
#99DA95
(153,218,149)
#8AC587
(138,197,135)
#7BB079
(123,176,121)
#6C9B6B
(108,155,107)
#5D865D
(93,134,93)
#4E714F
(78,113,79)
#3F5C41
(63,92,65)
#304733
(48,71,51)
#213225
(33,50,37)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #A8EFA3

#A8EFA3
(168,239,163)
#AFF0AB
(175,240,171)
#B6F1B3
(182,241,179)
#BDF2BB
(189,242,187)
#C4F3C3
(196,243,195)
#CBF4CB
(203,244,203)
#D2F5D3
(210,245,211)
#D9F6DB
(217,246,219)
#E0F7E3
(224,247,227)
#E7F8EB
(231,248,235)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8EFA3 color. Also use rgb(168,239,163) instead hex code.

Text Font Color

.myTextColor { color: #A8EFA3; }

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

This text font color is #A8EFA3.


Background Color

.myBgColor { background-color: #A8EFA3; }

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

This div background color is #A8EFA3.


Border color

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

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

This div border color is #A8EFA3.


Opacity

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

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

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

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

This text has shadow with #A8EFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EFA3 on black background.


Color preview on white background

This text has color #A8EFA3 on white background.



Black color preview on #A8EFA3 background

This text has black color on #A8EFA3 background.


White color preview on #A8EFA3 background

This text has white color on #A8EFA3 background.