COLOR #7FAB99

HEX: #7FAB99
RGB: (127,171,153)

Color info

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

RGB color model

#7FAB99 color RGB value is (127,171,153).

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

RGB channels and saturation

R 127 of 255 = 50%
G 171 of 255 = 67%
B 153 of 255 = 60%

127
171
153

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

Portions of RGB colors in percentages

R + G + B =
127 + 171 + 153 = 451 (100%)
R 127 of 451 ~ 28.16%
G 171 of 451 ~ 37.92%
B 153 of 451 ~ 33.92%

%28.16
%37.92
%33.92

CMYK color model

#7FAB99 color CMYK value is (26,0,11,33).

  • cyan value is 25.73%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 32.94%
CMYK:
(26,0,11,33)
C26M0Y11K33 
(26%,0%,11%,33%)
(0.26/0.00/0.11/0.33)	

CMYK percentages

%25.73
%0
%10.53
%32.94

Codes

Color #7FAB99 in popluar color models

7FAB99
RGB127171153
HSL155°20.75%58.43%
HSB/HSV155°25.73%67.06%
CMYK25.73%0.00%10.53%
32.94%

Color #7FAB99 in popluar number systems.

HEX7FAB99
Decimal127171153
Binary11111111010101110011001
Octal177253231

Shades and tints

Shades of #7FAB99

#7FAB99
(127,171,153)
#749C8C
(116,156,140)
#698D7F
(105,141,127)
#5E7E72
(94,126,114)
#536F65
(83,111,101)
#486058
(72,96,88)
#3D514B
(61,81,75)
#32423E
(50,66,62)
#273331
(39,51,49)
#1C2424
(28,36,36)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #7FAB99

#7FAB99
(127,171,153)
#8AB2A2
(138,178,162)
#95B9AB
(149,185,171)
#A0C0B4
(160,192,180)
#ABC7BD
(171,199,189)
#B6CEC6
(182,206,198)
#C1D5CF
(193,213,207)
#CCDCD8
(204,220,216)
#D7E3E1
(215,227,225)
#E2EAEA
(226,234,234)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAB99; }

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

This text font color is #7FAB99.


Background Color

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

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

This div background color is #7FAB99.


Border color

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

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

This div border color is #7FAB99.


Opacity

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

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

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

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

This text has shadow with #7FAB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAB99 on black background.


Color preview on white background

This text has color #7FAB99 on white background.



Black color preview on #7FAB99 background

This text has black color on #7FAB99 background.


White color preview on #7FAB99 background

This text has white color on #7FAB99 background.