COLOR #7BAE86

HEX: #7BAE86
RGB: (123,174,134)

Color info

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

RGB color model

#7BAE86 color RGB value is (123,174,134).

  • red value is 123;
  • green value is 174;
  • blue value is 134.
RGB:
(123,174,134)
(48%,68%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 174 of 255 = 68%
B 134 of 255 = 53%

123
174
134

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

Portions of RGB colors in percentages

R + G + B =
123 + 174 + 134 = 431 (100%)
R 123 of 431 ~ 28.54%
G 174 of 431 ~ 40.37%
B 134 of 431 ~ 31.09%

%28.54
%40.37
%31.09

CMYK color model

#7BAE86 color CMYK value is (29,0,23,32).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 31.76%
CMYK:
(29,0,23,32)
C29M0Y23K32 
(29%,0%,23%,32%)
(0.29/0.00/0.23/0.32)	

CMYK percentages

%29.31
%0
%22.99
%31.76

Codes

Color #7BAE86 in popluar color models

7BAE86
RGB123174134
HSL133°23.94%58.24%
HSB/HSV133°29.31%68.24%
CMYK29.31%0.00%22.99%
31.76%

Color #7BAE86 in popluar number systems.

HEX7BAE86
Decimal123174134
Binary11110111010111010000110
Octal173256206

Shades and tints

Shades of #7BAE86

#7BAE86
(123,174,134)
#709F7A
(112,159,122)
#65906E
(101,144,110)
#5A8162
(90,129,98)
#4F7256
(79,114,86)
#44634A
(68,99,74)
#39543E
(57,84,62)
#2E4532
(46,69,50)
#233626
(35,54,38)
#18271A
(24,39,26)
#0D180E
(13,24,14)
#000000
(0,0,0)

Tints of #7BAE86

#7BAE86
(123,174,134)
#87B591
(135,181,145)
#93BC9C
(147,188,156)
#9FC3A7
(159,195,167)
#ABCAB2
(171,202,178)
#B7D1BD
(183,209,189)
#C3D8C8
(195,216,200)
#CFDFD3
(207,223,211)
#DBE6DE
(219,230,222)
#E7EDE9
(231,237,233)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAE86 color. Also use rgb(123,174,134) instead hex code.

Text Font Color

.myTextColor { color: #7BAE86; }

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

This text font color is #7BAE86.


Background Color

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

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

This div background color is #7BAE86.


Border color

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

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

This div border color is #7BAE86.


Opacity

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

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

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

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

This text has shadow with #7BAE86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAE86 on black background.


Color preview on white background

This text has color #7BAE86 on white background.



Black color preview on #7BAE86 background

This text has black color on #7BAE86 background.


White color preview on #7BAE86 background

This text has white color on #7BAE86 background.