COLOR #7BC8EC

HEX: #7BC8EC
RGB: (123,200,236)

Color info

#7BC8EC contains mainly green and blue colors. Web safe color of #7BC8EC is #66CCFF (or #6CF).

RGB color model

#7BC8EC color RGB value is (123,200,236).

  • red value is 123;
  • green value is 200;
  • blue value is 236.
RGB:
(123,200,236)
(48%,78%,93%)

RGB channels and saturation

R 123 of 255 = 48%
G 200 of 255 = 78%
B 236 of 255 = 93%

123
200
236

R + G + B ~ 73%. #7BC8EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 200 + 236 = 559 (100%)
R 123 of 559 ~ 22%
G 200 of 559 ~ 35.78%
B 236 of 559 ~ 42.22%

%22
%35.78
%42.22

CMYK color model

#7BC8EC color CMYK value is (48,15,0,7).

  • cyan value is 47.88%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(48,15,0,7)
C48M15Y0K7 
(48%,15%,0%,7%)
(0.48/0.15/0.00/0.07)	

CMYK percentages

%47.88
%15.25
%0
%7.45

Codes

Color #7BC8EC in popluar color models

7BC8EC
RGB123200236
HSL199°74.83%70.39%
HSB/HSV199°47.88%92.55%
CMYK47.88%15.25%0.00%
7.45%

Color #7BC8EC in popluar number systems.

HEX7BC8EC
Decimal123200236
Binary11110111100100011101100
Octal173310354

Shades and tints

Shades of #7BC8EC

#7BC8EC
(123,200,236)
#70B6D7
(112,182,215)
#65A4C2
(101,164,194)
#5A92AD
(90,146,173)
#4F8098
(79,128,152)
#446E83
(68,110,131)
#395C6E
(57,92,110)
#2E4A59
(46,74,89)
#233844
(35,56,68)
#18262F
(24,38,47)
#0D141A
(13,20,26)
#000000
(0,0,0)

Tints of #7BC8EC

#7BC8EC
(123,200,236)
#87CDED
(135,205,237)
#93D2EE
(147,210,238)
#9FD7EF
(159,215,239)
#ABDCF0
(171,220,240)
#B7E1F1
(183,225,241)
#C3E6F2
(195,230,242)
#CFEBF3
(207,235,243)
#DBF0F4
(219,240,244)
#E7F5F5
(231,245,245)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BC8EC color. Also use rgb(123,200,236) instead hex code.

Text Font Color

.myTextColor { color: #7BC8EC; }

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

This text font color is #7BC8EC.


Background Color

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

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

This div background color is #7BC8EC.


Border color

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

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

This div border color is #7BC8EC.


Opacity

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

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

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

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

This text has shadow with #7BC8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BC8EC on black background.


Color preview on white background

This text has color #7BC8EC on white background.



Black color preview on #7BC8EC background

This text has black color on #7BC8EC background.


White color preview on #7BC8EC background

This text has white color on #7BC8EC background.