COLOR #7FB892

HEX: #7FB892
RGB: (127,184,146)

Color info

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

RGB color model

#7FB892 color RGB value is (127,184,146).

  • red value is 127;
  • green value is 184;
  • blue value is 146.
RGB:
(127,184,146)
(50%,72%,57%)

RGB channels and saturation

R 127 of 255 = 50%
G 184 of 255 = 72%
B 146 of 255 = 57%

127
184
146

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

Portions of RGB colors in percentages

R + G + B =
127 + 184 + 146 = 457 (100%)
R 127 of 457 ~ 27.79%
G 184 of 457 ~ 40.26%
B 146 of 457 ~ 31.95%

%27.79
%40.26
%31.95

CMYK color model

#7FB892 color CMYK value is (31,0,21,28).

  • cyan value is 30.98%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 27.84%
CMYK:
(31,0,21,28)
C31M0Y21K28 
(31%,0%,21%,28%)
(0.31/0.00/0.21/0.28)	

CMYK percentages

%30.98
%0
%20.65
%27.84

Codes

Color #7FB892 in popluar color models

7FB892
RGB127184146
HSL140°28.64%60.98%
HSB/HSV140°30.98%72.16%
CMYK30.98%0.00%20.65%
27.84%

Color #7FB892 in popluar number systems.

HEX7FB892
Decimal127184146
Binary11111111011100010010010
Octal177270222

Shades and tints

Shades of #7FB892

#7FB892
(127,184,146)
#74A885
(116,168,133)
#699878
(105,152,120)
#5E886B
(94,136,107)
#53785E
(83,120,94)
#486851
(72,104,81)
#3D5844
(61,88,68)
#324837
(50,72,55)
#27382A
(39,56,42)
#1C281D
(28,40,29)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #7FB892

#7FB892
(127,184,146)
#8ABE9B
(138,190,155)
#95C4A4
(149,196,164)
#A0CAAD
(160,202,173)
#ABD0B6
(171,208,182)
#B6D6BF
(182,214,191)
#C1DCC8
(193,220,200)
#CCE2D1
(204,226,209)
#D7E8DA
(215,232,218)
#E2EEE3
(226,238,227)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB892 color. Also use rgb(127,184,146) instead hex code.

Text Font Color

.myTextColor { color: #7FB892; }

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

This text font color is #7FB892.


Background Color

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

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

This div background color is #7FB892.


Border color

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

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

This div border color is #7FB892.


Opacity

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

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

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

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

This text has shadow with #7FB892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB892 on black background.


Color preview on white background

This text has color #7FB892 on white background.



Black color preview on #7FB892 background

This text has black color on #7FB892 background.


White color preview on #7FB892 background

This text has white color on #7FB892 background.