COLOR #7BB49F

HEX: #7BB49F
RGB: (123,180,159)

Color info

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

RGB color model

#7BB49F color RGB value is (123,180,159).

  • red value is 123;
  • green value is 180;
  • blue value is 159.
RGB:
(123,180,159)
(48%,71%,62%)

RGB channels and saturation

R 123 of 255 = 48%
G 180 of 255 = 71%
B 159 of 255 = 62%

123
180
159

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

Portions of RGB colors in percentages

R + G + B =
123 + 180 + 159 = 462 (100%)
R 123 of 462 ~ 26.62%
G 180 of 462 ~ 38.96%
B 159 of 462 ~ 34.42%

%26.62
%38.96
%34.42

CMYK color model

#7BB49F color CMYK value is (32,0,12,29).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(32,0,12,29)
C32M0Y12K29 
(32%,0%,12%,29%)
(0.32/0.00/0.12/0.29)	

CMYK percentages

%31.67
%0
%11.67
%29.41

Codes

Color #7BB49F in popluar color models

7BB49F
RGB123180159
HSL158°27.54%59.41%
HSB/HSV158°31.67%70.59%
CMYK31.67%0.00%11.67%
29.41%

Color #7BB49F in popluar number systems.

HEX7BB49F
Decimal123180159
Binary11110111011010010011111
Octal173264237

Shades and tints

Shades of #7BB49F

#7BB49F
(123,180,159)
#70A491
(112,164,145)
#659483
(101,148,131)
#5A8475
(90,132,117)
#4F7467
(79,116,103)
#446459
(68,100,89)
#39544B
(57,84,75)
#2E443D
(46,68,61)
#23342F
(35,52,47)
#182421
(24,36,33)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #7BB49F

#7BB49F
(123,180,159)
#87BAA7
(135,186,167)
#93C0AF
(147,192,175)
#9FC6B7
(159,198,183)
#ABCCBF
(171,204,191)
#B7D2C7
(183,210,199)
#C3D8CF
(195,216,207)
#CFDED7
(207,222,215)
#DBE4DF
(219,228,223)
#E7EAE7
(231,234,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB49F color. Also use rgb(123,180,159) instead hex code.

Text Font Color

.myTextColor { color: #7BB49F; }

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

This text font color is #7BB49F.


Background Color

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

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

This div background color is #7BB49F.


Border color

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

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

This div border color is #7BB49F.


Opacity

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

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

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

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

This text has shadow with #7BB49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB49F on black background.


Color preview on white background

This text has color #7BB49F on white background.



Black color preview on #7BB49F background

This text has black color on #7BB49F background.


White color preview on #7BB49F background

This text has white color on #7BB49F background.