COLOR #7CC0EB

HEX: #7CC0EB
RGB: (124,192,235)

Color info

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

RGB color model

#7CC0EB color RGB value is (124,192,235).

  • red value is 124;
  • green value is 192;
  • blue value is 235.
RGB:
(124,192,235)
(49%,75%,92%)

RGB channels and saturation

R 124 of 255 = 49%
G 192 of 255 = 75%
B 235 of 255 = 92%

124
192
235

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

Portions of RGB colors in percentages

R + G + B =
124 + 192 + 235 = 551 (100%)
R 124 of 551 ~ 22.5%
G 192 of 551 ~ 34.85%
B 235 of 551 ~ 42.65%

%22.5
%34.85
%42.65

CMYK color model

#7CC0EB color CMYK value is (47,18,0,8).

  • cyan value is 47.23%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(47,18,0,8)
C47M18Y0K8 
(47%,18%,0%,8%)
(0.47/0.18/0.00/0.08)	

CMYK percentages

%47.23
%18.3
%0
%7.84

Codes

Color #7CC0EB in popluar color models

7CC0EB
RGB124192235
HSL203°73.51%70.39%
HSB/HSV203°47.23%92.16%
CMYK47.23%18.30%0.00%
7.84%

Color #7CC0EB in popluar number systems.

HEX7CC0EB
Decimal124192235
Binary11111001100000011101011
Octal174300353

Shades and tints

Shades of #7CC0EB

#7CC0EB
(124,192,235)
#71AFD6
(113,175,214)
#669EC1
(102,158,193)
#5B8DAC
(91,141,172)
#507C97
(80,124,151)
#456B82
(69,107,130)
#3A5A6D
(58,90,109)
#2F4958
(47,73,88)
#243843
(36,56,67)
#19272E
(25,39,46)
#0E1619
(14,22,25)
#000000
(0,0,0)

Tints of #7CC0EB

#7CC0EB
(124,192,235)
#87C5EC
(135,197,236)
#92CAED
(146,202,237)
#9DCFEE
(157,207,238)
#A8D4EF
(168,212,239)
#B3D9F0
(179,217,240)
#BEDEF1
(190,222,241)
#C9E3F2
(201,227,242)
#D4E8F3
(212,232,243)
#DFEDF4
(223,237,244)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC0EB color. Also use rgb(124,192,235) instead hex code.

Text Font Color

.myTextColor { color: #7CC0EB; }

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

This text font color is #7CC0EB.


Background Color

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

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

This div background color is #7CC0EB.


Border color

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

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

This div border color is #7CC0EB.


Opacity

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

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

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

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

This text has shadow with #7CC0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC0EB on black background.


Color preview on white background

This text has color #7CC0EB on white background.



Black color preview on #7CC0EB background

This text has black color on #7CC0EB background.


White color preview on #7CC0EB background

This text has white color on #7CC0EB background.