COLOR #7FA28E

HEX: #7FA28E
RGB: (127,162,142)

Color info

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

RGB color model

#7FA28E color RGB value is (127,162,142).

  • red value is 127;
  • green value is 162;
  • blue value is 142.
RGB:
(127,162,142)
(50%,64%,56%)

RGB channels and saturation

R 127 of 255 = 50%
G 162 of 255 = 64%
B 142 of 255 = 56%

127
162
142

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

Portions of RGB colors in percentages

R + G + B =
127 + 162 + 142 = 431 (100%)
R 127 of 431 ~ 29.47%
G 162 of 431 ~ 37.59%
B 142 of 431 ~ 32.95%

%29.47
%37.59
%32.95

CMYK color model

#7FA28E color CMYK value is (22,0,12,36).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 36.47%
CMYK:
(22,0,12,36)
C22M0Y12K36 
(22%,0%,12%,36%)
(0.22/0.00/0.12/0.36)	

CMYK percentages

%21.6
%0
%12.35
%36.47

Codes

Color #7FA28E in popluar color models

7FA28E
RGB127162142
HSL146°15.84%56.67%
HSB/HSV146°21.60%63.53%
CMYK21.60%0.00%12.35%
36.47%

Color #7FA28E in popluar number systems.

HEX7FA28E
Decimal127162142
Binary11111111010001010001110
Octal177242216

Shades and tints

Shades of #7FA28E

#7FA28E
(127,162,142)
#749482
(116,148,130)
#698676
(105,134,118)
#5E786A
(94,120,106)
#536A5E
(83,106,94)
#485C52
(72,92,82)
#3D4E46
(61,78,70)
#32403A
(50,64,58)
#27322E
(39,50,46)
#1C2422
(28,36,34)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #7FA28E

#7FA28E
(127,162,142)
#8AAA98
(138,170,152)
#95B2A2
(149,178,162)
#A0BAAC
(160,186,172)
#ABC2B6
(171,194,182)
#B6CAC0
(182,202,192)
#C1D2CA
(193,210,202)
#CCDAD4
(204,218,212)
#D7E2DE
(215,226,222)
#E2EAE8
(226,234,232)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA28E color. Also use rgb(127,162,142) instead hex code.

Text Font Color

.myTextColor { color: #7FA28E; }

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

This text font color is #7FA28E.


Background Color

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

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

This div background color is #7FA28E.


Border color

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

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

This div border color is #7FA28E.


Opacity

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

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

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

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

This text has shadow with #7FA28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA28E on black background.


Color preview on white background

This text has color #7FA28E on white background.



Black color preview on #7FA28E background

This text has black color on #7FA28E background.


White color preview on #7FA28E background

This text has white color on #7FA28E background.