COLOR #7BAE9E

HEX: #7BAE9E
RGB: (123,174,158)

Color info

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

RGB color model

#7BAE9E color RGB value is (123,174,158).

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

RGB channels and saturation

R 123 of 255 = 48%
G 174 of 255 = 68%
B 158 of 255 = 62%

123
174
158

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

Portions of RGB colors in percentages

R + G + B =
123 + 174 + 158 = 455 (100%)
R 123 of 455 ~ 27.03%
G 174 of 455 ~ 38.24%
B 158 of 455 ~ 34.73%

%27.03
%38.24
%34.73

CMYK color model

#7BAE9E color CMYK value is (29,0,9,32).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 31.76%
CMYK:
(29,0,9,32)
C29M0Y9K32 
(29%,0%,9%,32%)
(0.29/0.00/0.09/0.32)	

CMYK percentages

%29.31
%0
%9.2
%31.76

Codes

Color #7BAE9E in popluar color models

7BAE9E
RGB123174158
HSL161°23.94%58.24%
HSB/HSV161°29.31%68.24%
CMYK29.31%0.00%9.20%
31.76%

Color #7BAE9E in popluar number systems.

HEX7BAE9E
Decimal123174158
Binary11110111010111010011110
Octal173256236

Shades and tints

Shades of #7BAE9E

#7BAE9E
(123,174,158)
#709F90
(112,159,144)
#659082
(101,144,130)
#5A8174
(90,129,116)
#4F7266
(79,114,102)
#446358
(68,99,88)
#39544A
(57,84,74)
#2E453C
(46,69,60)
#23362E
(35,54,46)
#182720
(24,39,32)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #7BAE9E

#7BAE9E
(123,174,158)
#87B5A6
(135,181,166)
#93BCAE
(147,188,174)
#9FC3B6
(159,195,182)
#ABCABE
(171,202,190)
#B7D1C6
(183,209,198)
#C3D8CE
(195,216,206)
#CFDFD6
(207,223,214)
#DBE6DE
(219,230,222)
#E7EDE6
(231,237,230)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAE9E; }

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

This text font color is #7BAE9E.


Background Color

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

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

This div background color is #7BAE9E.


Border color

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

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

This div border color is #7BAE9E.


Opacity

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

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

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

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

This text has shadow with #7BAE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAE9E on black background.


Color preview on white background

This text has color #7BAE9E on white background.



Black color preview on #7BAE9E background

This text has black color on #7BAE9E background.


White color preview on #7BAE9E background

This text has white color on #7BAE9E background.