COLOR #7CCEC7

HEX: #7CCEC7
RGB: (124,206,199)

Color info

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

RGB color model

#7CCEC7 color RGB value is (124,206,199).

  • red value is 124;
  • green value is 206;
  • blue value is 199.
RGB:
(124,206,199)
(49%,81%,78%)

RGB channels and saturation

R 124 of 255 = 49%
G 206 of 255 = 81%
B 199 of 255 = 78%

124
206
199

R + G + B ~ 69%. #7CCEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 206 + 199 = 529 (100%)
R 124 of 529 ~ 23.44%
G 206 of 529 ~ 38.94%
B 199 of 529 ~ 37.62%

%23.44
%38.94
%37.62

CMYK color model

#7CCEC7 color CMYK value is (40,0,3,19).

  • cyan value is 39.81%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 19.22%
CMYK:
(40,0,3,19)
C40M0Y3K19 
(40%,0%,3%,19%)
(0.40/0.00/0.03/0.19)	

CMYK percentages

%39.81
%0
%3.4
%19.22

Codes

Color #7CCEC7 in popluar color models

7CCEC7
RGB124206199
HSL175°45.56%64.71%
HSB/HSV175°39.81%80.78%
CMYK39.81%0.00%3.40%
19.22%

Color #7CCEC7 in popluar number systems.

HEX7CCEC7
Decimal124206199
Binary11111001100111011000111
Octal174316307

Shades and tints

Shades of #7CCEC7

#7CCEC7
(124,206,199)
#71BCB5
(113,188,181)
#66AAA3
(102,170,163)
#5B9891
(91,152,145)
#50867F
(80,134,127)
#45746D
(69,116,109)
#3A625B
(58,98,91)
#2F5049
(47,80,73)
#243E37
(36,62,55)
#192C25
(25,44,37)
#0E1A13
(14,26,19)
#000000
(0,0,0)

Tints of #7CCEC7

#7CCEC7
(124,206,199)
#87D2CC
(135,210,204)
#92D6D1
(146,214,209)
#9DDAD6
(157,218,214)
#A8DEDB
(168,222,219)
#B3E2E0
(179,226,224)
#BEE6E5
(190,230,229)
#C9EAEA
(201,234,234)
#D4EEEF
(212,238,239)
#DFF2F4
(223,242,244)
#EAF6F9
(234,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CCEC7; }

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

This text font color is #7CCEC7.


Background Color

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

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

This div background color is #7CCEC7.


Border color

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

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

This div border color is #7CCEC7.


Opacity

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

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

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

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

This text has shadow with #7CCEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCEC7 on black background.


Color preview on white background

This text has color #7CCEC7 on white background.



Black color preview on #7CCEC7 background

This text has black color on #7CCEC7 background.


White color preview on #7CCEC7 background

This text has white color on #7CCEC7 background.