COLOR #7CCEEC

HEX: #7CCEEC RGB: (124,206,236)

Color info

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

RGB color model

#7CCEEC color RGB value is (124,206,236).

RGB: (124,206,236) (49%, 81%, 93%)

RGB channels and saturation

R 124 of 255 = 49%
G 206 of 255 = 81%
B 236 of 255 = 93%

124
206
236

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

Portions of RGB colors in percentages

R + G + B = 124 + 206 + 236 = 566 (100%)
R 124 of 566 ~ 21.91%
G 206 of 566 ~ 36.4%
B 236 of 566 ~ 41.7'%

%21.91
%36.4
%41.7

CMYK color model

#7CCEEC color CMYK value is (47,13,0,7).

  • cyan value is 47.46%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (47,13,0,7)
C47M13Y0K7 (47%, 13%, 0%, 7%)
(0.47 / 0.13 / 0.00 / 0.07)

CMYK percentages

%47.46
%12.71
%0
%7.45

Codes

Color #7CCEEC in popluar color models

7C CE EC
RGB 124 206 236
HSL 196° 74.67% 70.59%
HSB/HSV 196° 47.46% 92.55%
CMYK 47.46% 12.71% 0.00%
7.45%

Color #7CCEEC in popluar number systems.

HEX 7C CE EC
Decimal 124 206 236
Binary 1111100 11001110 11101100
Octal 174 316 354

Shades and tints

Shades of #7CCEEC

#7CCEEC
(124,206,236)
#71BCD7
(113,188,215)
#66AAC2
(102,170,194)
#5B98AD
(91,152,173)
#508698
(80,134,152)
#457483
(69,116,131)
#3A626E
(58,98,110)
#2F5059
(47,80,89)
#243E44
(36,62,68)
#192C2F
(25,44,47)
#0E1A1A
(14,26,26)
#000000
(0,0,0)

Tints of #7CCEEC

#7CCEEC
(124,206,236)
#87D2ED
(135,210,237)
#92D6EE
(146,214,238)
#9DDAEF
(157,218,239)
#A8DEF0
(168,222,240)
#B3E2F1
(179,226,241)
#BEE6F2
(190,230,242)
#C9EAF3
(201,234,243)
#D4EEF4
(212,238,244)
#DFF2F5
(223,242,245)
#EAF6F6
(234,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCEEC color. Also use rgb(124,206,236) instead hex code.

Text Font Color

.myTextColor { color: #7CCEEC; }

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

This text font color is #7CCEEC.

Background Color

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

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

This div background color is #7CCEEC.

Border color

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

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

This div border color is #7CCEEC.

Opacity

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

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

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

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

This text has shadow with #7CCEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CCEEC.

Preview

Color preview on black background

This text has color #7CCEEC on black background.


Color preview on white background

This text has color #7CCEEC on white background.


Black color preview on #7CCEEC background

This text has black color on #7CCEEC background.


White color preview on #7CCEEC background

This text has white color on #7CCEEC background.


Related colors

Complementary color

Complementary color for #hex is #833113.


I love getcolorcode.com

Triadic colors

1 #EC7CCE and #CEEC7C with #7CCEEC are triadic colors.

2 #ECCE7C and #CE7CEC with #7CCEEC are triadic colors.