COLOR #A7FFC6

HEX: #A7FFC6
RGB: (167,255,198)

Color info

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

RGB color model

#A7FFC6 color RGB value is (167,255,198).

  • red value is 167;
  • green value is 255;
  • blue value is 198.
RGB:
(167,255,198)
(65%,100%,78%)

RGB channels and saturation

R 167 of 255 = 65%
G 255 of 255 = 100%
B 198 of 255 = 78%

167
255
198

R + G + B ~ 81%. #A7FFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 255 + 198 = 620 (100%)
R 167 of 620 ~ 26.94%
G 255 of 620 ~ 41.13%
B 198 of 620 ~ 31.94%

%26.94
%41.13
%31.94

CMYK color model

#A7FFC6 color CMYK value is (35,0,22,0).

  • cyan value is 34.51%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 0.00%
CMYK:
(35,0,22,0)
C35M0Y22K0 
(35%,0%,22%,0%)
(0.35/0.00/0.22/0.00)	

CMYK percentages

%34.51
%0
%22.35
%0

Codes

Color #A7FFC6 in popluar color models

A7FFC6
RGB167255198
HSL141°100.00%82.75%
HSB/HSV141°34.51%100.00%
CMYK34.51%0.00%22.35%
0.00%

Color #A7FFC6 in popluar number systems.

HEXA7FFC6
Decimal167255198
Binary101001111111111111000110
Octal247377306

Shades and tints

Shades of #A7FFC6

#A7FFC6
(167,255,198)
#98E8B4
(152,232,180)
#89D1A2
(137,209,162)
#7ABA90
(122,186,144)
#6BA37E
(107,163,126)
#5C8C6C
(92,140,108)
#4D755A
(77,117,90)
#3E5E48
(62,94,72)
#2F4736
(47,71,54)
#203024
(32,48,36)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #A7FFC6

#A7FFC6
(167,255,198)
#AFFFCB
(175,255,203)
#B7FFD0
(183,255,208)
#BFFFD5
(191,255,213)
#C7FFDA
(199,255,218)
#CFFFDF
(207,255,223)
#D7FFE4
(215,255,228)
#DFFFE9
(223,255,233)
#E7FFEE
(231,255,238)
#EFFFF3
(239,255,243)
#F7FFF8
(247,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7FFC6 color. Also use rgb(167,255,198) instead hex code.

Text Font Color

.myTextColor { color: #A7FFC6; }

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

This text font color is #A7FFC6.


Background Color

.myBgColor { background-color: #A7FFC6; }

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

This div background color is #A7FFC6.


Border color

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

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

This div border color is #A7FFC6.


Opacity

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

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

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

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

This text has shadow with #A7FFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FFC6 on black background.


Color preview on white background

This text has color #A7FFC6 on white background.



Black color preview on #A7FFC6 background

This text has black color on #A7FFC6 background.


White color preview on #A7FFC6 background

This text has white color on #A7FFC6 background.