COLOR #7FB29B

HEX: #7FB29B
RGB: (127,178,155)

Color info

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

RGB color model

#7FB29B color RGB value is (127,178,155).

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

RGB channels and saturation

R 127 of 255 = 50%
G 178 of 255 = 70%
B 155 of 255 = 61%

127
178
155

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

Portions of RGB colors in percentages

R + G + B =
127 + 178 + 155 = 460 (100%)
R 127 of 460 ~ 27.61%
G 178 of 460 ~ 38.7%
B 155 of 460 ~ 33.7%

%27.61
%38.7
%33.7

CMYK color model

#7FB29B color CMYK value is (29,0,13,30).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 12.92%
  • key color value is 30.20%
CMYK:
(29,0,13,30)
C29M0Y13K30 
(29%,0%,13%,30%)
(0.29/0.00/0.13/0.30)	

CMYK percentages

%28.65
%0
%12.92
%30.2

Codes

Color #7FB29B in popluar color models

7FB29B
RGB127178155
HSL153°24.88%59.80%
HSB/HSV153°28.65%69.80%
CMYK28.65%0.00%12.92%
30.20%

Color #7FB29B in popluar number systems.

HEX7FB29B
Decimal127178155
Binary11111111011001010011011
Octal177262233

Shades and tints

Shades of #7FB29B

#7FB29B
(127,178,155)
#74A28D
(116,162,141)
#69927F
(105,146,127)
#5E8271
(94,130,113)
#537263
(83,114,99)
#486255
(72,98,85)
#3D5247
(61,82,71)
#324239
(50,66,57)
#27322B
(39,50,43)
#1C221D
(28,34,29)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #7FB29B

#7FB29B
(127,178,155)
#8AB9A4
(138,185,164)
#95C0AD
(149,192,173)
#A0C7B6
(160,199,182)
#ABCEBF
(171,206,191)
#B6D5C8
(182,213,200)
#C1DCD1
(193,220,209)
#CCE3DA
(204,227,218)
#D7EAE3
(215,234,227)
#E2F1EC
(226,241,236)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB29B; }

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

This text font color is #7FB29B.


Background Color

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

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

This div background color is #7FB29B.


Border color

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

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

This div border color is #7FB29B.


Opacity

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

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

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

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

This text has shadow with #7FB29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB29B on black background.


Color preview on white background

This text has color #7FB29B on white background.



Black color preview on #7FB29B background

This text has black color on #7FB29B background.


White color preview on #7FB29B background

This text has white color on #7FB29B background.