COLOR #A7F9C8

HEX: #A7F9C8 RGB: (167,249,200)

Color info

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

RGB color model

#A7F9C8 color RGB value is (167,249,200).

RGB: (167,249,200) (65%, 98%, 78%)

RGB channels and saturation

R 167 of 255 = 65%
G 249 of 255 = 98%
B 200 of 255 = 78%

167
249
200

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

Portions of RGB colors in percentages

R + G + B = 167 + 249 + 200 = 616 (100%)
R 167 of 616 ~ 27.11%
G 249 of 616 ~ 40.42%
B 200 of 616 ~ 32.47'%

%27.11
%40.42
%32.47

CMYK color model

#A7F9C8 color CMYK value is (33,0,20,2).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 19.68%
  • key color value is 2.35%

CMYK: (33,0,20,2)
C33M0Y20K2 (33%, 0%, 20%, 2%)
(0.33 / 0.00 / 0.20 / 0.02)

CMYK percentages

%32.93
%0
%19.68
%2.35

Codes

Color #A7F9C8 in popluar color models

A7 F9 C8
RGB 167 249 200
HSL 144° 87.23% 81.57%
HSB/HSV 144° 32.93% 97.65%
CMYK 32.93% 0.00% 19.68%
2.35%

Color #A7F9C8 in popluar number systems.

HEX A7 F9 C8
Decimal 167 249 200
Binary 10100111 11111001 11001000
Octal 247 371 310

Shades and tints

Shades of #A7F9C8

#A7F9C8
(167,249,200)
#98E3B6
(152,227,182)
#89CDA4
(137,205,164)
#7AB792
(122,183,146)
#6BA180
(107,161,128)
#5C8B6E
(92,139,110)
#4D755C
(77,117,92)
#3E5F4A
(62,95,74)
#2F4938
(47,73,56)
#203326
(32,51,38)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #A7F9C8

#A7F9C8
(167,249,200)
#AFF9CD
(175,249,205)
#B7F9D2
(183,249,210)
#BFF9D7
(191,249,215)
#C7F9DC
(199,249,220)
#CFF9E1
(207,249,225)
#D7F9E6
(215,249,230)
#DFF9EB
(223,249,235)
#E7F9F0
(231,249,240)
#EFF9F5
(239,249,245)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F9C8 color. Also use rgb(167,249,200) instead hex code.

Text Font Color

.myTextColor { color: #A7F9C8; }

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

This text font color is #A7F9C8.

Background Color

.myBgColor { background-color: #A7F9C8; }

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

This div background color is #A7F9C8.

Border color

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

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

This div border color is #A7F9C8.

Opacity

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

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

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

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

This text has shadow with #A7F9C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7F9C8.

Preview

Color preview on black background

This text has color #A7F9C8 on black background.


Color preview on white background

This text has color #A7F9C8 on white background.


Black color preview on #A7F9C8 background

This text has black color on #A7F9C8 background.


White color preview on #A7F9C8 background

This text has white color on #A7F9C8 background.


Related colors

Complementary color

Complementary color for #hex is #580637.


I love getcolorcode.com

Triadic colors

1 #C8A7F9 and #F9C8A7 with #A7F9C8 are triadic colors.

2 #C8F9A7 and #F9A7C8 with #A7F9C8 are triadic colors.