COLOR #A8F6C7

HEX: #A8F6C7
RGB: (168,246,199)

Color info

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

RGB color model

#A8F6C7 color RGB value is (168,246,199).

  • red value is 168;
  • green value is 246;
  • blue value is 199.
RGB:
(168,246,199)
(66%,96%,78%)

RGB channels and saturation

R 168 of 255 = 66%
G 246 of 255 = 96%
B 199 of 255 = 78%

168
246
199

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

Portions of RGB colors in percentages

R + G + B =
168 + 246 + 199 = 613 (100%)
R 168 of 613 ~ 27.41%
G 246 of 613 ~ 40.13%
B 199 of 613 ~ 32.46%

%27.41
%40.13
%32.46

CMYK color model

#A8F6C7 color CMYK value is (32,0,19,4).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 3.53%
CMYK:
(32,0,19,4)
C32M0Y19K4 
(32%,0%,19%,4%)
(0.32/0.00/0.19/0.04)	

CMYK percentages

%31.71
%0
%19.11
%3.53

Codes

Color #A8F6C7 in popluar color models

A8F6C7
RGB168246199
HSL144°81.25%81.18%
HSB/HSV144°31.71%96.47%
CMYK31.71%0.00%19.11%
3.53%

Color #A8F6C7 in popluar number systems.

HEXA8F6C7
Decimal168246199
Binary101010001111011011000111
Octal250366307

Shades and tints

Shades of #A8F6C7

#A8F6C7
(168,246,199)
#99E0B5
(153,224,181)
#8ACAA3
(138,202,163)
#7BB491
(123,180,145)
#6C9E7F
(108,158,127)
#5D886D
(93,136,109)
#4E725B
(78,114,91)
#3F5C49
(63,92,73)
#304637
(48,70,55)
#213025
(33,48,37)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #A8F6C7

#A8F6C7
(168,246,199)
#AFF6CC
(175,246,204)
#B6F6D1
(182,246,209)
#BDF6D6
(189,246,214)
#C4F6DB
(196,246,219)
#CBF6E0
(203,246,224)
#D2F6E5
(210,246,229)
#D9F6EA
(217,246,234)
#E0F6EF
(224,246,239)
#E7F6F4
(231,246,244)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F6C7 color. Also use rgb(168,246,199) instead hex code.

Text Font Color

.myTextColor { color: #A8F6C7; }

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

This text font color is #A8F6C7.


Background Color

.myBgColor { background-color: #A8F6C7; }

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

This div background color is #A8F6C7.


Border color

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

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

This div border color is #A8F6C7.


Opacity

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

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

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

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

This text has shadow with #A8F6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F6C7 on black background.


Color preview on white background

This text has color #A8F6C7 on white background.



Black color preview on #A8F6C7 background

This text has black color on #A8F6C7 background.


White color preview on #A8F6C7 background

This text has white color on #A8F6C7 background.