COLOR #7C988F

HEX: #7C988F
RGB: (124,152,143)

Color info

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

RGB color model

#7C988F color RGB value is (124,152,143).

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

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 143 of 255 = 56%

124
152
143

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

Portions of RGB colors in percentages

R + G + B =
124 + 152 + 143 = 419 (100%)
R 124 of 419 ~ 29.59%
G 152 of 419 ~ 36.28%
B 143 of 419 ~ 34.13%

%29.59
%36.28
%34.13

CMYK color model

#7C988F color CMYK value is (18,0,6,40).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK:
(18,0,6,40)
C18M0Y6K40 
(18%,0%,6%,40%)
(0.18/0.00/0.06/0.40)	

CMYK percentages

%18.42
%0
%5.92
%40.39

Codes

Color #7C988F in popluar color models

7C988F
RGB124152143
HSL161°11.97%54.12%
HSB/HSV161°18.42%59.61%
CMYK18.42%0.00%5.92%
40.39%

Color #7C988F in popluar number systems.

HEX7C988F
Decimal124152143
Binary11111001001100010001111
Octal174230217

Shades and tints

Shades of #7C988F

#7C988F
(124,152,143)
#718B82
(113,139,130)
#667E75
(102,126,117)
#5B7168
(91,113,104)
#50645B
(80,100,91)
#45574E
(69,87,78)
#3A4A41
(58,74,65)
#2F3D34
(47,61,52)
#243027
(36,48,39)
#19231A
(25,35,26)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #7C988F

#7C988F
(124,152,143)
#87A199
(135,161,153)
#92AAA3
(146,170,163)
#9DB3AD
(157,179,173)
#A8BCB7
(168,188,183)
#B3C5C1
(179,197,193)
#BECECB
(190,206,203)
#C9D7D5
(201,215,213)
#D4E0DF
(212,224,223)
#DFE9E9
(223,233,233)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C988F; }

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

This text font color is #7C988F.


Background Color

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

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

This div background color is #7C988F.


Border color

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

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

This div border color is #7C988F.


Opacity

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

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

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

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

This text has shadow with #7C988F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C988F on black background.


Color preview on white background

This text has color #7C988F on white background.



Black color preview on #7C988F background

This text has black color on #7C988F background.


White color preview on #7C988F background

This text has white color on #7C988F background.