COLOR #7CEBBC

HEX: #7CEBBC
RGB: (124,235,188)

Color info

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

RGB color model

#7CEBBC color RGB value is (124,235,188).

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

RGB channels and saturation

R 124 of 255 = 49%
G 235 of 255 = 92%
B 188 of 255 = 74%

124
235
188

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

Portions of RGB colors in percentages

R + G + B =
124 + 235 + 188 = 547 (100%)
R 124 of 547 ~ 22.67%
G 235 of 547 ~ 42.96%
B 188 of 547 ~ 34.37%

%22.67
%42.96
%34.37

CMYK color model

#7CEBBC color CMYK value is (47,0,20,8).

  • cyan value is 47.23%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 7.84%
CMYK:
(47,0,20,8)
C47M0Y20K8 
(47%,0%,20%,8%)
(0.47/0.00/0.20/0.08)	

CMYK percentages

%47.23
%0
%20
%7.84

Codes

Color #7CEBBC in popluar color models

7CEBBC
RGB124235188
HSL155°73.51%70.39%
HSB/HSV155°47.23%92.16%
CMYK47.23%0.00%20.00%
7.84%

Color #7CEBBC in popluar number systems.

HEX7CEBBC
Decimal124235188
Binary11111001110101110111100
Octal174353274

Shades and tints

Shades of #7CEBBC

#7CEBBC
(124,235,188)
#71D6AB
(113,214,171)
#66C19A
(102,193,154)
#5BAC89
(91,172,137)
#509778
(80,151,120)
#458267
(69,130,103)
#3A6D56
(58,109,86)
#2F5845
(47,88,69)
#244334
(36,67,52)
#192E23
(25,46,35)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #7CEBBC

#7CEBBC
(124,235,188)
#87ECC2
(135,236,194)
#92EDC8
(146,237,200)
#9DEECE
(157,238,206)
#A8EFD4
(168,239,212)
#B3F0DA
(179,240,218)
#BEF1E0
(190,241,224)
#C9F2E6
(201,242,230)
#D4F3EC
(212,243,236)
#DFF4F2
(223,244,242)
#EAF5F8
(234,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CEBBC; }

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

This text font color is #7CEBBC.


Background Color

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

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

This div background color is #7CEBBC.


Border color

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

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

This div border color is #7CEBBC.


Opacity

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

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

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

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

This text has shadow with #7CEBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CEBBC on black background.


Color preview on white background

This text has color #7CEBBC on white background.



Black color preview on #7CEBBC background

This text has black color on #7CEBBC background.


White color preview on #7CEBBC background

This text has white color on #7CEBBC background.