COLOR #7CE0B9

HEX: #7CE0B9
RGB: (124,224,185)

Color info

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

RGB color model

#7CE0B9 color RGB value is (124,224,185).

  • red value is 124;
  • green value is 224;
  • blue value is 185.
RGB:
(124,224,185)
(49%,88%,73%)

RGB channels and saturation

R 124 of 255 = 49%
G 224 of 255 = 88%
B 185 of 255 = 73%

124
224
185

R + G + B ~ 70%. #7CE0B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 224 + 185 = 533 (100%)
R 124 of 533 ~ 23.26%
G 224 of 533 ~ 42.03%
B 185 of 533 ~ 34.71%

%23.26
%42.03
%34.71

CMYK color model

#7CE0B9 color CMYK value is (45,0,17,12).

  • cyan value is 44.64%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 12.16%
CMYK:
(45,0,17,12)
C45M0Y17K12 
(45%,0%,17%,12%)
(0.45/0.00/0.17/0.12)	

CMYK percentages

%44.64
%0
%17.41
%12.16

Codes

Color #7CE0B9 in popluar color models

7CE0B9
RGB124224185
HSL157°61.73%68.24%
HSB/HSV157°44.64%87.84%
CMYK44.64%0.00%17.41%
12.16%

Color #7CE0B9 in popluar number systems.

HEX7CE0B9
Decimal124224185
Binary11111001110000010111001
Octal174340271

Shades and tints

Shades of #7CE0B9

#7CE0B9
(124,224,185)
#71CCA9
(113,204,169)
#66B899
(102,184,153)
#5BA489
(91,164,137)
#509079
(80,144,121)
#457C69
(69,124,105)
#3A6859
(58,104,89)
#2F5449
(47,84,73)
#244039
(36,64,57)
#192C29
(25,44,41)
#0E1819
(14,24,25)
#000000
(0,0,0)

Tints of #7CE0B9

#7CE0B9
(124,224,185)
#87E2BF
(135,226,191)
#92E4C5
(146,228,197)
#9DE6CB
(157,230,203)
#A8E8D1
(168,232,209)
#B3EAD7
(179,234,215)
#BEECDD
(190,236,221)
#C9EEE3
(201,238,227)
#D4F0E9
(212,240,233)
#DFF2EF
(223,242,239)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CE0B9 color. Also use rgb(124,224,185) instead hex code.

Text Font Color

.myTextColor { color: #7CE0B9; }

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

This text font color is #7CE0B9.


Background Color

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

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

This div background color is #7CE0B9.


Border color

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

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

This div border color is #7CE0B9.


Opacity

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

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

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

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

This text has shadow with #7CE0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CE0B9 on black background.


Color preview on white background

This text has color #7CE0B9 on white background.



Black color preview on #7CE0B9 background

This text has black color on #7CE0B9 background.


White color preview on #7CE0B9 background

This text has white color on #7CE0B9 background.