COLOR #7CC5E3

HEX: #7CC5E3
RGB: (124,197,227)

Color info

#7CC5E3 contains mainly green and blue colors. Web safe color of #7CC5E3 is #66CCCC (or #6CC).

RGB color model

#7CC5E3 color RGB value is (124,197,227).

  • red value is 124;
  • green value is 197;
  • blue value is 227.
RGB:
(124,197,227)
(49%,77%,89%)

RGB channels and saturation

R 124 of 255 = 49%
G 197 of 255 = 77%
B 227 of 255 = 89%

124
197
227

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

Portions of RGB colors in percentages

R + G + B =
124 + 197 + 227 = 548 (100%)
R 124 of 548 ~ 22.63%
G 197 of 548 ~ 35.95%
B 227 of 548 ~ 41.42%

%22.63
%35.95
%41.42

CMYK color model

#7CC5E3 color CMYK value is (45,13,0,11).

  • cyan value is 45.37%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(45,13,0,11)
C45M13Y0K11 
(45%,13%,0%,11%)
(0.45/0.13/0.00/0.11)	

CMYK percentages

%45.37
%13.22
%0
%10.98

Codes

Color #7CC5E3 in popluar color models

7CC5E3
RGB124197227
HSL197°64.78%68.82%
HSB/HSV197°45.37%89.02%
CMYK45.37%13.22%0.00%
10.98%

Color #7CC5E3 in popluar number systems.

HEX7CC5E3
Decimal124197227
Binary11111001100010111100011
Octal174305343

Shades and tints

Shades of #7CC5E3

#7CC5E3
(124,197,227)
#71B4CF
(113,180,207)
#66A3BB
(102,163,187)
#5B92A7
(91,146,167)
#508193
(80,129,147)
#45707F
(69,112,127)
#3A5F6B
(58,95,107)
#2F4E57
(47,78,87)
#243D43
(36,61,67)
#192C2F
(25,44,47)
#0E1B1B
(14,27,27)
#000000
(0,0,0)

Tints of #7CC5E3

#7CC5E3
(124,197,227)
#87CAE5
(135,202,229)
#92CFE7
(146,207,231)
#9DD4E9
(157,212,233)
#A8D9EB
(168,217,235)
#B3DEED
(179,222,237)
#BEE3EF
(190,227,239)
#C9E8F1
(201,232,241)
#D4EDF3
(212,237,243)
#DFF2F5
(223,242,245)
#EAF7F7
(234,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC5E3 color. Also use rgb(124,197,227) instead hex code.

Text Font Color

.myTextColor { color: #7CC5E3; }

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

This text font color is #7CC5E3.


Background Color

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

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

This div background color is #7CC5E3.


Border color

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

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

This div border color is #7CC5E3.


Opacity

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

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

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

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

This text has shadow with #7CC5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC5E3 on black background.


Color preview on white background

This text has color #7CC5E3 on white background.



Black color preview on #7CC5E3 background

This text has black color on #7CC5E3 background.


White color preview on #7CC5E3 background

This text has white color on #7CC5E3 background.