COLOR #A7EFAD

HEX: #A7EFAD
RGB: (167,239,173)

Color info

#A7EFAD contains mainly green color. Web safe color of #A7EFAD is #99FF99 (or #9F9).

RGB color model

#A7EFAD color RGB value is (167,239,173).

  • red value is 167;
  • green value is 239;
  • blue value is 173.
RGB:
(167,239,173)
(65%,94%,68%)

RGB channels and saturation

R 167 of 255 = 65%
G 239 of 255 = 94%
B 173 of 255 = 68%

167
239
173

R + G + B ~ 76%. #A7EFAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 239 + 173 = 579 (100%)
R 167 of 579 ~ 28.84%
G 239 of 579 ~ 41.28%
B 173 of 579 ~ 29.88%

%28.84
%41.28
%29.88

CMYK color model

#A7EFAD color CMYK value is (30,0,28,6).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 6.27%
CMYK:
(30,0,28,6)
C30M0Y28K6 
(30%,0%,28%,6%)
(0.30/0.00/0.28/0.06)	

CMYK percentages

%30.13
%0
%27.62
%6.27

Codes

Color #A7EFAD in popluar color models

A7EFAD
RGB167239173
HSL125°69.23%79.61%
HSB/HSV125°30.13%93.73%
CMYK30.13%0.00%27.62%
6.27%

Color #A7EFAD in popluar number systems.

HEXA7EFAD
Decimal167239173
Binary101001111110111110101101
Octal247357255

Shades and tints

Shades of #A7EFAD

#A7EFAD
(167,239,173)
#98DA9E
(152,218,158)
#89C58F
(137,197,143)
#7AB080
(122,176,128)
#6B9B71
(107,155,113)
#5C8662
(92,134,98)
#4D7153
(77,113,83)
#3E5C44
(62,92,68)
#2F4735
(47,71,53)
#203226
(32,50,38)
#111D17
(17,29,23)
#000000
(0,0,0)

Tints of #A7EFAD

#A7EFAD
(167,239,173)
#AFF0B4
(175,240,180)
#B7F1BB
(183,241,187)
#BFF2C2
(191,242,194)
#C7F3C9
(199,243,201)
#CFF4D0
(207,244,208)
#D7F5D7
(215,245,215)
#DFF6DE
(223,246,222)
#E7F7E5
(231,247,229)
#EFF8EC
(239,248,236)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7EFAD color. Also use rgb(167,239,173) instead hex code.

Text Font Color

.myTextColor { color: #A7EFAD; }

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

This text font color is #A7EFAD.


Background Color

.myBgColor { background-color: #A7EFAD; }

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

This div background color is #A7EFAD.


Border color

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

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

This div border color is #A7EFAD.


Opacity

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

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

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

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

This text has shadow with #A7EFAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7EFAD on black background.


Color preview on white background

This text has color #A7EFAD on white background.



Black color preview on #A7EFAD background

This text has black color on #A7EFAD background.


White color preview on #A7EFAD background

This text has white color on #A7EFAD background.