COLOR #7FA191

HEX: #7FA191
RGB: (127,161,145)

Color info

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

RGB color model

#7FA191 color RGB value is (127,161,145).

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

RGB channels and saturation

R 127 of 255 = 50%
G 161 of 255 = 63%
B 145 of 255 = 57%

127
161
145

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

Portions of RGB colors in percentages

R + G + B =
127 + 161 + 145 = 433 (100%)
R 127 of 433 ~ 29.33%
G 161 of 433 ~ 37.18%
B 145 of 433 ~ 33.49%

%29.33
%37.18
%33.49

CMYK color model

#7FA191 color CMYK value is (21,0,10,37).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 9.94%
  • key color value is 36.86%
CMYK:
(21,0,10,37)
C21M0Y10K37 
(21%,0%,10%,37%)
(0.21/0.00/0.10/0.37)	

CMYK percentages

%21.12
%0
%9.94
%36.86

Codes

Color #7FA191 in popluar color models

7FA191
RGB127161145
HSL152°15.32%56.47%
HSB/HSV152°21.12%63.14%
CMYK21.12%0.00%9.94%
36.86%

Color #7FA191 in popluar number systems.

HEX7FA191
Decimal127161145
Binary11111111010000110010001
Octal177241221

Shades and tints

Shades of #7FA191

#7FA191
(127,161,145)
#749384
(116,147,132)
#698577
(105,133,119)
#5E776A
(94,119,106)
#53695D
(83,105,93)
#485B50
(72,91,80)
#3D4D43
(61,77,67)
#323F36
(50,63,54)
#273129
(39,49,41)
#1C231C
(28,35,28)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #7FA191

#7FA191
(127,161,145)
#8AA99B
(138,169,155)
#95B1A5
(149,177,165)
#A0B9AF
(160,185,175)
#ABC1B9
(171,193,185)
#B6C9C3
(182,201,195)
#C1D1CD
(193,209,205)
#CCD9D7
(204,217,215)
#D7E1E1
(215,225,225)
#E2E9EB
(226,233,235)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA191; }

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

This text font color is #7FA191.


Background Color

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

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

This div background color is #7FA191.


Border color

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

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

This div border color is #7FA191.


Opacity

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

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

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

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

This text has shadow with #7FA191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA191 on black background.


Color preview on white background

This text has color #7FA191 on white background.



Black color preview on #7FA191 background

This text has black color on #7FA191 background.


White color preview on #7FA191 background

This text has white color on #7FA191 background.