COLOR #7C987E

HEX: #7C987E
RGB: (124,152,126)

Color info

#7C987E contains red, green and blue colors in about the same proportion. Web safe color of #7C987E is #669966 (or #696).

RGB color model

#7C987E color RGB value is (124,152,126).

  • red value is 124;
  • green value is 152;
  • blue value is 126.
RGB:
(124,152,126)
(49%,60%,49%)

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 126 of 255 = 49%

124
152
126

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

Portions of RGB colors in percentages

R + G + B =
124 + 152 + 126 = 402 (100%)
R 124 of 402 ~ 30.85%
G 152 of 402 ~ 37.81%
B 126 of 402 ~ 31.34%

%30.85
%37.81
%31.34

CMYK color model

#7C987E color CMYK value is (18,0,17,40).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 40.39%
CMYK:
(18,0,17,40)
C18M0Y17K40 
(18%,0%,17%,40%)
(0.18/0.00/0.17/0.40)	

CMYK percentages

%18.42
%0
%17.11
%40.39

Codes

Color #7C987E in popluar color models

7C987E
RGB124152126
HSL124°11.97%54.12%
HSB/HSV124°18.42%59.61%
CMYK18.42%0.00%17.11%
40.39%

Color #7C987E in popluar number systems.

HEX7C987E
Decimal124152126
Binary1111100100110001111110
Octal174230176

Shades and tints

Shades of #7C987E

#7C987E
(124,152,126)
#718B73
(113,139,115)
#667E68
(102,126,104)
#5B715D
(91,113,93)
#506452
(80,100,82)
#455747
(69,87,71)
#3A4A3C
(58,74,60)
#2F3D31
(47,61,49)
#243026
(36,48,38)
#19231B
(25,35,27)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #7C987E

#7C987E
(124,152,126)
#87A189
(135,161,137)
#92AA94
(146,170,148)
#9DB39F
(157,179,159)
#A8BCAA
(168,188,170)
#B3C5B5
(179,197,181)
#BECEC0
(190,206,192)
#C9D7CB
(201,215,203)
#D4E0D6
(212,224,214)
#DFE9E1
(223,233,225)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C987E color. Also use rgb(124,152,126) instead hex code.

Text Font Color

.myTextColor { color: #7C987E; }

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

This text font color is #7C987E.


Background Color

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

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

This div background color is #7C987E.


Border color

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

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

This div border color is #7C987E.


Opacity

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

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

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

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

This text has shadow with #7C987E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C987E on black background.


Color preview on white background

This text has color #7C987E on white background.



Black color preview on #7C987E background

This text has black color on #7C987E background.


White color preview on #7C987E background

This text has white color on #7C987E background.