COLOR #7CEDB9

HEX: #7CEDB9
RGB: (124,237,185)

Color info

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

RGB color model

#7CEDB9 color RGB value is (124,237,185).

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

RGB channels and saturation

R 124 of 255 = 49%
G 237 of 255 = 93%
B 185 of 255 = 73%

124
237
185

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

Portions of RGB colors in percentages

R + G + B =
124 + 237 + 185 = 546 (100%)
R 124 of 546 ~ 22.71%
G 237 of 546 ~ 43.41%
B 185 of 546 ~ 33.88%

%22.71
%43.41
%33.88

CMYK color model

#7CEDB9 color CMYK value is (48,0,22,7).

  • cyan value is 47.68%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 7.06%
CMYK:
(48,0,22,7)
C48M0Y22K7 
(48%,0%,22%,7%)
(0.48/0.00/0.22/0.07)	

CMYK percentages

%47.68
%0
%21.94
%7.06

Codes

Color #7CEDB9 in popluar color models

7CEDB9
RGB124237185
HSL152°75.84%70.78%
HSB/HSV152°47.68%92.94%
CMYK47.68%0.00%21.94%
7.06%

Color #7CEDB9 in popluar number systems.

HEX7CEDB9
Decimal124237185
Binary11111001110110110111001
Octal174355271

Shades and tints

Shades of #7CEDB9

#7CEDB9
(124,237,185)
#71D8A9
(113,216,169)
#66C399
(102,195,153)
#5BAE89
(91,174,137)
#509979
(80,153,121)
#458469
(69,132,105)
#3A6F59
(58,111,89)
#2F5A49
(47,90,73)
#244539
(36,69,57)
#193029
(25,48,41)
#0E1B19
(14,27,25)
#000000
(0,0,0)

Tints of #7CEDB9

#7CEDB9
(124,237,185)
#87EEBF
(135,238,191)
#92EFC5
(146,239,197)
#9DF0CB
(157,240,203)
#A8F1D1
(168,241,209)
#B3F2D7
(179,242,215)
#BEF3DD
(190,243,221)
#C9F4E3
(201,244,227)
#D4F5E9
(212,245,233)
#DFF6EF
(223,246,239)
#EAF7F5
(234,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CEDB9; }

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

This text font color is #7CEDB9.


Background Color

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

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

This div background color is #7CEDB9.


Border color

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

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

This div border color is #7CEDB9.


Opacity

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

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

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

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

This text has shadow with #7CEDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CEDB9 on black background.


Color preview on white background

This text has color #7CEDB9 on white background.



Black color preview on #7CEDB9 background

This text has black color on #7CEDB9 background.


White color preview on #7CEDB9 background

This text has white color on #7CEDB9 background.