COLOR #7BBAC5

HEX: #7BBAC5 RGB: (123,186,197)

Color info

#7BBAC5 contains mainly green and blue colors. Web safe color of #7BBAC5 is #66CCCC (or #6CC).

RGB color model

#7BBAC5 color RGB value is (123,186,197).

RGB: (123,186,197) (48%, 73%, 77%)

RGB channels and saturation

R 123 of 255 = 48%
G 186 of 255 = 73%
B 197 of 255 = 77%

123
186
197

R + G + B ~ 66%. #7BBAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 186 + 197 = 506 (100%)
R 123 of 506 ~ 24.31%
G 186 of 506 ~ 36.76%
B 197 of 506 ~ 38.93'%

%24.31
%36.76
%38.93

CMYK color model

#7BBAC5 color CMYK value is (38,6,0,23).

  • cyan value is 37.56%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (38,6,0,23) C38M6Y0K23 (38%,6%,0%,23%) (0.38/0.06/0.00/0.23) 

CMYK percentages

%37.56
%5.58
%0
%22.75

Codes

Color #7BBAC5 in popluar color models

7B BA C5
RGB 123 186 197
HSL 189° 38.95% 62.75%
HSB/HSV 189° 37.56% 77.25%
CMYK 37.56% 5.58% 0.00%
22.75%

Color #7BBAC5 in popluar number systems.

HEX 7B BA C5
Decimal 123 186 197
Binary 1111011 10111010 11000101
Octal 173 272 305

Shades and tints

Shades of #7BBAC5

#7BBAC5
(123,186,197)
#70AAB4
(112,170,180)
#659AA3
(101,154,163)
#5A8A92
(90,138,146)
#4F7A81
(79,122,129)
#446A70
(68,106,112)
#395A5F
(57,90,95)
#2E4A4E
(46,74,78)
#233A3D
(35,58,61)
#182A2C
(24,42,44)
#0D1A1B
(13,26,27)
#000000
(0,0,0)

Tints of #7BBAC5

#7BBAC5
(123,186,197)
#87C0CA
(135,192,202)
#93C6CF
(147,198,207)
#9FCCD4
(159,204,212)
#ABD2D9
(171,210,217)
#B7D8DE
(183,216,222)
#C3DEE3
(195,222,227)
#CFE4E8
(207,228,232)
#DBEAED
(219,234,237)
#E7F0F2
(231,240,242)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BBAC5 color. Also use rgb(123,186,197) instead hex code.

Text Font Color

.myTextColor { color: #7BBAC5; }

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

This text font color is #7BBAC5.

Background Color

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

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

This div background color is #7BBAC5.

Border color

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

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

This div border color is #7BBAC5.

Opacity

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

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

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

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

This text has shadow with #7BBAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BBAC5.

Preview

Color preview on black background

This text has color #7BBAC5 on black background.


Color preview on white background

This text has color #7BBAC5 on white background.


Black color preview on #7BBAC5 background

This text has black color on #7BBAC5 background.


White color preview on #7BBAC5 background

This text has white color on #7BBAC5 background.


Related colors

Complementary color

Complementary color for #hex is #84453A.


I love getcolorcode.com

Triadic colors

1 #C57BBA and #BAC57B with #7BBAC5 are triadic colors.

2 #C5BA7B and #BA7BC5 with #7BBAC5 are triadic colors.