COLOR #7BC5E7

HEX: #7BC5E7
RGB: (123,197,231)

Color info

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

RGB color model

#7BC5E7 color RGB value is (123,197,231).

  • red value is 123;
  • green value is 197;
  • blue value is 231.
RGB:
(123,197,231)
(48%,77%,91%)

RGB channels and saturation

R 123 of 255 = 48%
G 197 of 255 = 77%
B 231 of 255 = 91%

123
197
231

R + G + B ~ 72%. #7BC5E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 197 + 231 = 551 (100%)
R 123 of 551 ~ 22.32%
G 197 of 551 ~ 35.75%
B 231 of 551 ~ 41.92%

%22.32
%35.75
%41.92

CMYK color model

#7BC5E7 color CMYK value is (47,15,0,9).

  • cyan value is 46.75%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(47,15,0,9)
C47M15Y0K9 
(47%,15%,0%,9%)
(0.47/0.15/0.00/0.09)	

CMYK percentages

%46.75
%14.72
%0
%9.41

Codes

Color #7BC5E7 in popluar color models

7BC5E7
RGB123197231
HSL199°69.23%69.41%
HSB/HSV199°46.75%90.59%
CMYK46.75%14.72%0.00%
9.41%

Color #7BC5E7 in popluar number systems.

HEX7BC5E7
Decimal123197231
Binary11110111100010111100111
Octal173305347

Shades and tints

Shades of #7BC5E7

#7BC5E7
(123,197,231)
#70B4D2
(112,180,210)
#65A3BD
(101,163,189)
#5A92A8
(90,146,168)
#4F8193
(79,129,147)
#44707E
(68,112,126)
#395F69
(57,95,105)
#2E4E54
(46,78,84)
#233D3F
(35,61,63)
#182C2A
(24,44,42)
#0D1B15
(13,27,21)
#000000
(0,0,0)

Tints of #7BC5E7

#7BC5E7
(123,197,231)
#87CAE9
(135,202,233)
#93CFEB
(147,207,235)
#9FD4ED
(159,212,237)
#ABD9EF
(171,217,239)
#B7DEF1
(183,222,241)
#C3E3F3
(195,227,243)
#CFE8F5
(207,232,245)
#DBEDF7
(219,237,247)
#E7F2F9
(231,242,249)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BC5E7; }

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

This text font color is #7BC5E7.


Background Color

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

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

This div background color is #7BC5E7.


Border color

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

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

This div border color is #7BC5E7.


Opacity

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

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

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

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

This text has shadow with #7BC5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BC5E7 on black background.


Color preview on white background

This text has color #7BC5E7 on white background.



Black color preview on #7BC5E7 background

This text has black color on #7BC5E7 background.


White color preview on #7BC5E7 background

This text has white color on #7BC5E7 background.