COLOR #7BBB96

HEX: #7BBB96
RGB: (123,187,150)

Color info

#7BBB96 contains mainly green and blue colors. Web safe color of #7BBB96 is #66CC99 (or #6C9).

RGB color model

#7BBB96 color RGB value is (123,187,150).

  • red value is 123;
  • green value is 187;
  • blue value is 150.
RGB:
(123,187,150)
(48%,73%,59%)

RGB channels and saturation

R 123 of 255 = 48%
G 187 of 255 = 73%
B 150 of 255 = 59%

123
187
150

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

Portions of RGB colors in percentages

R + G + B =
123 + 187 + 150 = 460 (100%)
R 123 of 460 ~ 26.74%
G 187 of 460 ~ 40.65%
B 150 of 460 ~ 32.61%

%26.74
%40.65
%32.61

CMYK color model

#7BBB96 color CMYK value is (34,0,20,27).

  • cyan value is 34.22%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK:
(34,0,20,27)
C34M0Y20K27 
(34%,0%,20%,27%)
(0.34/0.00/0.20/0.27)	

CMYK percentages

%34.22
%0
%19.79
%26.67

Codes

Color #7BBB96 in popluar color models

7BBB96
RGB123187150
HSL145°32.00%60.78%
HSB/HSV145°34.22%73.33%
CMYK34.22%0.00%19.79%
26.67%

Color #7BBB96 in popluar number systems.

HEX7BBB96
Decimal123187150
Binary11110111011101110010110
Octal173273226

Shades and tints

Shades of #7BBB96

#7BBB96
(123,187,150)
#70AA89
(112,170,137)
#65997C
(101,153,124)
#5A886F
(90,136,111)
#4F7762
(79,119,98)
#446655
(68,102,85)
#395548
(57,85,72)
#2E443B
(46,68,59)
#23332E
(35,51,46)
#182221
(24,34,33)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #7BBB96

#7BBB96
(123,187,150)
#87C19F
(135,193,159)
#93C7A8
(147,199,168)
#9FCDB1
(159,205,177)
#ABD3BA
(171,211,186)
#B7D9C3
(183,217,195)
#C3DFCC
(195,223,204)
#CFE5D5
(207,229,213)
#DBEBDE
(219,235,222)
#E7F1E7
(231,241,231)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BBB96 color. Also use rgb(123,187,150) instead hex code.

Text Font Color

.myTextColor { color: #7BBB96; }

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

This text font color is #7BBB96.


Background Color

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

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

This div background color is #7BBB96.


Border color

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

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

This div border color is #7BBB96.


Opacity

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

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

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

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

This text has shadow with #7BBB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BBB96 on black background.


Color preview on white background

This text has color #7BBB96 on white background.



Black color preview on #7BBB96 background

This text has black color on #7BBB96 background.


White color preview on #7BBB96 background

This text has white color on #7BBB96 background.