COLOR #7CCBEB

HEX: #7CCBEB
RGB: (124,203,235)

Color info

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

RGB color model

#7CCBEB color RGB value is (124,203,235).

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

RGB channels and saturation

R 124 of 255 = 49%
G 203 of 255 = 80%
B 235 of 255 = 92%

124
203
235

R + G + B ~ 74%. #7CCBEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 203 + 235 = 562 (100%)
R 124 of 562 ~ 22.06%
G 203 of 562 ~ 36.12%
B 235 of 562 ~ 41.81%

%22.06
%36.12
%41.81

CMYK color model

#7CCBEB color CMYK value is (47,14,0,8).

  • cyan value is 47.23%
  • magenta value is 13.62%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(47,14,0,8)
C47M14Y0K8 
(47%,14%,0%,8%)
(0.47/0.14/0.00/0.08)	

CMYK percentages

%47.23
%13.62
%0
%7.84

Codes

Color #7CCBEB in popluar color models

7CCBEB
RGB124203235
HSL197°73.51%70.39%
HSB/HSV197°47.23%92.16%
CMYK47.23%13.62%0.00%
7.84%

Color #7CCBEB in popluar number systems.

HEX7CCBEB
Decimal124203235
Binary11111001100101111101011
Octal174313353

Shades and tints

Shades of #7CCBEB

#7CCBEB
(124,203,235)
#71B9D6
(113,185,214)
#66A7C1
(102,167,193)
#5B95AC
(91,149,172)
#508397
(80,131,151)
#457182
(69,113,130)
#3A5F6D
(58,95,109)
#2F4D58
(47,77,88)
#243B43
(36,59,67)
#19292E
(25,41,46)
#0E1719
(14,23,25)
#000000
(0,0,0)

Tints of #7CCBEB

#7CCBEB
(124,203,235)
#87CFEC
(135,207,236)
#92D3ED
(146,211,237)
#9DD7EE
(157,215,238)
#A8DBEF
(168,219,239)
#B3DFF0
(179,223,240)
#BEE3F1
(190,227,241)
#C9E7F2
(201,231,242)
#D4EBF3
(212,235,243)
#DFEFF4
(223,239,244)
#EAF3F5
(234,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CCBEB; }

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

This text font color is #7CCBEB.


Background Color

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

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

This div background color is #7CCBEB.


Border color

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

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

This div border color is #7CCBEB.


Opacity

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

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

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

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

This text has shadow with #7CCBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCBEB on black background.


Color preview on white background

This text has color #7CCBEB on white background.



Black color preview on #7CCBEB background

This text has black color on #7CCBEB background.


White color preview on #7CCBEB background

This text has white color on #7CCBEB background.