COLOR #7BB2B1

HEX: #7BB2B1
RGB: (123,178,177)

Color info

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

RGB color model

#7BB2B1 color RGB value is (123,178,177).

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

RGB channels and saturation

R 123 of 255 = 48%
G 178 of 255 = 70%
B 177 of 255 = 69%

123
178
177

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

Portions of RGB colors in percentages

R + G + B =
123 + 178 + 177 = 478 (100%)
R 123 of 478 ~ 25.73%
G 178 of 478 ~ 37.24%
B 177 of 478 ~ 37.03%

%25.73
%37.24
%37.03

CMYK color model

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

  • cyan value is 30.90%
  • magenta value is 0.00%
  • yellow value is 0.56%
  • key color value is 30.20%
CMYK:
(31,0,1,30)
C31M0Y1K30 
(31%,0%,1%,30%)
(0.31/0.00/0.01/0.30)	

CMYK percentages

%30.9
%0
%0.56
%30.2

Codes

Color #7BB2B1 in popluar color models

7BB2B1
RGB123178177
HSL179°26.32%59.02%
HSB/HSV179°30.90%69.80%
CMYK30.90%0.00%0.56%
30.20%

Color #7BB2B1 in popluar number systems.

HEX7BB2B1
Decimal123178177
Binary11110111011001010110001
Octal173262261

Shades and tints

Shades of #7BB2B1

#7BB2B1
(123,178,177)
#70A2A1
(112,162,161)
#659291
(101,146,145)
#5A8281
(90,130,129)
#4F7271
(79,114,113)
#446261
(68,98,97)
#395251
(57,82,81)
#2E4241
(46,66,65)
#233231
(35,50,49)
#182221
(24,34,33)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #7BB2B1

#7BB2B1
(123,178,177)
#87B9B8
(135,185,184)
#93C0BF
(147,192,191)
#9FC7C6
(159,199,198)
#ABCECD
(171,206,205)
#B7D5D4
(183,213,212)
#C3DCDB
(195,220,219)
#CFE3E2
(207,227,226)
#DBEAE9
(219,234,233)
#E7F1F0
(231,241,240)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB2B1; }

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

This text font color is #7BB2B1.


Background Color

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

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

This div background color is #7BB2B1.


Border color

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

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

This div border color is #7BB2B1.


Opacity

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

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

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

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

This text has shadow with #7BB2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB2B1 on black background.


Color preview on white background

This text has color #7BB2B1 on white background.



Black color preview on #7BB2B1 background

This text has black color on #7BB2B1 background.


White color preview on #7BB2B1 background

This text has white color on #7BB2B1 background.