COLOR #7BDCF0

HEX: #7BDCF0
RGB: (123,220,240)

Color info

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

RGB color model

#7BDCF0 color RGB value is (123,220,240).

  • red value is 123;
  • green value is 220;
  • blue value is 240.
RGB:
(123,220,240)
(48%,86%,94%)

RGB channels and saturation

R 123 of 255 = 48%
G 220 of 255 = 86%
B 240 of 255 = 94%

123
220
240

R + G + B ~ 76%. #7BDCF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 220 + 240 = 583 (100%)
R 123 of 583 ~ 21.1%
G 220 of 583 ~ 37.74%
B 240 of 583 ~ 41.17%

%21.1
%37.74
%41.17

CMYK color model

#7BDCF0 color CMYK value is (49,8,0,6).

  • cyan value is 48.75%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(49,8,0,6)
C49M8Y0K6 
(49%,8%,0%,6%)
(0.49/0.08/0.00/0.06)	

CMYK percentages

%48.75
%8.33
%0
%5.88

Codes

Color #7BDCF0 in popluar color models

7BDCF0
RGB123220240
HSL190°79.59%71.18%
HSB/HSV190°48.75%94.12%
CMYK48.75%8.33%0.00%
5.88%

Color #7BDCF0 in popluar number systems.

HEX7BDCF0
Decimal123220240
Binary11110111101110011110000
Octal173334360

Shades and tints

Shades of #7BDCF0

#7BDCF0
(123,220,240)
#70C8DB
(112,200,219)
#65B4C6
(101,180,198)
#5AA0B1
(90,160,177)
#4F8C9C
(79,140,156)
#447887
(68,120,135)
#396472
(57,100,114)
#2E505D
(46,80,93)
#233C48
(35,60,72)
#182833
(24,40,51)
#0D141E
(13,20,30)
#000000
(0,0,0)

Tints of #7BDCF0

#7BDCF0
(123,220,240)
#87DFF1
(135,223,241)
#93E2F2
(147,226,242)
#9FE5F3
(159,229,243)
#ABE8F4
(171,232,244)
#B7EBF5
(183,235,245)
#C3EEF6
(195,238,246)
#CFF1F7
(207,241,247)
#DBF4F8
(219,244,248)
#E7F7F9
(231,247,249)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BDCF0 color. Also use rgb(123,220,240) instead hex code.

Text Font Color

.myTextColor { color: #7BDCF0; }

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

This text font color is #7BDCF0.


Background Color

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

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

This div background color is #7BDCF0.


Border color

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

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

This div border color is #7BDCF0.


Opacity

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

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

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

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

This text has shadow with #7BDCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BDCF0 on black background.


Color preview on white background

This text has color #7BDCF0 on white background.



Black color preview on #7BDCF0 background

This text has black color on #7BDCF0 background.


White color preview on #7BDCF0 background

This text has white color on #7BDCF0 background.