COLOR #7CCCE7

HEX: #7CCCE7
RGB: (124,204,231)

Color info

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

RGB color model

#7CCCE7 color RGB value is (124,204,231).

  • red value is 124;
  • green value is 204;
  • blue value is 231.
RGB:
(124,204,231)
(49%,80%,91%)

RGB channels and saturation

R 124 of 255 = 49%
G 204 of 255 = 80%
B 231 of 255 = 91%

124
204
231

R + G + B ~ 73%. #7CCCE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 204 + 231 = 559 (100%)
R 124 of 559 ~ 22.18%
G 204 of 559 ~ 36.49%
B 231 of 559 ~ 41.32%

%22.18
%36.49
%41.32

CMYK color model

#7CCCE7 color CMYK value is (46,12,0,9).

  • cyan value is 46.32%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(46,12,0,9)
C46M12Y0K9 
(46%,12%,0%,9%)
(0.46/0.12/0.00/0.09)	

CMYK percentages

%46.32
%11.69
%0
%9.41

Codes

Color #7CCCE7 in popluar color models

7CCCE7
RGB124204231
HSL195°69.03%69.61%
HSB/HSV195°46.32%90.59%
CMYK46.32%11.69%0.00%
9.41%

Color #7CCCE7 in popluar number systems.

HEX7CCCE7
Decimal124204231
Binary11111001100110011100111
Octal174314347

Shades and tints

Shades of #7CCCE7

#7CCCE7
(124,204,231)
#71BAD2
(113,186,210)
#66A8BD
(102,168,189)
#5B96A8
(91,150,168)
#508493
(80,132,147)
#45727E
(69,114,126)
#3A6069
(58,96,105)
#2F4E54
(47,78,84)
#243C3F
(36,60,63)
#192A2A
(25,42,42)
#0E1815
(14,24,21)
#000000
(0,0,0)

Tints of #7CCCE7

#7CCCE7
(124,204,231)
#87D0E9
(135,208,233)
#92D4EB
(146,212,235)
#9DD8ED
(157,216,237)
#A8DCEF
(168,220,239)
#B3E0F1
(179,224,241)
#BEE4F3
(190,228,243)
#C9E8F5
(201,232,245)
#D4ECF7
(212,236,247)
#DFF0F9
(223,240,249)
#EAF4FB
(234,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCCE7 color. Also use rgb(124,204,231) instead hex code.

Text Font Color

.myTextColor { color: #7CCCE7; }

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

This text font color is #7CCCE7.


Background Color

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

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

This div background color is #7CCCE7.


Border color

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

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

This div border color is #7CCCE7.


Opacity

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

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

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

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

This text has shadow with #7CCCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCCE7 on black background.


Color preview on white background

This text has color #7CCCE7 on white background.



Black color preview on #7CCCE7 background

This text has black color on #7CCCE7 background.


White color preview on #7CCCE7 background

This text has white color on #7CCCE7 background.