COLOR #A7F0B8

HEX: #A7F0B8
RGB: (167,240,184)

Color info

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

RGB color model

#A7F0B8 color RGB value is (167,240,184).

  • red value is 167;
  • green value is 240;
  • blue value is 184.
RGB:
(167,240,184)
(65%,94%,72%)

RGB channels and saturation

R 167 of 255 = 65%
G 240 of 255 = 94%
B 184 of 255 = 72%

167
240
184

R + G + B ~ 77%. #A7F0B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 240 + 184 = 591 (100%)
R 167 of 591 ~ 28.26%
G 240 of 591 ~ 40.61%
B 184 of 591 ~ 31.13%

%28.26
%40.61
%31.13

CMYK color model

#A7F0B8 color CMYK value is (30,0,23,6).

  • cyan value is 30.42%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 5.88%
CMYK:
(30,0,23,6)
C30M0Y23K6 
(30%,0%,23%,6%)
(0.30/0.00/0.23/0.06)	

CMYK percentages

%30.42
%0
%23.33
%5.88

Codes

Color #A7F0B8 in popluar color models

A7F0B8
RGB167240184
HSL134°70.87%79.80%
HSB/HSV134°30.42%94.12%
CMYK30.42%0.00%23.33%
5.88%

Color #A7F0B8 in popluar number systems.

HEXA7F0B8
Decimal167240184
Binary101001111111000010111000
Octal247360270

Shades and tints

Shades of #A7F0B8

#A7F0B8
(167,240,184)
#98DBA8
(152,219,168)
#89C698
(137,198,152)
#7AB188
(122,177,136)
#6B9C78
(107,156,120)
#5C8768
(92,135,104)
#4D7258
(77,114,88)
#3E5D48
(62,93,72)
#2F4838
(47,72,56)
#203328
(32,51,40)
#111E18
(17,30,24)
#000000
(0,0,0)

Tints of #A7F0B8

#A7F0B8
(167,240,184)
#AFF1BE
(175,241,190)
#B7F2C4
(183,242,196)
#BFF3CA
(191,243,202)
#C7F4D0
(199,244,208)
#CFF5D6
(207,245,214)
#D7F6DC
(215,246,220)
#DFF7E2
(223,247,226)
#E7F8E8
(231,248,232)
#EFF9EE
(239,249,238)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7F0B8; }

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

This text font color is #A7F0B8.


Background Color

.myBgColor { background-color: #A7F0B8; }

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

This div background color is #A7F0B8.


Border color

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

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

This div border color is #A7F0B8.


Opacity

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

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

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

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

This text has shadow with #A7F0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F0B8 on black background.


Color preview on white background

This text has color #A7F0B8 on white background.



Black color preview on #A7F0B8 background

This text has black color on #A7F0B8 background.


White color preview on #A7F0B8 background

This text has white color on #A7F0B8 background.