COLOR #A7FAB8

HEX: #A7FAB8 RGB: (167,250,184)

Color info

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

RGB color model

#A7FAB8 color RGB value is (167,250,184).

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

RGB channels and saturation

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

167
250
184

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

Portions of RGB colors in percentages

R + G + B = 167 + 250 + 184 = 601 (100%)
R 167 of 601 ~ 27.79%
G 250 of 601 ~ 41.6%
B 184 of 601 ~ 30.62'%

%27.79
%41.6
%30.62

CMYK color model

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

  • cyan value is 33.20%
  • magenta value is 0.00%
  • yellow value is 26.40%
  • key color value is 1.96%

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

CMYK percentages

%33.2
%0
%26.4
%1.96

Codes

Color #A7FAB8 in popluar color models

A7 FA B8
RGB 167 250 184
HSL 132° 89.25% 81.76%
HSB/HSV 132° 33.20% 98.04%
CMYK 33.20% 0.00% 26.40%
1.96%

Color #A7FAB8 in popluar number systems.

HEX A7 FA B8
Decimal 167 250 184
Binary 10100111 11111010 10111000
Octal 247 372 270

Shades and tints

Shades of #A7FAB8

#A7FAB8
(167,250,184)
#98E4A8
(152,228,168)
#89CE98
(137,206,152)
#7AB888
(122,184,136)
#6BA278
(107,162,120)
#5C8C68
(92,140,104)
#4D7658
(77,118,88)
#3E6048
(62,96,72)
#2F4A38
(47,74,56)
#203428
(32,52,40)
#111E18
(17,30,24)
#000000
(0,0,0)

Tints of #A7FAB8

#A7FAB8
(167,250,184)
#AFFABE
(175,250,190)
#B7FAC4
(183,250,196)
#BFFACA
(191,250,202)
#C7FAD0
(199,250,208)
#CFFAD6
(207,250,214)
#D7FADC
(215,250,220)
#DFFAE2
(223,250,226)
#E7FAE8
(231,250,232)
#EFFAEE
(239,250,238)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7FAB8; }

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

This text font color is #A7FAB8.

Background Color

.myBgColor { background-color: #A7FAB8; }

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

This div background color is #A7FAB8.

Border color

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

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

This div border color is #A7FAB8.

Opacity

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

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

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

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

This text has shadow with #A7FAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7FAB8.

Preview

Color preview on black background

This text has color #A7FAB8 on black background.


Color preview on white background

This text has color #A7FAB8 on white background.


Black color preview on #A7FAB8 background

This text has black color on #A7FAB8 background.


White color preview on #A7FAB8 background

This text has white color on #A7FAB8 background.


Related colors

Complementary color

Complementary color for #hex is #580547.


I love getcolorcode.com

Triadic colors

1 #B8A7FA and #FAB8A7 with #A7FAB8 are triadic colors.

2 #B8FAA7 and #FAA7B8 with #A7FAB8 are triadic colors.