COLOR #7BAAAF

HEX: #7BAAAF
RGB: (123,170,175)

Color info

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

RGB color model

#7BAAAF color RGB value is (123,170,175).

  • red value is 123;
  • green value is 170;
  • blue value is 175.
RGB:
(123,170,175)
(48%,67%,69%)

RGB channels and saturation

R 123 of 255 = 48%
G 170 of 255 = 67%
B 175 of 255 = 69%

123
170
175

R + G + B ~ 61%. #7BAAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 170 + 175 = 468 (100%)
R 123 of 468 ~ 26.28%
G 170 of 468 ~ 36.32%
B 175 of 468 ~ 37.39%

%26.28
%36.32
%37.39

CMYK color model

#7BAAAF color CMYK value is (30,3,0,31).

  • cyan value is 29.71%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(30,3,0,31)
C30M3Y0K31 
(30%,3%,0%,31%)
(0.30/0.03/0.00/0.31)	

CMYK percentages

%29.71
%2.86
%0
%31.37

Codes

Color #7BAAAF in popluar color models

7BAAAF
RGB123170175
HSL186°24.53%58.43%
HSB/HSV186°29.71%68.63%
CMYK29.71%2.86%0.00%
31.37%

Color #7BAAAF in popluar number systems.

HEX7BAAAF
Decimal123170175
Binary11110111010101010101111
Octal173252257

Shades and tints

Shades of #7BAAAF

#7BAAAF
(123,170,175)
#709BA0
(112,155,160)
#658C91
(101,140,145)
#5A7D82
(90,125,130)
#4F6E73
(79,110,115)
#445F64
(68,95,100)
#395055
(57,80,85)
#2E4146
(46,65,70)
#233237
(35,50,55)
#182328
(24,35,40)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #7BAAAF

#7BAAAF
(123,170,175)
#87B1B6
(135,177,182)
#93B8BD
(147,184,189)
#9FBFC4
(159,191,196)
#ABC6CB
(171,198,203)
#B7CDD2
(183,205,210)
#C3D4D9
(195,212,217)
#CFDBE0
(207,219,224)
#DBE2E7
(219,226,231)
#E7E9EE
(231,233,238)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAAAF color. Also use rgb(123,170,175) instead hex code.

Text Font Color

.myTextColor { color: #7BAAAF; }

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

This text font color is #7BAAAF.


Background Color

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

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

This div background color is #7BAAAF.


Border color

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

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

This div border color is #7BAAAF.


Opacity

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

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

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

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

This text has shadow with #7BAAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAAAF on black background.


Color preview on white background

This text has color #7BAAAF on white background.



Black color preview on #7BAAAF background

This text has black color on #7BAAAF background.


White color preview on #7BAAAF background

This text has white color on #7BAAAF background.