COLOR #7BB09A

HEX: #7BB09A
RGB: (123,176,154)

Color info

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

RGB color model

#7BB09A color RGB value is (123,176,154).

  • red value is 123;
  • green value is 176;
  • blue value is 154.
RGB:
(123,176,154)
(48%,69%,60%)

RGB channels and saturation

R 123 of 255 = 48%
G 176 of 255 = 69%
B 154 of 255 = 60%

123
176
154

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

Portions of RGB colors in percentages

R + G + B =
123 + 176 + 154 = 453 (100%)
R 123 of 453 ~ 27.15%
G 176 of 453 ~ 38.85%
B 154 of 453 ~ 34%

%27.15
%38.85
%34

CMYK color model

#7BB09A color CMYK value is (30,0,13,31).

  • cyan value is 30.11%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(30,0,13,31)
C30M0Y13K31 
(30%,0%,13%,31%)
(0.30/0.00/0.13/0.31)	

CMYK percentages

%30.11
%0
%12.5
%30.98

Codes

Color #7BB09A in popluar color models

7BB09A
RGB123176154
HSL155°25.12%58.63%
HSB/HSV155°30.11%69.02%
CMYK30.11%0.00%12.50%
30.98%

Color #7BB09A in popluar number systems.

HEX7BB09A
Decimal123176154
Binary11110111011000010011010
Octal173260232

Shades and tints

Shades of #7BB09A

#7BB09A
(123,176,154)
#70A08C
(112,160,140)
#65907E
(101,144,126)
#5A8070
(90,128,112)
#4F7062
(79,112,98)
#446054
(68,96,84)
#395046
(57,80,70)
#2E4038
(46,64,56)
#23302A
(35,48,42)
#18201C
(24,32,28)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #7BB09A

#7BB09A
(123,176,154)
#87B7A3
(135,183,163)
#93BEAC
(147,190,172)
#9FC5B5
(159,197,181)
#ABCCBE
(171,204,190)
#B7D3C7
(183,211,199)
#C3DAD0
(195,218,208)
#CFE1D9
(207,225,217)
#DBE8E2
(219,232,226)
#E7EFEB
(231,239,235)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB09A color. Also use rgb(123,176,154) instead hex code.

Text Font Color

.myTextColor { color: #7BB09A; }

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

This text font color is #7BB09A.


Background Color

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

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

This div background color is #7BB09A.


Border color

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

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

This div border color is #7BB09A.


Opacity

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

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

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

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

This text has shadow with #7BB09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB09A on black background.


Color preview on white background

This text has color #7BB09A on white background.



Black color preview on #7BB09A background

This text has black color on #7BB09A background.


White color preview on #7BB09A background

This text has white color on #7BB09A background.