COLOR #A7F7CC

HEX: #A7F7CC
RGB: (167,247,204)

Color info

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

RGB color model

#A7F7CC color RGB value is (167,247,204).

  • red value is 167;
  • green value is 247;
  • blue value is 204.
RGB:
(167,247,204)
(65%,97%,80%)

RGB channels and saturation

R 167 of 255 = 65%
G 247 of 255 = 97%
B 204 of 255 = 80%

167
247
204

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

Portions of RGB colors in percentages

R + G + B =
167 + 247 + 204 = 618 (100%)
R 167 of 618 ~ 27.02%
G 247 of 618 ~ 39.97%
B 204 of 618 ~ 33.01%

%27.02
%39.97
%33.01

CMYK color model

#A7F7CC color CMYK value is (32,0,17,3).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(32,0,17,3)
C32M0Y17K3 
(32%,0%,17%,3%)
(0.32/0.00/0.17/0.03)	

CMYK percentages

%32.39
%0
%17.41
%3.14

Codes

Color #A7F7CC in popluar color models

A7F7CC
RGB167247204
HSL148°83.33%81.18%
HSB/HSV148°32.39%96.86%
CMYK32.39%0.00%17.41%
3.14%

Color #A7F7CC in popluar number systems.

HEXA7F7CC
Decimal167247204
Binary101001111111011111001100
Octal247367314

Shades and tints

Shades of #A7F7CC

#A7F7CC
(167,247,204)
#98E1BA
(152,225,186)
#89CBA8
(137,203,168)
#7AB596
(122,181,150)
#6B9F84
(107,159,132)
#5C8972
(92,137,114)
#4D7360
(77,115,96)
#3E5D4E
(62,93,78)
#2F473C
(47,71,60)
#20312A
(32,49,42)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #A7F7CC

#A7F7CC
(167,247,204)
#AFF7D0
(175,247,208)
#B7F7D4
(183,247,212)
#BFF7D8
(191,247,216)
#C7F7DC
(199,247,220)
#CFF7E0
(207,247,224)
#D7F7E4
(215,247,228)
#DFF7E8
(223,247,232)
#E7F7EC
(231,247,236)
#EFF7F0
(239,247,240)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F7CC color. Also use rgb(167,247,204) instead hex code.

Text Font Color

.myTextColor { color: #A7F7CC; }

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

This text font color is #A7F7CC.


Background Color

.myBgColor { background-color: #A7F7CC; }

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

This div background color is #A7F7CC.


Border color

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

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

This div border color is #A7F7CC.


Opacity

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

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

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

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

This text has shadow with #A7F7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F7CC on black background.


Color preview on white background

This text has color #A7F7CC on white background.



Black color preview on #A7F7CC background

This text has black color on #A7F7CC background.


White color preview on #A7F7CC background

This text has white color on #A7F7CC background.