COLOR #7C988C

HEX: #7C988C
RGB: (124,152,140)

Color info

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

RGB color model

#7C988C color RGB value is (124,152,140).

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

RGB channels and saturation

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

124
152
140

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

Portions of RGB colors in percentages

R + G + B =
124 + 152 + 140 = 416 (100%)
R 124 of 416 ~ 29.81%
G 152 of 416 ~ 36.54%
B 140 of 416 ~ 33.65%

%29.81
%36.54
%33.65

CMYK color model

#7C988C color CMYK value is (18,0,8,40).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(18,0,8,40)
C18M0Y8K40 
(18%,0%,8%,40%)
(0.18/0.00/0.08/0.40)	

CMYK percentages

%18.42
%0
%7.89
%40.39

Codes

Color #7C988C in popluar color models

7C988C
RGB124152140
HSL154°11.97%54.12%
HSB/HSV154°18.42%59.61%
CMYK18.42%0.00%7.89%
40.39%

Color #7C988C in popluar number systems.

HEX7C988C
Decimal124152140
Binary11111001001100010001100
Octal174230214

Shades and tints

Shades of #7C988C

#7C988C
(124,152,140)
#718B80
(113,139,128)
#667E74
(102,126,116)
#5B7168
(91,113,104)
#50645C
(80,100,92)
#455750
(69,87,80)
#3A4A44
(58,74,68)
#2F3D38
(47,61,56)
#24302C
(36,48,44)
#192320
(25,35,32)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #7C988C

#7C988C
(124,152,140)
#87A196
(135,161,150)
#92AAA0
(146,170,160)
#9DB3AA
(157,179,170)
#A8BCB4
(168,188,180)
#B3C5BE
(179,197,190)
#BECEC8
(190,206,200)
#C9D7D2
(201,215,210)
#D4E0DC
(212,224,220)
#DFE9E6
(223,233,230)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C988C; }

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

This text font color is #7C988C.


Background Color

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

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

This div background color is #7C988C.


Border color

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

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

This div border color is #7C988C.


Opacity

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

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

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

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

This text has shadow with #7C988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C988C on black background.


Color preview on white background

This text has color #7C988C on white background.



Black color preview on #7C988C background

This text has black color on #7C988C background.


White color preview on #7C988C background

This text has white color on #7C988C background.