COLOR #7BAAAC

HEX: #7BAAAC
RGB: (123,170,172)

Color info

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

RGB color model

#7BAAAC color RGB value is (123,170,172).

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

RGB channels and saturation

R 123 of 255 = 48%
G 170 of 255 = 67%
B 172 of 255 = 67%

123
170
172

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

Portions of RGB colors in percentages

R + G + B =
123 + 170 + 172 = 465 (100%)
R 123 of 465 ~ 26.45%
G 170 of 465 ~ 36.56%
B 172 of 465 ~ 36.99%

%26.45
%36.56
%36.99

CMYK color model

#7BAAAC color CMYK value is (28,1,0,33).

  • cyan value is 28.49%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(28,1,0,33)
C28M1Y0K33 
(28%,1%,0%,33%)
(0.28/0.01/0.00/0.33)	

CMYK percentages

%28.49
%1.16
%0
%32.55

Codes

Color #7BAAAC in popluar color models

7BAAAC
RGB123170172
HSL182°22.79%57.84%
HSB/HSV182°28.49%67.45%
CMYK28.49%1.16%0.00%
32.55%

Color #7BAAAC in popluar number systems.

HEX7BAAAC
Decimal123170172
Binary11110111010101010101100
Octal173252254

Shades and tints

Shades of #7BAAAC

#7BAAAC
(123,170,172)
#709B9D
(112,155,157)
#658C8E
(101,140,142)
#5A7D7F
(90,125,127)
#4F6E70
(79,110,112)
#445F61
(68,95,97)
#395052
(57,80,82)
#2E4143
(46,65,67)
#233234
(35,50,52)
#182325
(24,35,37)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #7BAAAC

#7BAAAC
(123,170,172)
#87B1B3
(135,177,179)
#93B8BA
(147,184,186)
#9FBFC1
(159,191,193)
#ABC6C8
(171,198,200)
#B7CDCF
(183,205,207)
#C3D4D6
(195,212,214)
#CFDBDD
(207,219,221)
#DBE2E4
(219,226,228)
#E7E9EB
(231,233,235)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAAAC; }

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

This text font color is #7BAAAC.


Background Color

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

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

This div background color is #7BAAAC.


Border color

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

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

This div border color is #7BAAAC.


Opacity

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

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

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

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

This text has shadow with #7BAAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAAAC on black background.


Color preview on white background

This text has color #7BAAAC on white background.



Black color preview on #7BAAAC background

This text has black color on #7BAAAC background.


White color preview on #7BAAAC background

This text has white color on #7BAAAC background.