COLOR #7BB5B1

HEX: #7BB5B1 RGB: (123,181,177)

Color info

#7BB5B1 contains red, green and blue colors in about the same proportion. Web safe color of #7BB5B1 is #66CC99 (or #6C9).

RGB color model

#7BB5B1 color RGB value is (123,181,177).

RGB: (123,181,177) (48%, 71%, 69%)

RGB channels and saturation

R 123 of 255 = 48%
G 181 of 255 = 71%
B 177 of 255 = 69%

123
181
177

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

Portions of RGB colors in percentages

R + G + B = 123 + 181 + 177 = 481 (100%)
R 123 of 481 ~ 25.57%
G 181 of 481 ~ 37.63%
B 177 of 481 ~ 36.8'%

%25.57
%37.63
%36.8

CMYK color model

#7BB5B1 color CMYK value is (32,0,2,29).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 29.02%

CMYK: (32,0,2,29)
C32M0Y2K29 (32%, 0%, 2%, 29%)
(0.32 / 0.00 / 0.02 / 0.29)

CMYK percentages

%32.04
%0
%2.21
%29.02

Codes

Color #7BB5B1 in popluar color models

7B B5 B1
RGB 123 181 177
HSL 176° 28.16% 59.61%
HSB/HSV 176° 32.04% 70.98%
CMYK 32.04% 0.00% 2.21%
29.02%

Color #7BB5B1 in popluar number systems.

HEX 7B B5 B1
Decimal 123 181 177
Binary 1111011 10110101 10110001
Octal 173 265 261

Shades and tints

Shades of #7BB5B1

#7BB5B1
(123,181,177)
#70A5A1
(112,165,161)
#659591
(101,149,145)
#5A8581
(90,133,129)
#4F7571
(79,117,113)
#446561
(68,101,97)
#395551
(57,85,81)
#2E4541
(46,69,65)
#233531
(35,53,49)
#182521
(24,37,33)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #7BB5B1

#7BB5B1
(123,181,177)
#87BBB8
(135,187,184)
#93C1BF
(147,193,191)
#9FC7C6
(159,199,198)
#ABCDCD
(171,205,205)
#B7D3D4
(183,211,212)
#C3D9DB
(195,217,219)
#CFDFE2
(207,223,226)
#DBE5E9
(219,229,233)
#E7EBF0
(231,235,240)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB5B1; }

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

This text font color is #7BB5B1.

Background Color

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

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

This div background color is #7BB5B1.

Border color

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

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

This div border color is #7BB5B1.

Opacity

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

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

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

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

This text has shadow with #7BB5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB5B1.

Preview

Color preview on black background

This text has color #7BB5B1 on black background.


Color preview on white background

This text has color #7BB5B1 on white background.


Black color preview on #7BB5B1 background

This text has black color on #7BB5B1 background.


White color preview on #7BB5B1 background

This text has white color on #7BB5B1 background.


Related colors

Complementary color

Complementary color for #hex is #844A4E.


I love getcolorcode.com

Triadic colors

1 #B17BB5 and #B5B17B with #7BB5B1 are triadic colors.

2 #B1B57B and #B57BB1 with #7BB5B1 are triadic colors.