COLOR #7FAA94

HEX: #7FAA94
RGB: (127,170,148)

Color info

#7FAA94 contains red, green and blue colors in about the same proportion. Web safe color of #7FAA94 is #669999 (or #699).

RGB color model

#7FAA94 color RGB value is (127,170,148).

  • red value is 127;
  • green value is 170;
  • blue value is 148.
RGB:
(127,170,148)
(50%,67%,58%)

RGB channels and saturation

R 127 of 255 = 50%
G 170 of 255 = 67%
B 148 of 255 = 58%

127
170
148

R + G + B ~ 58%. #7FAA94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 170 + 148 = 445 (100%)
R 127 of 445 ~ 28.54%
G 170 of 445 ~ 38.2%
B 148 of 445 ~ 33.26%

%28.54
%38.2
%33.26

CMYK color model

#7FAA94 color CMYK value is (25,0,13,33).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 33.33%
CMYK:
(25,0,13,33)
C25M0Y13K33 
(25%,0%,13%,33%)
(0.25/0.00/0.13/0.33)	

CMYK percentages

%25.29
%0
%12.94
%33.33

Codes

Color #7FAA94 in popluar color models

7FAA94
RGB127170148
HSL149°20.19%58.24%
HSB/HSV149°25.29%66.67%
CMYK25.29%0.00%12.94%
33.33%

Color #7FAA94 in popluar number systems.

HEX7FAA94
Decimal127170148
Binary11111111010101010010100
Octal177252224

Shades and tints

Shades of #7FAA94

#7FAA94
(127,170,148)
#749B87
(116,155,135)
#698C7A
(105,140,122)
#5E7D6D
(94,125,109)
#536E60
(83,110,96)
#485F53
(72,95,83)
#3D5046
(61,80,70)
#324139
(50,65,57)
#27322C
(39,50,44)
#1C231F
(28,35,31)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #7FAA94

#7FAA94
(127,170,148)
#8AB19D
(138,177,157)
#95B8A6
(149,184,166)
#A0BFAF
(160,191,175)
#ABC6B8
(171,198,184)
#B6CDC1
(182,205,193)
#C1D4CA
(193,212,202)
#CCDBD3
(204,219,211)
#D7E2DC
(215,226,220)
#E2E9E5
(226,233,229)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAA94 color. Also use rgb(127,170,148) instead hex code.

Text Font Color

.myTextColor { color: #7FAA94; }

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

This text font color is #7FAA94.


Background Color

.myBgColor { background-color: #7FAA94; }

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

This div background color is #7FAA94.


Border color

.myBorderColor { border: 1px solid #7FAA94; }

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

This div border color is #7FAA94.


Opacity

.myOpacity80 { color: #7FAA94; opacity: 0.8; }

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

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

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

This text has shadow with #7FAA94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAA94 on black background.


Color preview on white background

This text has color #7FAA94 on white background.



Black color preview on #7FAA94 background

This text has black color on #7FAA94 background.


White color preview on #7FAA94 background

This text has white color on #7FAA94 background.