COLOR #7FB884

HEX: #7FB884
RGB: (127,184,132)

Color info

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

RGB color model

#7FB884 color RGB value is (127,184,132).

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

RGB channels and saturation

R 127 of 255 = 50%
G 184 of 255 = 72%
B 132 of 255 = 52%

127
184
132

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

Portions of RGB colors in percentages

R + G + B =
127 + 184 + 132 = 443 (100%)
R 127 of 443 ~ 28.67%
G 184 of 443 ~ 41.53%
B 132 of 443 ~ 29.8%

%28.67
%41.53
%29.8

CMYK color model

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

  • cyan value is 30.98%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 27.84%
CMYK:
(31,0,28,28)
C31M0Y28K28 
(31%,0%,28%,28%)
(0.31/0.00/0.28/0.28)	

CMYK percentages

%30.98
%0
%28.26
%27.84

Codes

Color #7FB884 in popluar color models

7FB884
RGB127184132
HSL125°28.64%60.98%
HSB/HSV125°30.98%72.16%
CMYK30.98%0.00%28.26%
27.84%

Color #7FB884 in popluar number systems.

HEX7FB884
Decimal127184132
Binary11111111011100010000100
Octal177270204

Shades and tints

Shades of #7FB884

#7FB884
(127,184,132)
#74A878
(116,168,120)
#69986C
(105,152,108)
#5E8860
(94,136,96)
#537854
(83,120,84)
#486848
(72,104,72)
#3D583C
(61,88,60)
#324830
(50,72,48)
#273824
(39,56,36)
#1C2818
(28,40,24)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #7FB884

#7FB884
(127,184,132)
#8ABE8F
(138,190,143)
#95C49A
(149,196,154)
#A0CAA5
(160,202,165)
#ABD0B0
(171,208,176)
#B6D6BB
(182,214,187)
#C1DCC6
(193,220,198)
#CCE2D1
(204,226,209)
#D7E8DC
(215,232,220)
#E2EEE7
(226,238,231)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB884; }

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

This text font color is #7FB884.


Background Color

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

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

This div background color is #7FB884.


Border color

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

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

This div border color is #7FB884.


Opacity

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

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

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

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

This text has shadow with #7FB884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB884 on black background.


Color preview on white background

This text has color #7FB884 on white background.



Black color preview on #7FB884 background

This text has black color on #7FB884 background.


White color preview on #7FB884 background

This text has white color on #7FB884 background.