COLOR #A8F2B4

HEX: #A8F2B4
RGB: (168,242,180)

Color info

#A8F2B4 contains mainly green color. Web safe color of #A8F2B4 is #99FFCC (or #9FC).

RGB color model

#A8F2B4 color RGB value is (168,242,180).

  • red value is 168;
  • green value is 242;
  • blue value is 180.
RGB:
(168,242,180)
(66%,95%,71%)

RGB channels and saturation

R 168 of 255 = 66%
G 242 of 255 = 95%
B 180 of 255 = 71%

168
242
180

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

Portions of RGB colors in percentages

R + G + B =
168 + 242 + 180 = 590 (100%)
R 168 of 590 ~ 28.47%
G 242 of 590 ~ 41.02%
B 180 of 590 ~ 30.51%

%28.47
%41.02
%30.51

CMYK color model

#A8F2B4 color CMYK value is (31,0,26,5).

  • cyan value is 30.58%
  • magenta value is 0.00%
  • yellow value is 25.62%
  • key color value is 5.10%
CMYK:
(31,0,26,5)
C31M0Y26K5 
(31%,0%,26%,5%)
(0.31/0.00/0.26/0.05)	

CMYK percentages

%30.58
%0
%25.62
%5.1

Codes

Color #A8F2B4 in popluar color models

A8F2B4
RGB168242180
HSL130°74.00%80.39%
HSB/HSV130°30.58%94.90%
CMYK30.58%0.00%25.62%
5.10%

Color #A8F2B4 in popluar number systems.

HEXA8F2B4
Decimal168242180
Binary101010001111001010110100
Octal250362264

Shades and tints

Shades of #A8F2B4

#A8F2B4
(168,242,180)
#99DCA4
(153,220,164)
#8AC694
(138,198,148)
#7BB084
(123,176,132)
#6C9A74
(108,154,116)
#5D8464
(93,132,100)
#4E6E54
(78,110,84)
#3F5844
(63,88,68)
#304234
(48,66,52)
#212C24
(33,44,36)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #A8F2B4

#A8F2B4
(168,242,180)
#AFF3BA
(175,243,186)
#B6F4C0
(182,244,192)
#BDF5C6
(189,245,198)
#C4F6CC
(196,246,204)
#CBF7D2
(203,247,210)
#D2F8D8
(210,248,216)
#D9F9DE
(217,249,222)
#E0FAE4
(224,250,228)
#E7FBEA
(231,251,234)
#EEFCF0
(238,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F2B4 color. Also use rgb(168,242,180) instead hex code.

Text Font Color

.myTextColor { color: #A8F2B4; }

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

This text font color is #A8F2B4.


Background Color

.myBgColor { background-color: #A8F2B4; }

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

This div background color is #A8F2B4.


Border color

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

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

This div border color is #A8F2B4.


Opacity

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

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

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

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

This text has shadow with #A8F2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F2B4 on black background.


Color preview on white background

This text has color #A8F2B4 on white background.



Black color preview on #A8F2B4 background

This text has black color on #A8F2B4 background.


White color preview on #A8F2B4 background

This text has white color on #A8F2B4 background.