COLOR #7CEBC0

HEX: #7CEBC0
RGB: (124,235,192)

Color info

#7CEBC0 contains mainly green and blue colors. Web safe color of #7CEBC0 is #66FFCC (or #6FC).

RGB color model

#7CEBC0 color RGB value is (124,235,192).

  • red value is 124;
  • green value is 235;
  • blue value is 192.
RGB:
(124,235,192)
(49%,92%,75%)

RGB channels and saturation

R 124 of 255 = 49%
G 235 of 255 = 92%
B 192 of 255 = 75%

124
235
192

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

Portions of RGB colors in percentages

R + G + B =
124 + 235 + 192 = 551 (100%)
R 124 of 551 ~ 22.5%
G 235 of 551 ~ 42.65%
B 192 of 551 ~ 34.85%

%22.5
%42.65
%34.85

CMYK color model

#7CEBC0 color CMYK value is (47,0,18,8).

  • cyan value is 47.23%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 7.84%
CMYK:
(47,0,18,8)
C47M0Y18K8 
(47%,0%,18%,8%)
(0.47/0.00/0.18/0.08)	

CMYK percentages

%47.23
%0
%18.3
%7.84

Codes

Color #7CEBC0 in popluar color models

7CEBC0
RGB124235192
HSL157°73.51%70.39%
HSB/HSV157°47.23%92.16%
CMYK47.23%0.00%18.30%
7.84%

Color #7CEBC0 in popluar number systems.

HEX7CEBC0
Decimal124235192
Binary11111001110101111000000
Octal174353300

Shades and tints

Shades of #7CEBC0

#7CEBC0
(124,235,192)
#71D6AF
(113,214,175)
#66C19E
(102,193,158)
#5BAC8D
(91,172,141)
#50977C
(80,151,124)
#45826B
(69,130,107)
#3A6D5A
(58,109,90)
#2F5849
(47,88,73)
#244338
(36,67,56)
#192E27
(25,46,39)
#0E1916
(14,25,22)
#000000
(0,0,0)

Tints of #7CEBC0

#7CEBC0
(124,235,192)
#87ECC5
(135,236,197)
#92EDCA
(146,237,202)
#9DEECF
(157,238,207)
#A8EFD4
(168,239,212)
#B3F0D9
(179,240,217)
#BEF1DE
(190,241,222)
#C9F2E3
(201,242,227)
#D4F3E8
(212,243,232)
#DFF4ED
(223,244,237)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CEBC0 color. Also use rgb(124,235,192) instead hex code.

Text Font Color

.myTextColor { color: #7CEBC0; }

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

This text font color is #7CEBC0.


Background Color

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

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

This div background color is #7CEBC0.


Border color

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

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

This div border color is #7CEBC0.


Opacity

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

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

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

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

This text has shadow with #7CEBC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CEBC0 on black background.


Color preview on white background

This text has color #7CEBC0 on white background.



Black color preview on #7CEBC0 background

This text has black color on #7CEBC0 background.


White color preview on #7CEBC0 background

This text has white color on #7CEBC0 background.