COLOR #7BAAB1

HEX: #7BAAB1
RGB: (123,170,177)

Color info

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

RGB color model

#7BAAB1 color RGB value is (123,170,177).

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

RGB channels and saturation

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

123
170
177

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

Portions of RGB colors in percentages

R + G + B =
123 + 170 + 177 = 470 (100%)
R 123 of 470 ~ 26.17%
G 170 of 470 ~ 36.17%
B 177 of 470 ~ 37.66%

%26.17
%36.17
%37.66

CMYK color model

#7BAAB1 color CMYK value is (31,4,0,31).

  • cyan value is 30.51%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(31,4,0,31)
C31M4Y0K31 
(31%,4%,0%,31%)
(0.31/0.04/0.00/0.31)	

CMYK percentages

%30.51
%3.95
%0
%30.59

Codes

Color #7BAAB1 in popluar color models

7BAAB1
RGB123170177
HSL188°25.71%58.82%
HSB/HSV188°30.51%69.41%
CMYK30.51%3.95%0.00%
30.59%

Color #7BAAB1 in popluar number systems.

HEX7BAAB1
Decimal123170177
Binary11110111010101010110001
Octal173252261

Shades and tints

Shades of #7BAAB1

#7BAAB1
(123,170,177)
#709BA1
(112,155,161)
#658C91
(101,140,145)
#5A7D81
(90,125,129)
#4F6E71
(79,110,113)
#445F61
(68,95,97)
#395051
(57,80,81)
#2E4141
(46,65,65)
#233231
(35,50,49)
#182321
(24,35,33)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #7BAAB1

#7BAAB1
(123,170,177)
#87B1B8
(135,177,184)
#93B8BF
(147,184,191)
#9FBFC6
(159,191,198)
#ABC6CD
(171,198,205)
#B7CDD4
(183,205,212)
#C3D4DB
(195,212,219)
#CFDBE2
(207,219,226)
#DBE2E9
(219,226,233)
#E7E9F0
(231,233,240)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAAB1; }

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

This text font color is #7BAAB1.


Background Color

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

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

This div background color is #7BAAB1.


Border color

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

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

This div border color is #7BAAB1.


Opacity

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

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

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

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

This text has shadow with #7BAAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAAB1 on black background.


Color preview on white background

This text has color #7BAAB1 on white background.



Black color preview on #7BAAB1 background

This text has black color on #7BAAB1 background.


White color preview on #7BAAB1 background

This text has white color on #7BAAB1 background.