COLOR #7C988B

HEX: #7C988B
RGB: (124,152,139)

Color info

#7C988B contains red, green and blue colors in about the same proportion. Web safe color of #7C988B is #669999 (or #699).

RGB color model

#7C988B color RGB value is (124,152,139).

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

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 139 of 255 = 55%

124
152
139

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

Portions of RGB colors in percentages

R + G + B =
124 + 152 + 139 = 415 (100%)
R 124 of 415 ~ 29.88%
G 152 of 415 ~ 36.63%
B 139 of 415 ~ 33.49%

%29.88
%36.63
%33.49

CMYK color model

#7C988B color CMYK value is (18,0,9,40).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 40.39%
CMYK:
(18,0,9,40)
C18M0Y9K40 
(18%,0%,9%,40%)
(0.18/0.00/0.09/0.40)	

CMYK percentages

%18.42
%0
%8.55
%40.39

Codes

Color #7C988B in popluar color models

7C988B
RGB124152139
HSL152°11.97%54.12%
HSB/HSV152°18.42%59.61%
CMYK18.42%0.00%8.55%
40.39%

Color #7C988B in popluar number systems.

HEX7C988B
Decimal124152139
Binary11111001001100010001011
Octal174230213

Shades and tints

Shades of #7C988B

#7C988B
(124,152,139)
#718B7F
(113,139,127)
#667E73
(102,126,115)
#5B7167
(91,113,103)
#50645B
(80,100,91)
#45574F
(69,87,79)
#3A4A43
(58,74,67)
#2F3D37
(47,61,55)
#24302B
(36,48,43)
#19231F
(25,35,31)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #7C988B

#7C988B
(124,152,139)
#87A195
(135,161,149)
#92AA9F
(146,170,159)
#9DB3A9
(157,179,169)
#A8BCB3
(168,188,179)
#B3C5BD
(179,197,189)
#BECEC7
(190,206,199)
#C9D7D1
(201,215,209)
#D4E0DB
(212,224,219)
#DFE9E5
(223,233,229)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C988B; }

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

This text font color is #7C988B.


Background Color

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

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

This div background color is #7C988B.


Border color

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

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

This div border color is #7C988B.


Opacity

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

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

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

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

This text has shadow with #7C988B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C988B on black background.


Color preview on white background

This text has color #7C988B on white background.



Black color preview on #7C988B background

This text has black color on #7C988B background.


White color preview on #7C988B background

This text has white color on #7C988B background.