COLOR #A8F8C3

HEX: #A8F8C3
RGB: (168,248,195)

Color info

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

RGB color model

#A8F8C3 color RGB value is (168,248,195).

  • red value is 168;
  • green value is 248;
  • blue value is 195.
RGB:
(168,248,195)
(66%,97%,76%)

RGB channels and saturation

R 168 of 255 = 66%
G 248 of 255 = 97%
B 195 of 255 = 76%

168
248
195

R + G + B ~ 80%. #A8F8C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 248 + 195 = 611 (100%)
R 168 of 611 ~ 27.5%
G 248 of 611 ~ 40.59%
B 195 of 611 ~ 31.91%

%27.5
%40.59
%31.91

CMYK color model

#A8F8C3 color CMYK value is (32,0,21,3).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 2.75%
CMYK:
(32,0,21,3)
C32M0Y21K3 
(32%,0%,21%,3%)
(0.32/0.00/0.21/0.03)	

CMYK percentages

%32.26
%0
%21.37
%2.75

Codes

Color #A8F8C3 in popluar color models

A8F8C3
RGB168248195
HSL140°85.11%81.57%
HSB/HSV140°32.26%97.25%
CMYK32.26%0.00%21.37%
2.75%

Color #A8F8C3 in popluar number systems.

HEXA8F8C3
Decimal168248195
Binary101010001111100011000011
Octal250370303

Shades and tints

Shades of #A8F8C3

#A8F8C3
(168,248,195)
#99E2B2
(153,226,178)
#8ACCA1
(138,204,161)
#7BB690
(123,182,144)
#6CA07F
(108,160,127)
#5D8A6E
(93,138,110)
#4E745D
(78,116,93)
#3F5E4C
(63,94,76)
#30483B
(48,72,59)
#21322A
(33,50,42)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #A8F8C3

#A8F8C3
(168,248,195)
#AFF8C8
(175,248,200)
#B6F8CD
(182,248,205)
#BDF8D2
(189,248,210)
#C4F8D7
(196,248,215)
#CBF8DC
(203,248,220)
#D2F8E1
(210,248,225)
#D9F8E6
(217,248,230)
#E0F8EB
(224,248,235)
#E7F8F0
(231,248,240)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F8C3 color. Also use rgb(168,248,195) instead hex code.

Text Font Color

.myTextColor { color: #A8F8C3; }

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

This text font color is #A8F8C3.


Background Color

.myBgColor { background-color: #A8F8C3; }

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

This div background color is #A8F8C3.


Border color

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

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

This div border color is #A8F8C3.


Opacity

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

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

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

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

This text has shadow with #A8F8C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F8C3 on black background.


Color preview on white background

This text has color #A8F8C3 on white background.



Black color preview on #A8F8C3 background

This text has black color on #A8F8C3 background.


White color preview on #A8F8C3 background

This text has white color on #A8F8C3 background.