COLOR #7BAEB0

HEX: #7BAEB0
RGB: (123,174,176)

Color info

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

RGB color model

#7BAEB0 color RGB value is (123,174,176).

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

RGB channels and saturation

R 123 of 255 = 48%
G 174 of 255 = 68%
B 176 of 255 = 69%

123
174
176

R + G + B ~ 62%. #7BAEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 174 + 176 = 473 (100%)
R 123 of 473 ~ 26%
G 174 of 473 ~ 36.79%
B 176 of 473 ~ 37.21%

%26
%36.79
%37.21

CMYK color model

#7BAEB0 color CMYK value is (30,1,0,31).

  • cyan value is 30.11%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(30,1,0,31)
C30M1Y0K31 
(30%,1%,0%,31%)
(0.30/0.01/0.00/0.31)	

CMYK percentages

%30.11
%1.14
%0
%30.98

Codes

Color #7BAEB0 in popluar color models

7BAEB0
RGB123174176
HSL182°25.12%58.63%
HSB/HSV182°30.11%69.02%
CMYK30.11%1.14%0.00%
30.98%

Color #7BAEB0 in popluar number systems.

HEX7BAEB0
Decimal123174176
Binary11110111010111010110000
Octal173256260

Shades and tints

Shades of #7BAEB0

#7BAEB0
(123,174,176)
#709FA0
(112,159,160)
#659090
(101,144,144)
#5A8180
(90,129,128)
#4F7270
(79,114,112)
#446360
(68,99,96)
#395450
(57,84,80)
#2E4540
(46,69,64)
#233630
(35,54,48)
#182720
(24,39,32)
#0D1810
(13,24,16)
#000000
(0,0,0)

Tints of #7BAEB0

#7BAEB0
(123,174,176)
#87B5B7
(135,181,183)
#93BCBE
(147,188,190)
#9FC3C5
(159,195,197)
#ABCACC
(171,202,204)
#B7D1D3
(183,209,211)
#C3D8DA
(195,216,218)
#CFDFE1
(207,223,225)
#DBE6E8
(219,230,232)
#E7EDEF
(231,237,239)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAEB0; }

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

This text font color is #7BAEB0.


Background Color

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

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

This div background color is #7BAEB0.


Border color

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

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

This div border color is #7BAEB0.


Opacity

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

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

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

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

This text has shadow with #7BAEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAEB0 on black background.


Color preview on white background

This text has color #7BAEB0 on white background.



Black color preview on #7BAEB0 background

This text has black color on #7BAEB0 background.


White color preview on #7BAEB0 background

This text has white color on #7BAEB0 background.