COLOR #A8FCC0

HEX: #A8FCC0
RGB: (168,252,192)

Color info

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

RGB color model

#A8FCC0 color RGB value is (168,252,192).

  • red value is 168;
  • green value is 252;
  • blue value is 192.
RGB:
(168,252,192)
(66%,99%,75%)

RGB channels and saturation

R 168 of 255 = 66%
G 252 of 255 = 99%
B 192 of 255 = 75%

168
252
192

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

Portions of RGB colors in percentages

R + G + B =
168 + 252 + 192 = 612 (100%)
R 168 of 612 ~ 27.45%
G 252 of 612 ~ 41.18%
B 192 of 612 ~ 31.37%

%27.45
%41.18
%31.37

CMYK color model

#A8FCC0 color CMYK value is (33,0,24,1).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 1.18%
CMYK:
(33,0,24,1)
C33M0Y24K1 
(33%,0%,24%,1%)
(0.33/0.00/0.24/0.01)	

CMYK percentages

%33.33
%0
%23.81
%1.18

Codes

Color #A8FCC0 in popluar color models

A8FCC0
RGB168252192
HSL137°93.33%82.35%
HSB/HSV137°33.33%98.82%
CMYK33.33%0.00%23.81%
1.18%

Color #A8FCC0 in popluar number systems.

HEXA8FCC0
Decimal168252192
Binary101010001111110011000000
Octal250374300

Shades and tints

Shades of #A8FCC0

#A8FCC0
(168,252,192)
#99E6AF
(153,230,175)
#8AD09E
(138,208,158)
#7BBA8D
(123,186,141)
#6CA47C
(108,164,124)
#5D8E6B
(93,142,107)
#4E785A
(78,120,90)
#3F6249
(63,98,73)
#304C38
(48,76,56)
#213627
(33,54,39)
#122016
(18,32,22)
#000000
(0,0,0)

Tints of #A8FCC0

#A8FCC0
(168,252,192)
#AFFCC5
(175,252,197)
#B6FCCA
(182,252,202)
#BDFCCF
(189,252,207)
#C4FCD4
(196,252,212)
#CBFCD9
(203,252,217)
#D2FCDE
(210,252,222)
#D9FCE3
(217,252,227)
#E0FCE8
(224,252,232)
#E7FCED
(231,252,237)
#EEFCF2
(238,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8FCC0 color. Also use rgb(168,252,192) instead hex code.

Text Font Color

.myTextColor { color: #A8FCC0; }

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

This text font color is #A8FCC0.


Background Color

.myBgColor { background-color: #A8FCC0; }

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

This div background color is #A8FCC0.


Border color

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

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

This div border color is #A8FCC0.


Opacity

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

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

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

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

This text has shadow with #A8FCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8FCC0 on black background.


Color preview on white background

This text has color #A8FCC0 on white background.



Black color preview on #A8FCC0 background

This text has black color on #A8FCC0 background.


White color preview on #A8FCC0 background

This text has white color on #A8FCC0 background.