COLOR #7BBCD6

HEX: #7BBCD6
RGB: (123,188,214)

Color info

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

RGB color model

#7BBCD6 color RGB value is (123,188,214).

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

RGB channels and saturation

R 123 of 255 = 48%
G 188 of 255 = 74%
B 214 of 255 = 84%

123
188
214

R + G + B ~ 69%. #7BBCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 188 + 214 = 525 (100%)
R 123 of 525 ~ 23.43%
G 188 of 525 ~ 35.81%
B 214 of 525 ~ 40.76%

%23.43
%35.81
%40.76

CMYK color model

#7BBCD6 color CMYK value is (43,12,0,16).

  • cyan value is 42.52%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(43,12,0,16)
C43M12Y0K16 
(43%,12%,0%,16%)
(0.43/0.12/0.00/0.16)	

CMYK percentages

%42.52
%12.15
%0
%16.08

Codes

Color #7BBCD6 in popluar color models

7BBCD6
RGB123188214
HSL197°52.60%66.08%
HSB/HSV197°42.52%83.92%
CMYK42.52%12.15%0.00%
16.08%

Color #7BBCD6 in popluar number systems.

HEX7BBCD6
Decimal123188214
Binary11110111011110011010110
Octal173274326

Shades and tints

Shades of #7BBCD6

#7BBCD6
(123,188,214)
#70ABC3
(112,171,195)
#659AB0
(101,154,176)
#5A899D
(90,137,157)
#4F788A
(79,120,138)
#446777
(68,103,119)
#395664
(57,86,100)
#2E4551
(46,69,81)
#23343E
(35,52,62)
#18232B
(24,35,43)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #7BBCD6

#7BBCD6
(123,188,214)
#87C2D9
(135,194,217)
#93C8DC
(147,200,220)
#9FCEDF
(159,206,223)
#ABD4E2
(171,212,226)
#B7DAE5
(183,218,229)
#C3E0E8
(195,224,232)
#CFE6EB
(207,230,235)
#DBECEE
(219,236,238)
#E7F2F1
(231,242,241)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BBCD6; }

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

This text font color is #7BBCD6.


Background Color

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

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

This div background color is #7BBCD6.


Border color

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

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

This div border color is #7BBCD6.


Opacity

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

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

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

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

This text has shadow with #7BBCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BBCD6 on black background.


Color preview on white background

This text has color #7BBCD6 on white background.



Black color preview on #7BBCD6 background

This text has black color on #7BBCD6 background.


White color preview on #7BBCD6 background

This text has white color on #7BBCD6 background.