COLOR #7BBCC3

HEX: #7BBCC3
RGB: (123,188,195)

Color info

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

RGB color model

#7BBCC3 color RGB value is (123,188,195).

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

RGB channels and saturation

R 123 of 255 = 48%
G 188 of 255 = 74%
B 195 of 255 = 76%

123
188
195

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

Portions of RGB colors in percentages

R + G + B =
123 + 188 + 195 = 506 (100%)
R 123 of 506 ~ 24.31%
G 188 of 506 ~ 37.15%
B 195 of 506 ~ 38.54%

%24.31
%37.15
%38.54

CMYK color model

#7BBCC3 color CMYK value is (37,4,0,24).

  • cyan value is 36.92%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(37,4,0,24)
C37M4Y0K24 
(37%,4%,0%,24%)
(0.37/0.04/0.00/0.24)	

CMYK percentages

%36.92
%3.59
%0
%23.53

Codes

Color #7BBCC3 in popluar color models

7BBCC3
RGB123188195
HSL186°37.50%62.35%
HSB/HSV186°36.92%76.47%
CMYK36.92%3.59%0.00%
23.53%

Color #7BBCC3 in popluar number systems.

HEX7BBCC3
Decimal123188195
Binary11110111011110011000011
Octal173274303

Shades and tints

Shades of #7BBCC3

#7BBCC3
(123,188,195)
#70ABB2
(112,171,178)
#659AA1
(101,154,161)
#5A8990
(90,137,144)
#4F787F
(79,120,127)
#44676E
(68,103,110)
#39565D
(57,86,93)
#2E454C
(46,69,76)
#23343B
(35,52,59)
#18232A
(24,35,42)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #7BBCC3

#7BBCC3
(123,188,195)
#87C2C8
(135,194,200)
#93C8CD
(147,200,205)
#9FCED2
(159,206,210)
#ABD4D7
(171,212,215)
#B7DADC
(183,218,220)
#C3E0E1
(195,224,225)
#CFE6E6
(207,230,230)
#DBECEB
(219,236,235)
#E7F2F0
(231,242,240)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BBCC3; }

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

This text font color is #7BBCC3.


Background Color

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

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

This div background color is #7BBCC3.


Border color

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

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

This div border color is #7BBCC3.


Opacity

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

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

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

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

This text has shadow with #7BBCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BBCC3 on black background.


Color preview on white background

This text has color #7BBCC3 on white background.



Black color preview on #7BBCC3 background

This text has black color on #7BBCC3 background.


White color preview on #7BBCC3 background

This text has white color on #7BBCC3 background.