COLOR #7FB189

HEX: #7FB189
RGB: (127,177,137)

Color info

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

RGB color model

#7FB189 color RGB value is (127,177,137).

  • red value is 127;
  • green value is 177;
  • blue value is 137.
RGB:
(127,177,137)
(50%,69%,54%)

RGB channels and saturation

R 127 of 255 = 50%
G 177 of 255 = 69%
B 137 of 255 = 54%

127
177
137

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

Portions of RGB colors in percentages

R + G + B =
127 + 177 + 137 = 441 (100%)
R 127 of 441 ~ 28.8%
G 177 of 441 ~ 40.14%
B 137 of 441 ~ 31.07%

%28.8
%40.14
%31.07

CMYK color model

#7FB189 color CMYK value is (28,0,23,31).

  • cyan value is 28.25%
  • magenta value is 0.00%
  • yellow value is 22.60%
  • key color value is 30.59%
CMYK:
(28,0,23,31)
C28M0Y23K31 
(28%,0%,23%,31%)
(0.28/0.00/0.23/0.31)	

CMYK percentages

%28.25
%0
%22.6
%30.59

Codes

Color #7FB189 in popluar color models

7FB189
RGB127177137
HSL132°24.27%59.61%
HSB/HSV132°28.25%69.41%
CMYK28.25%0.00%22.60%
30.59%

Color #7FB189 in popluar number systems.

HEX7FB189
Decimal127177137
Binary11111111011000110001001
Octal177261211

Shades and tints

Shades of #7FB189

#7FB189
(127,177,137)
#74A17D
(116,161,125)
#699171
(105,145,113)
#5E8165
(94,129,101)
#537159
(83,113,89)
#48614D
(72,97,77)
#3D5141
(61,81,65)
#324135
(50,65,53)
#273129
(39,49,41)
#1C211D
(28,33,29)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #7FB189

#7FB189
(127,177,137)
#8AB893
(138,184,147)
#95BF9D
(149,191,157)
#A0C6A7
(160,198,167)
#ABCDB1
(171,205,177)
#B6D4BB
(182,212,187)
#C1DBC5
(193,219,197)
#CCE2CF
(204,226,207)
#D7E9D9
(215,233,217)
#E2F0E3
(226,240,227)
#EDF7ED
(237,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB189 color. Also use rgb(127,177,137) instead hex code.

Text Font Color

.myTextColor { color: #7FB189; }

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

This text font color is #7FB189.


Background Color

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

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

This div background color is #7FB189.


Border color

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

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

This div border color is #7FB189.


Opacity

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

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

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

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

This text has shadow with #7FB189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB189 on black background.


Color preview on white background

This text has color #7FB189 on white background.



Black color preview on #7FB189 background

This text has black color on #7FB189 background.


White color preview on #7FB189 background

This text has white color on #7FB189 background.