COLOR #7FAB9E

HEX: #7FAB9E
RGB: (127,171,158)

Color info

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

RGB color model

#7FAB9E color RGB value is (127,171,158).

  • red value is 127;
  • green value is 171;
  • blue value is 158.
RGB:
(127,171,158)
(50%,67%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 171 of 255 = 67%
B 158 of 255 = 62%

127
171
158

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

Portions of RGB colors in percentages

R + G + B =
127 + 171 + 158 = 456 (100%)
R 127 of 456 ~ 27.85%
G 171 of 456 ~ 37.5%
B 158 of 456 ~ 34.65%

%27.85
%37.5
%34.65

CMYK color model

#7FAB9E color CMYK value is (26,0,8,33).

  • cyan value is 25.73%
  • magenta value is 0.00%
  • yellow value is 7.60%
  • key color value is 32.94%
CMYK:
(26,0,8,33)
C26M0Y8K33 
(26%,0%,8%,33%)
(0.26/0.00/0.08/0.33)	

CMYK percentages

%25.73
%0
%7.6
%32.94

Codes

Color #7FAB9E in popluar color models

7FAB9E
RGB127171158
HSL162°20.75%58.43%
HSB/HSV162°25.73%67.06%
CMYK25.73%0.00%7.60%
32.94%

Color #7FAB9E in popluar number systems.

HEX7FAB9E
Decimal127171158
Binary11111111010101110011110
Octal177253236

Shades and tints

Shades of #7FAB9E

#7FAB9E
(127,171,158)
#749C90
(116,156,144)
#698D82
(105,141,130)
#5E7E74
(94,126,116)
#536F66
(83,111,102)
#486058
(72,96,88)
#3D514A
(61,81,74)
#32423C
(50,66,60)
#27332E
(39,51,46)
#1C2420
(28,36,32)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #7FAB9E

#7FAB9E
(127,171,158)
#8AB2A6
(138,178,166)
#95B9AE
(149,185,174)
#A0C0B6
(160,192,182)
#ABC7BE
(171,199,190)
#B6CEC6
(182,206,198)
#C1D5CE
(193,213,206)
#CCDCD6
(204,220,214)
#D7E3DE
(215,227,222)
#E2EAE6
(226,234,230)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAB9E color. Also use rgb(127,171,158) instead hex code.

Text Font Color

.myTextColor { color: #7FAB9E; }

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

This text font color is #7FAB9E.


Background Color

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

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

This div background color is #7FAB9E.


Border color

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

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

This div border color is #7FAB9E.


Opacity

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

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

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

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

This text has shadow with #7FAB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAB9E on black background.


Color preview on white background

This text has color #7FAB9E on white background.



Black color preview on #7FAB9E background

This text has black color on #7FAB9E background.


White color preview on #7FAB9E background

This text has white color on #7FAB9E background.