COLOR #A7F9B8

HEX: #A7F9B8 RGB: (167,249,184)

Color info

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

RGB color model

#A7F9B8 color RGB value is (167,249,184).

RGB: (167,249,184) (65%, 98%, 72%)

RGB channels and saturation

R 167 of 255 = 65%
G 249 of 255 = 98%
B 184 of 255 = 72%

167
249
184

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

Portions of RGB colors in percentages

R + G + B = 167 + 249 + 184 = 600 (100%)
R 167 of 600 ~ 27.83%
G 249 of 600 ~ 41.5%
B 184 of 600 ~ 30.67'%

%27.83
%41.5
%30.67

CMYK color model

#A7F9B8 color CMYK value is (33,0,26,2).

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

CMYK: (33,0,26,2)
C33M0Y26K2 (33%, 0%, 26%, 2%)
(0.33 / 0.00 / 0.26 / 0.02)

CMYK percentages

%32.93
%0
%26.1
%2.35

Codes

Color #A7F9B8 in popluar color models

A7 F9 B8
RGB 167 249 184
HSL 132° 87.23% 81.57%
HSB/HSV 132° 32.93% 97.65%
CMYK 32.93% 0.00% 26.10%
2.35%

Color #A7F9B8 in popluar number systems.

HEX A7 F9 B8
Decimal 167 249 184
Binary 10100111 11111001 10111000
Octal 247 371 270

Shades and tints

Shades of #A7F9B8

#A7F9B8
(167,249,184)
#98E3A8
(152,227,168)
#89CD98
(137,205,152)
#7AB788
(122,183,136)
#6BA178
(107,161,120)
#5C8B68
(92,139,104)
#4D7558
(77,117,88)
#3E5F48
(62,95,72)
#2F4938
(47,73,56)
#203328
(32,51,40)
#111D18
(17,29,24)
#000000
(0,0,0)

Tints of #A7F9B8

#A7F9B8
(167,249,184)
#AFF9BE
(175,249,190)
#B7F9C4
(183,249,196)
#BFF9CA
(191,249,202)
#C7F9D0
(199,249,208)
#CFF9D6
(207,249,214)
#D7F9DC
(215,249,220)
#DFF9E2
(223,249,226)
#E7F9E8
(231,249,232)
#EFF9EE
(239,249,238)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7F9B8; }

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

This text font color is #A7F9B8.

Background Color

.myBgColor { background-color: #A7F9B8; }

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

This div background color is #A7F9B8.

Border color

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

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

This div border color is #A7F9B8.

Opacity

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

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

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

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

This text has shadow with #A7F9B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7F9B8.

Preview

Color preview on black background

This text has color #A7F9B8 on black background.


Color preview on white background

This text has color #A7F9B8 on white background.


Black color preview on #A7F9B8 background

This text has black color on #A7F9B8 background.


White color preview on #A7F9B8 background

This text has white color on #A7F9B8 background.


Related colors

Complementary color

Complementary color for #hex is #580647.


I love getcolorcode.com

Triadic colors

1 #B8A7F9 and #F9B8A7 with #A7F9B8 are triadic colors.

2 #B8F9A7 and #F9A7B8 with #A7F9B8 are triadic colors.