COLOR #7BB1B9

HEX: #7BB1B9
RGB: (123,177,185)

Color info

#7BB1B9 contains mainly green and blue colors. Web safe color of #7BB1B9 is #6699CC (or #69C).

RGB color model

#7BB1B9 color RGB value is (123,177,185).

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

RGB channels and saturation

R 123 of 255 = 48%
G 177 of 255 = 69%
B 185 of 255 = 73%

123
177
185

R + G + B ~ 63%. #7BB1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 177 + 185 = 485 (100%)
R 123 of 485 ~ 25.36%
G 177 of 485 ~ 36.49%
B 185 of 485 ~ 38.14%

%25.36
%36.49
%38.14

CMYK color model

#7BB1B9 color CMYK value is (34,4,0,27).

  • cyan value is 33.51%
  • magenta value is 4.32%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(34,4,0,27)
C34M4Y0K27 
(34%,4%,0%,27%)
(0.34/0.04/0.00/0.27)	

CMYK percentages

%33.51
%4.32
%0
%27.45

Codes

Color #7BB1B9 in popluar color models

7BB1B9
RGB123177185
HSL188°30.69%60.39%
HSB/HSV188°33.51%72.55%
CMYK33.51%4.32%0.00%
27.45%

Color #7BB1B9 in popluar number systems.

HEX7BB1B9
Decimal123177185
Binary11110111011000110111001
Octal173261271

Shades and tints

Shades of #7BB1B9

#7BB1B9
(123,177,185)
#70A1A9
(112,161,169)
#659199
(101,145,153)
#5A8189
(90,129,137)
#4F7179
(79,113,121)
#446169
(68,97,105)
#395159
(57,81,89)
#2E4149
(46,65,73)
#233139
(35,49,57)
#182129
(24,33,41)
#0D1119
(13,17,25)
#000000
(0,0,0)

Tints of #7BB1B9

#7BB1B9
(123,177,185)
#87B8BF
(135,184,191)
#93BFC5
(147,191,197)
#9FC6CB
(159,198,203)
#ABCDD1
(171,205,209)
#B7D4D7
(183,212,215)
#C3DBDD
(195,219,221)
#CFE2E3
(207,226,227)
#DBE9E9
(219,233,233)
#E7F0EF
(231,240,239)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB1B9; }

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

This text font color is #7BB1B9.


Background Color

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

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

This div background color is #7BB1B9.


Border color

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

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

This div border color is #7BB1B9.


Opacity

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

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

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

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

This text has shadow with #7BB1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB1B9 on black background.


Color preview on white background

This text has color #7BB1B9 on white background.



Black color preview on #7BB1B9 background

This text has black color on #7BB1B9 background.


White color preview on #7BB1B9 background

This text has white color on #7BB1B9 background.