COLOR #7FA095

HEX: #7FA095
RGB: (127,160,149)

Color info

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

RGB color model

#7FA095 color RGB value is (127,160,149).

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

RGB channels and saturation

R 127 of 255 = 50%
G 160 of 255 = 63%
B 149 of 255 = 58%

127
160
149

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

Portions of RGB colors in percentages

R + G + B =
127 + 160 + 149 = 436 (100%)
R 127 of 436 ~ 29.13%
G 160 of 436 ~ 36.7%
B 149 of 436 ~ 34.17%

%29.13
%36.7
%34.17

CMYK color model

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

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(21,0,7,37)
C21M0Y7K37 
(21%,0%,7%,37%)
(0.21/0.00/0.07/0.37)	

CMYK percentages

%20.63
%0
%6.87
%37.25

Codes

Color #7FA095 in popluar color models

7FA095
RGB127160149
HSL160°14.80%56.27%
HSB/HSV160°20.63%62.75%
CMYK20.63%0.00%6.87%
37.25%

Color #7FA095 in popluar number systems.

HEX7FA095
Decimal127160149
Binary11111111010000010010101
Octal177240225

Shades and tints

Shades of #7FA095

#7FA095
(127,160,149)
#749288
(116,146,136)
#69847B
(105,132,123)
#5E766E
(94,118,110)
#536861
(83,104,97)
#485A54
(72,90,84)
#3D4C47
(61,76,71)
#323E3A
(50,62,58)
#27302D
(39,48,45)
#1C2220
(28,34,32)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #7FA095

#7FA095
(127,160,149)
#8AA89E
(138,168,158)
#95B0A7
(149,176,167)
#A0B8B0
(160,184,176)
#ABC0B9
(171,192,185)
#B6C8C2
(182,200,194)
#C1D0CB
(193,208,203)
#CCD8D4
(204,216,212)
#D7E0DD
(215,224,221)
#E2E8E6
(226,232,230)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA095 color. Also use rgb(127,160,149) instead hex code.

Text Font Color

.myTextColor { color: #7FA095; }

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

This text font color is #7FA095.


Background Color

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

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

This div background color is #7FA095.


Border color

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

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

This div border color is #7FA095.


Opacity

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

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

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

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

This text has shadow with #7FA095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA095 on black background.


Color preview on white background

This text has color #7FA095 on white background.



Black color preview on #7FA095 background

This text has black color on #7FA095 background.


White color preview on #7FA095 background

This text has white color on #7FA095 background.