COLOR #7FA288

HEX: #7FA288
RGB: (127,162,136)

Color info

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

RGB color model

#7FA288 color RGB value is (127,162,136).

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

RGB channels and saturation

R 127 of 255 = 50%
G 162 of 255 = 64%
B 136 of 255 = 53%

127
162
136

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

Portions of RGB colors in percentages

R + G + B =
127 + 162 + 136 = 425 (100%)
R 127 of 425 ~ 29.88%
G 162 of 425 ~ 38.12%
B 136 of 425 ~ 32%

%29.88
%38.12
%32

CMYK color model

#7FA288 color CMYK value is (22,0,16,36).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 36.47%
CMYK:
(22,0,16,36)
C22M0Y16K36 
(22%,0%,16%,36%)
(0.22/0.00/0.16/0.36)	

CMYK percentages

%21.6
%0
%16.05
%36.47

Codes

Color #7FA288 in popluar color models

7FA288
RGB127162136
HSL135°15.84%56.67%
HSB/HSV135°21.60%63.53%
CMYK21.60%0.00%16.05%
36.47%

Color #7FA288 in popluar number systems.

HEX7FA288
Decimal127162136
Binary11111111010001010001000
Octal177242210

Shades and tints

Shades of #7FA288

#7FA288
(127,162,136)
#74947C
(116,148,124)
#698670
(105,134,112)
#5E7864
(94,120,100)
#536A58
(83,106,88)
#485C4C
(72,92,76)
#3D4E40
(61,78,64)
#324034
(50,64,52)
#273228
(39,50,40)
#1C241C
(28,36,28)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #7FA288

#7FA288
(127,162,136)
#8AAA92
(138,170,146)
#95B29C
(149,178,156)
#A0BAA6
(160,186,166)
#ABC2B0
(171,194,176)
#B6CABA
(182,202,186)
#C1D2C4
(193,210,196)
#CCDACE
(204,218,206)
#D7E2D8
(215,226,216)
#E2EAE2
(226,234,226)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA288; }

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

This text font color is #7FA288.


Background Color

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

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

This div background color is #7FA288.


Border color

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

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

This div border color is #7FA288.


Opacity

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

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

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

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

This text has shadow with #7FA288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA288 on black background.


Color preview on white background

This text has color #7FA288 on white background.



Black color preview on #7FA288 background

This text has black color on #7FA288 background.


White color preview on #7FA288 background

This text has white color on #7FA288 background.