COLOR #7FA688

HEX: #7FA688
RGB: (127,166,136)

Color info

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

RGB color model

#7FA688 color RGB value is (127,166,136).

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

RGB channels and saturation

R 127 of 255 = 50%
G 166 of 255 = 65%
B 136 of 255 = 53%

127
166
136

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

Portions of RGB colors in percentages

R + G + B =
127 + 166 + 136 = 429 (100%)
R 127 of 429 ~ 29.6%
G 166 of 429 ~ 38.69%
B 136 of 429 ~ 31.7%

%29.6
%38.69
%31.7

CMYK color model

#7FA688 color CMYK value is (23,0,18,35).

  • cyan value is 23.49%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 34.90%
CMYK:
(23,0,18,35)
C23M0Y18K35 
(23%,0%,18%,35%)
(0.23/0.00/0.18/0.35)	

CMYK percentages

%23.49
%0
%18.07
%34.9

Codes

Color #7FA688 in popluar color models

7FA688
RGB127166136
HSL134°17.97%57.45%
HSB/HSV134°23.49%65.10%
CMYK23.49%0.00%18.07%
34.90%

Color #7FA688 in popluar number systems.

HEX7FA688
Decimal127166136
Binary11111111010011010001000
Octal177246210

Shades and tints

Shades of #7FA688

#7FA688
(127,166,136)
#74977C
(116,151,124)
#698870
(105,136,112)
#5E7964
(94,121,100)
#536A58
(83,106,88)
#485B4C
(72,91,76)
#3D4C40
(61,76,64)
#323D34
(50,61,52)
#272E28
(39,46,40)
#1C1F1C
(28,31,28)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #7FA688

#7FA688
(127,166,136)
#8AAE92
(138,174,146)
#95B69C
(149,182,156)
#A0BEA6
(160,190,166)
#ABC6B0
(171,198,176)
#B6CEBA
(182,206,186)
#C1D6C4
(193,214,196)
#CCDECE
(204,222,206)
#D7E6D8
(215,230,216)
#E2EEE2
(226,238,226)
#EDF6EC
(237,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA688; }

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

This text font color is #7FA688.


Background Color

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

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

This div background color is #7FA688.


Border color

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

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

This div border color is #7FA688.


Opacity

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

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

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

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

This text has shadow with #7FA688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA688 on black background.


Color preview on white background

This text has color #7FA688 on white background.



Black color preview on #7FA688 background

This text has black color on #7FA688 background.


White color preview on #7FA688 background

This text has white color on #7FA688 background.