COLOR #7FA194

HEX: #7FA194
RGB: (127,161,148)

Color info

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

RGB color model

#7FA194 color RGB value is (127,161,148).

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

RGB channels and saturation

R 127 of 255 = 50%
G 161 of 255 = 63%
B 148 of 255 = 58%

127
161
148

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

Portions of RGB colors in percentages

R + G + B =
127 + 161 + 148 = 436 (100%)
R 127 of 436 ~ 29.13%
G 161 of 436 ~ 36.93%
B 148 of 436 ~ 33.94%

%29.13
%36.93
%33.94

CMYK color model

#7FA194 color CMYK value is (21,0,8,37).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 8.07%
  • key color value is 36.86%
CMYK:
(21,0,8,37)
C21M0Y8K37 
(21%,0%,8%,37%)
(0.21/0.00/0.08/0.37)	

CMYK percentages

%21.12
%0
%8.07
%36.86

Codes

Color #7FA194 in popluar color models

7FA194
RGB127161148
HSL157°15.32%56.47%
HSB/HSV157°21.12%63.14%
CMYK21.12%0.00%8.07%
36.86%

Color #7FA194 in popluar number systems.

HEX7FA194
Decimal127161148
Binary11111111010000110010100
Octal177241224

Shades and tints

Shades of #7FA194

#7FA194
(127,161,148)
#749387
(116,147,135)
#69857A
(105,133,122)
#5E776D
(94,119,109)
#536960
(83,105,96)
#485B53
(72,91,83)
#3D4D46
(61,77,70)
#323F39
(50,63,57)
#27312C
(39,49,44)
#1C231F
(28,35,31)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #7FA194

#7FA194
(127,161,148)
#8AA99D
(138,169,157)
#95B1A6
(149,177,166)
#A0B9AF
(160,185,175)
#ABC1B8
(171,193,184)
#B6C9C1
(182,201,193)
#C1D1CA
(193,209,202)
#CCD9D3
(204,217,211)
#D7E1DC
(215,225,220)
#E2E9E5
(226,233,229)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA194; }

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

This text font color is #7FA194.


Background Color

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

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

This div background color is #7FA194.


Border color

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

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

This div border color is #7FA194.


Opacity

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

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

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

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

This text has shadow with #7FA194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA194 on black background.


Color preview on white background

This text has color #7FA194 on white background.



Black color preview on #7FA194 background

This text has black color on #7FA194 background.


White color preview on #7FA194 background

This text has white color on #7FA194 background.