COLOR #7CC3E6

HEX: #7CC3E6 RGB: (124,195,230)

Color info

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

RGB color model

#7CC3E6 color RGB value is (124,195,230).

RGB: (124,195,230) (49%, 76%, 90%)

RGB channels and saturation

R 124 of 255 = 49%
G 195 of 255 = 76%
B 230 of 255 = 90%

124
195
230

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

Portions of RGB colors in percentages

R + G + B = 124 + 195 + 230 = 549 (100%)
R 124 of 549 ~ 22.59%
G 195 of 549 ~ 35.52%
B 230 of 549 ~ 41.89'%

%22.59
%35.52
%41.89

CMYK color model

#7CC3E6 color CMYK value is (46,15,0,10).

  • cyan value is 46.09%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (46,15,0,10)
C46M15Y0K10 (46%, 15%, 0%, 10%)
(0.46 / 0.15 / 0.00 / 0.10)

CMYK percentages

%46.09
%15.22
%0
%9.8

Codes

Color #7CC3E6 in popluar color models

7C C3 E6
RGB 124 195 230
HSL 200° 67.95% 69.41%
HSB/HSV 200° 46.09% 90.20%
CMYK 46.09% 15.22% 0.00%
9.80%

Color #7CC3E6 in popluar number systems.

HEX 7C C3 E6
Decimal 124 195 230
Binary 1111100 11000011 11100110
Octal 174 303 346

Shades and tints

Shades of #7CC3E6

#7CC3E6
(124,195,230)
#71B2D2
(113,178,210)
#66A1BE
(102,161,190)
#5B90AA
(91,144,170)
#507F96
(80,127,150)
#456E82
(69,110,130)
#3A5D6E
(58,93,110)
#2F4C5A
(47,76,90)
#243B46
(36,59,70)
#192A32
(25,42,50)
#0E191E
(14,25,30)
#000000
(0,0,0)

Tints of #7CC3E6

#7CC3E6
(124,195,230)
#87C8E8
(135,200,232)
#92CDEA
(146,205,234)
#9DD2EC
(157,210,236)
#A8D7EE
(168,215,238)
#B3DCF0
(179,220,240)
#BEE1F2
(190,225,242)
#C9E6F4
(201,230,244)
#D4EBF6
(212,235,246)
#DFF0F8
(223,240,248)
#EAF5FA
(234,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC3E6 color. Also use rgb(124,195,230) instead hex code.

Text Font Color

.myTextColor { color: #7CC3E6; }

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

This text font color is #7CC3E6.

Background Color

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

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

This div background color is #7CC3E6.

Border color

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

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

This div border color is #7CC3E6.

Opacity

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

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

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

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

This text has shadow with #7CC3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CC3E6.

Preview

Color preview on black background

This text has color #7CC3E6 on black background.


Color preview on white background

This text has color #7CC3E6 on white background.


Black color preview on #7CC3E6 background

This text has black color on #7CC3E6 background.


White color preview on #7CC3E6 background

This text has white color on #7CC3E6 background.


Related colors

Complementary color

Complementary color for #hex is #833C19.


I love getcolorcode.com

Triadic colors

1 #E67CC3 and #C3E67C with #7CC3E6 are triadic colors.

2 #E6C37C and #C37CE6 with #7CC3E6 are triadic colors.