COLOR #7BA1BB

HEX: #7BA1BB RGB: (123,161,187)

Color info

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

RGB color model

#7BA1BB color RGB value is (123,161,187).

RGB: (123,161,187) (48%, 63%, 73%)

RGB channels and saturation

R 123 of 255 = 48%
G 161 of 255 = 63%
B 187 of 255 = 73%

123
161
187

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

Portions of RGB colors in percentages

R + G + B = 123 + 161 + 187 = 471 (100%)
R 123 of 471 ~ 26.11%
G 161 of 471 ~ 34.18%
B 187 of 471 ~ 39.7'%

%26.11
%34.18
%39.7

CMYK color model

#7BA1BB color CMYK value is (34,14,0,27).

  • cyan value is 34.22%
  • magenta value is 13.90%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (34,14,0,27)
C34M14Y0K27 (34%, 14%, 0%, 27%)
(0.34 / 0.14 / 0.00 / 0.27)

CMYK percentages

%34.22
%13.9
%0
%26.67

Codes

Color #7BA1BB in popluar color models

7B A1 BB
RGB 123 161 187
HSL 204° 32.00% 60.78%
HSB/HSV 204° 34.22% 73.33%
CMYK 34.22% 13.90% 0.00%
26.67%

Color #7BA1BB in popluar number systems.

HEX 7B A1 BB
Decimal 123 161 187
Binary 1111011 10100001 10111011
Octal 173 241 273

Shades and tints

Shades of #7BA1BB

#7BA1BB
(123,161,187)
#7093AA
(112,147,170)
#658599
(101,133,153)
#5A7788
(90,119,136)
#4F6977
(79,105,119)
#445B66
(68,91,102)
#394D55
(57,77,85)
#2E3F44
(46,63,68)
#233133
(35,49,51)
#182322
(24,35,34)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #7BA1BB

#7BA1BB
(123,161,187)
#87A9C1
(135,169,193)
#93B1C7
(147,177,199)
#9FB9CD
(159,185,205)
#ABC1D3
(171,193,211)
#B7C9D9
(183,201,217)
#C3D1DF
(195,209,223)
#CFD9E5
(207,217,229)
#DBE1EB
(219,225,235)
#E7E9F1
(231,233,241)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA1BB color. Also use rgb(123,161,187) instead hex code.

Text Font Color

.myTextColor { color: #7BA1BB; }

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

This text font color is #7BA1BB.

Background Color

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

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

This div background color is #7BA1BB.

Border color

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

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

This div border color is #7BA1BB.

Opacity

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

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

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

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

This text has shadow with #7BA1BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA1BB.

Preview

Color preview on black background

This text has color #7BA1BB on black background.


Color preview on white background

This text has color #7BA1BB on white background.


Black color preview on #7BA1BB background

This text has black color on #7BA1BB background.


White color preview on #7BA1BB background

This text has white color on #7BA1BB background.


Related colors

Complementary color

Complementary color for #hex is #845E44.


I love getcolorcode.com

Triadic colors

1 #BB7BA1 and #A1BB7B with #7BA1BB are triadic colors.

2 #BBA17B and #A17BBB with #7BA1BB are triadic colors.