COLOR #7FB299

HEX: #7FB299
RGB: (127,178,153)

Color info

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

RGB color model

#7FB299 color RGB value is (127,178,153).

  • red value is 127;
  • green value is 178;
  • blue value is 153.
RGB:
(127,178,153)
(50%,70%,60%)

RGB channels and saturation

R 127 of 255 = 50%
G 178 of 255 = 70%
B 153 of 255 = 60%

127
178
153

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

Portions of RGB colors in percentages

R + G + B =
127 + 178 + 153 = 458 (100%)
R 127 of 458 ~ 27.73%
G 178 of 458 ~ 38.86%
B 153 of 458 ~ 33.41%

%27.73
%38.86
%33.41

CMYK color model

#7FB299 color CMYK value is (29,0,14,30).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 30.20%
CMYK:
(29,0,14,30)
C29M0Y14K30 
(29%,0%,14%,30%)
(0.29/0.00/0.14/0.30)	

CMYK percentages

%28.65
%0
%14.04
%30.2

Codes

Color #7FB299 in popluar color models

7FB299
RGB127178153
HSL151°24.88%59.80%
HSB/HSV151°28.65%69.80%
CMYK28.65%0.00%14.04%
30.20%

Color #7FB299 in popluar number systems.

HEX7FB299
Decimal127178153
Binary11111111011001010011001
Octal177262231

Shades and tints

Shades of #7FB299

#7FB299
(127,178,153)
#74A28C
(116,162,140)
#69927F
(105,146,127)
#5E8272
(94,130,114)
#537265
(83,114,101)
#486258
(72,98,88)
#3D524B
(61,82,75)
#32423E
(50,66,62)
#273231
(39,50,49)
#1C2224
(28,34,36)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #7FB299

#7FB299
(127,178,153)
#8AB9A2
(138,185,162)
#95C0AB
(149,192,171)
#A0C7B4
(160,199,180)
#ABCEBD
(171,206,189)
#B6D5C6
(182,213,198)
#C1DCCF
(193,220,207)
#CCE3D8
(204,227,216)
#D7EAE1
(215,234,225)
#E2F1EA
(226,241,234)
#EDF8F3
(237,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB299 color. Also use rgb(127,178,153) instead hex code.

Text Font Color

.myTextColor { color: #7FB299; }

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

This text font color is #7FB299.


Background Color

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

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

This div background color is #7FB299.


Border color

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

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

This div border color is #7FB299.


Opacity

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

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

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

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

This text has shadow with #7FB299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB299 on black background.


Color preview on white background

This text has color #7FB299 on white background.



Black color preview on #7FB299 background

This text has black color on #7FB299 background.


White color preview on #7FB299 background

This text has white color on #7FB299 background.