COLOR #7CE6B8

HEX: #7CE6B8
RGB: (124,230,184)

Color info

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

RGB color model

#7CE6B8 color RGB value is (124,230,184).

  • red value is 124;
  • green value is 230;
  • blue value is 184.
RGB:
(124,230,184)
(49%,90%,72%)

RGB channels and saturation

R 124 of 255 = 49%
G 230 of 255 = 90%
B 184 of 255 = 72%

124
230
184

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

Portions of RGB colors in percentages

R + G + B =
124 + 230 + 184 = 538 (100%)
R 124 of 538 ~ 23.05%
G 230 of 538 ~ 42.75%
B 184 of 538 ~ 34.2%

%23.05
%42.75
%34.2

CMYK color model

#7CE6B8 color CMYK value is (46,0,20,10).

  • cyan value is 46.09%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 9.80%
CMYK:
(46,0,20,10)
C46M0Y20K10 
(46%,0%,20%,10%)
(0.46/0.00/0.20/0.10)	

CMYK percentages

%46.09
%0
%20
%9.8

Codes

Color #7CE6B8 in popluar color models

7CE6B8
RGB124230184
HSL154°67.95%69.41%
HSB/HSV154°46.09%90.20%
CMYK46.09%0.00%20.00%
9.80%

Color #7CE6B8 in popluar number systems.

HEX7CE6B8
Decimal124230184
Binary11111001110011010111000
Octal174346270

Shades and tints

Shades of #7CE6B8

#7CE6B8
(124,230,184)
#71D2A8
(113,210,168)
#66BE98
(102,190,152)
#5BAA88
(91,170,136)
#509678
(80,150,120)
#458268
(69,130,104)
#3A6E58
(58,110,88)
#2F5A48
(47,90,72)
#244638
(36,70,56)
#193228
(25,50,40)
#0E1E18
(14,30,24)
#000000
(0,0,0)

Tints of #7CE6B8

#7CE6B8
(124,230,184)
#87E8BE
(135,232,190)
#92EAC4
(146,234,196)
#9DECCA
(157,236,202)
#A8EED0
(168,238,208)
#B3F0D6
(179,240,214)
#BEF2DC
(190,242,220)
#C9F4E2
(201,244,226)
#D4F6E8
(212,246,232)
#DFF8EE
(223,248,238)
#EAFAF4
(234,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CE6B8 color. Also use rgb(124,230,184) instead hex code.

Text Font Color

.myTextColor { color: #7CE6B8; }

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

This text font color is #7CE6B8.


Background Color

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

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

This div background color is #7CE6B8.


Border color

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

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

This div border color is #7CE6B8.


Opacity

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

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

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

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

This text has shadow with #7CE6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CE6B8 on black background.


Color preview on white background

This text has color #7CE6B8 on white background.



Black color preview on #7CE6B8 background

This text has black color on #7CE6B8 background.


White color preview on #7CE6B8 background

This text has white color on #7CE6B8 background.