COLOR #A7F9B4

HEX: #A7F9B4
RGB: (167,249,180)

Color info

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

RGB color model

#A7F9B4 color RGB value is (167,249,180).

  • red value is 167;
  • green value is 249;
  • blue value is 180.
RGB:
(167,249,180)
(65%,98%,71%)

RGB channels and saturation

R 167 of 255 = 65%
G 249 of 255 = 98%
B 180 of 255 = 71%

167
249
180

R + G + B ~ 78%. #A7F9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 249 + 180 = 596 (100%)
R 167 of 596 ~ 28.02%
G 249 of 596 ~ 41.78%
B 180 of 596 ~ 30.2%

%28.02
%41.78
%30.2

CMYK color model

#A7F9B4 color CMYK value is (33,0,28,2).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 27.71%
  • key color value is 2.35%
CMYK:
(33,0,28,2)
C33M0Y28K2 
(33%,0%,28%,2%)
(0.33/0.00/0.28/0.02)	

CMYK percentages

%32.93
%0
%27.71
%2.35

Codes

Color #A7F9B4 in popluar color models

A7F9B4
RGB167249180
HSL130°87.23%81.57%
HSB/HSV130°32.93%97.65%
CMYK32.93%0.00%27.71%
2.35%

Color #A7F9B4 in popluar number systems.

HEXA7F9B4
Decimal167249180
Binary101001111111100110110100
Octal247371264

Shades and tints

Shades of #A7F9B4

#A7F9B4
(167,249,180)
#98E3A4
(152,227,164)
#89CD94
(137,205,148)
#7AB784
(122,183,132)
#6BA174
(107,161,116)
#5C8B64
(92,139,100)
#4D7554
(77,117,84)
#3E5F44
(62,95,68)
#2F4934
(47,73,52)
#203324
(32,51,36)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #A7F9B4

#A7F9B4
(167,249,180)
#AFF9BA
(175,249,186)
#B7F9C0
(183,249,192)
#BFF9C6
(191,249,198)
#C7F9CC
(199,249,204)
#CFF9D2
(207,249,210)
#D7F9D8
(215,249,216)
#DFF9DE
(223,249,222)
#E7F9E4
(231,249,228)
#EFF9EA
(239,249,234)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7F9B4; }

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

This text font color is #A7F9B4.


Background Color

.myBgColor { background-color: #A7F9B4; }

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

This div background color is #A7F9B4.


Border color

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

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

This div border color is #A7F9B4.


Opacity

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

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

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

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

This text has shadow with #A7F9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F9B4 on black background.


Color preview on white background

This text has color #A7F9B4 on white background.



Black color preview on #A7F9B4 background

This text has black color on #A7F9B4 background.


White color preview on #A7F9B4 background

This text has white color on #A7F9B4 background.