COLOR #7FB48E

HEX: #7FB48E
RGB: (127,180,142)

Color info

#7FB48E contains red, green and blue colors in about the same proportion. Web safe color of #7FB48E is #66CC99 (or #6C9).

RGB color model

#7FB48E color RGB value is (127,180,142).

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

RGB channels and saturation

R 127 of 255 = 50%
G 180 of 255 = 71%
B 142 of 255 = 56%

127
180
142

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

Portions of RGB colors in percentages

R + G + B =
127 + 180 + 142 = 449 (100%)
R 127 of 449 ~ 28.29%
G 180 of 449 ~ 40.09%
B 142 of 449 ~ 31.63%

%28.29
%40.09
%31.63

CMYK color model

#7FB48E color CMYK value is (29,0,21,29).

  • cyan value is 29.44%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK:
(29,0,21,29)
C29M0Y21K29 
(29%,0%,21%,29%)
(0.29/0.00/0.21/0.29)	

CMYK percentages

%29.44
%0
%21.11
%29.41

Codes

Color #7FB48E in popluar color models

7FB48E
RGB127180142
HSL137°26.11%60.20%
HSB/HSV137°29.44%70.59%
CMYK29.44%0.00%21.11%
29.41%

Color #7FB48E in popluar number systems.

HEX7FB48E
Decimal127180142
Binary11111111011010010001110
Octal177264216

Shades and tints

Shades of #7FB48E

#7FB48E
(127,180,142)
#74A482
(116,164,130)
#699476
(105,148,118)
#5E846A
(94,132,106)
#53745E
(83,116,94)
#486452
(72,100,82)
#3D5446
(61,84,70)
#32443A
(50,68,58)
#27342E
(39,52,46)
#1C2422
(28,36,34)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #7FB48E

#7FB48E
(127,180,142)
#8ABA98
(138,186,152)
#95C0A2
(149,192,162)
#A0C6AC
(160,198,172)
#ABCCB6
(171,204,182)
#B6D2C0
(182,210,192)
#C1D8CA
(193,216,202)
#CCDED4
(204,222,212)
#D7E4DE
(215,228,222)
#E2EAE8
(226,234,232)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB48E; }

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

This text font color is #7FB48E.


Background Color

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

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

This div background color is #7FB48E.


Border color

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

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

This div border color is #7FB48E.


Opacity

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

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

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

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

This text has shadow with #7FB48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB48E on black background.


Color preview on white background

This text has color #7FB48E on white background.



Black color preview on #7FB48E background

This text has black color on #7FB48E background.


White color preview on #7FB48E background

This text has white color on #7FB48E background.