COLOR #7BAE9B

HEX: #7BAE9B
RGB: (123,174,155)

Color info

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

RGB color model

#7BAE9B color RGB value is (123,174,155).

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

RGB channels and saturation

R 123 of 255 = 48%
G 174 of 255 = 68%
B 155 of 255 = 61%

123
174
155

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

Portions of RGB colors in percentages

R + G + B =
123 + 174 + 155 = 452 (100%)
R 123 of 452 ~ 27.21%
G 174 of 452 ~ 38.5%
B 155 of 452 ~ 34.29%

%27.21
%38.5
%34.29

CMYK color model

#7BAE9B color CMYK value is (29,0,11,32).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK:
(29,0,11,32)
C29M0Y11K32 
(29%,0%,11%,32%)
(0.29/0.00/0.11/0.32)	

CMYK percentages

%29.31
%0
%10.92
%31.76

Codes

Color #7BAE9B in popluar color models

7BAE9B
RGB123174155
HSL158°23.94%58.24%
HSB/HSV158°29.31%68.24%
CMYK29.31%0.00%10.92%
31.76%

Color #7BAE9B in popluar number systems.

HEX7BAE9B
Decimal123174155
Binary11110111010111010011011
Octal173256233

Shades and tints

Shades of #7BAE9B

#7BAE9B
(123,174,155)
#709F8D
(112,159,141)
#65907F
(101,144,127)
#5A8171
(90,129,113)
#4F7263
(79,114,99)
#446355
(68,99,85)
#395447
(57,84,71)
#2E4539
(46,69,57)
#23362B
(35,54,43)
#18271D
(24,39,29)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #7BAE9B

#7BAE9B
(123,174,155)
#87B5A4
(135,181,164)
#93BCAD
(147,188,173)
#9FC3B6
(159,195,182)
#ABCABF
(171,202,191)
#B7D1C8
(183,209,200)
#C3D8D1
(195,216,209)
#CFDFDA
(207,223,218)
#DBE6E3
(219,230,227)
#E7EDEC
(231,237,236)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAE9B; }

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

This text font color is #7BAE9B.


Background Color

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

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

This div background color is #7BAE9B.


Border color

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

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

This div border color is #7BAE9B.


Opacity

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

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

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

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

This text has shadow with #7BAE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAE9B on black background.


Color preview on white background

This text has color #7BAE9B on white background.



Black color preview on #7BAE9B background

This text has black color on #7BAE9B background.


White color preview on #7BAE9B background

This text has white color on #7BAE9B background.