COLOR #7CC088

HEX: #7CC088
RGB: (124,192,136)

Color info

#7CC088 contains mainly green and blue colors. Web safe color of #7CC088 is #66CC99 (or #6C9).

RGB color model

#7CC088 color RGB value is (124,192,136).

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

RGB channels and saturation

R 124 of 255 = 49%
G 192 of 255 = 75%
B 136 of 255 = 53%

124
192
136

R + G + B ~ 59%. #7CC088 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 192 + 136 = 452 (100%)
R 124 of 452 ~ 27.43%
G 192 of 452 ~ 42.48%
B 136 of 452 ~ 30.09%

%27.43
%42.48
%30.09

CMYK color model

#7CC088 color CMYK value is (35,0,29,25).

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 24.71%
CMYK:
(35,0,29,25)
C35M0Y29K25 
(35%,0%,29%,25%)
(0.35/0.00/0.29/0.25)	

CMYK percentages

%35.42
%0
%29.17
%24.71

Codes

Color #7CC088 in popluar color models

7CC088
RGB124192136
HSL131°35.05%61.96%
HSB/HSV131°35.42%75.29%
CMYK35.42%0.00%29.17%
24.71%

Color #7CC088 in popluar number systems.

HEX7CC088
Decimal124192136
Binary11111001100000010001000
Octal174300210

Shades and tints

Shades of #7CC088

#7CC088
(124,192,136)
#71AF7C
(113,175,124)
#669E70
(102,158,112)
#5B8D64
(91,141,100)
#507C58
(80,124,88)
#456B4C
(69,107,76)
#3A5A40
(58,90,64)
#2F4934
(47,73,52)
#243828
(36,56,40)
#19271C
(25,39,28)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #7CC088

#7CC088
(124,192,136)
#87C592
(135,197,146)
#92CA9C
(146,202,156)
#9DCFA6
(157,207,166)
#A8D4B0
(168,212,176)
#B3D9BA
(179,217,186)
#BEDEC4
(190,222,196)
#C9E3CE
(201,227,206)
#D4E8D8
(212,232,216)
#DFEDE2
(223,237,226)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CC088; }

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

This text font color is #7CC088.


Background Color

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

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

This div background color is #7CC088.


Border color

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

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

This div border color is #7CC088.


Opacity

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

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

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

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

This text has shadow with #7CC088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC088 on black background.


Color preview on white background

This text has color #7CC088 on white background.



Black color preview on #7CC088 background

This text has black color on #7CC088 background.


White color preview on #7CC088 background

This text has white color on #7CC088 background.