COLOR #7BBCCE

HEX: #7BBCCE
RGB: (123,188,206)

Color info

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

RGB color model

#7BBCCE color RGB value is (123,188,206).

  • red value is 123;
  • green value is 188;
  • blue value is 206.
RGB:
(123,188,206)
(48%,74%,81%)

RGB channels and saturation

R 123 of 255 = 48%
G 188 of 255 = 74%
B 206 of 255 = 81%

123
188
206

R + G + B ~ 68%. #7BBCCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 188 + 206 = 517 (100%)
R 123 of 517 ~ 23.79%
G 188 of 517 ~ 36.36%
B 206 of 517 ~ 39.85%

%23.79
%36.36
%39.85

CMYK color model

#7BBCCE color CMYK value is (40,9,0,19).

  • cyan value is 40.29%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(40,9,0,19)
C40M9Y0K19 
(40%,9%,0%,19%)
(0.40/0.09/0.00/0.19)	

CMYK percentages

%40.29
%8.74
%0
%19.22

Codes

Color #7BBCCE in popluar color models

7BBCCE
RGB123188206
HSL193°45.86%64.51%
HSB/HSV193°40.29%80.78%
CMYK40.29%8.74%0.00%
19.22%

Color #7BBCCE in popluar number systems.

HEX7BBCCE
Decimal123188206
Binary11110111011110011001110
Octal173274316

Shades and tints

Shades of #7BBCCE

#7BBCCE
(123,188,206)
#70ABBC
(112,171,188)
#659AAA
(101,154,170)
#5A8998
(90,137,152)
#4F7886
(79,120,134)
#446774
(68,103,116)
#395662
(57,86,98)
#2E4550
(46,69,80)
#23343E
(35,52,62)
#18232C
(24,35,44)
#0D121A
(13,18,26)
#000000
(0,0,0)

Tints of #7BBCCE

#7BBCCE
(123,188,206)
#87C2D2
(135,194,210)
#93C8D6
(147,200,214)
#9FCEDA
(159,206,218)
#ABD4DE
(171,212,222)
#B7DAE2
(183,218,226)
#C3E0E6
(195,224,230)
#CFE6EA
(207,230,234)
#DBECEE
(219,236,238)
#E7F2F2
(231,242,242)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BBCCE color. Also use rgb(123,188,206) instead hex code.

Text Font Color

.myTextColor { color: #7BBCCE; }

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

This text font color is #7BBCCE.


Background Color

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

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

This div background color is #7BBCCE.


Border color

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

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

This div border color is #7BBCCE.


Opacity

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

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

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

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

This text has shadow with #7BBCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BBCCE on black background.


Color preview on white background

This text has color #7BBCCE on white background.



Black color preview on #7BBCCE background

This text has black color on #7BBCCE background.


White color preview on #7BBCCE background

This text has white color on #7BBCCE background.