COLOR #7C9D88

HEX: #7C9D88
RGB: (124,157,136)

Color info

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

RGB color model

#7C9D88 color RGB value is (124,157,136).

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

RGB channels and saturation

R 124 of 255 = 49%
G 157 of 255 = 62%
B 136 of 255 = 53%

124
157
136

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

Portions of RGB colors in percentages

R + G + B =
124 + 157 + 136 = 417 (100%)
R 124 of 417 ~ 29.74%
G 157 of 417 ~ 37.65%
B 136 of 417 ~ 32.61%

%29.74
%37.65
%32.61

CMYK color model

#7C9D88 color CMYK value is (21,0,13,38).

  • cyan value is 21.02%
  • magenta value is 0.00%
  • yellow value is 13.38%
  • key color value is 38.43%
CMYK:
(21,0,13,38)
C21M0Y13K38 
(21%,0%,13%,38%)
(0.21/0.00/0.13/0.38)	

CMYK percentages

%21.02
%0
%13.38
%38.43

Codes

Color #7C9D88 in popluar color models

7C9D88
RGB124157136
HSL142°14.41%55.10%
HSB/HSV142°21.02%61.57%
CMYK21.02%0.00%13.38%
38.43%

Color #7C9D88 in popluar number systems.

HEX7C9D88
Decimal124157136
Binary11111001001110110001000
Octal174235210

Shades and tints

Shades of #7C9D88

#7C9D88
(124,157,136)
#718F7C
(113,143,124)
#668170
(102,129,112)
#5B7364
(91,115,100)
#506558
(80,101,88)
#45574C
(69,87,76)
#3A4940
(58,73,64)
#2F3B34
(47,59,52)
#242D28
(36,45,40)
#191F1C
(25,31,28)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #7C9D88

#7C9D88
(124,157,136)
#87A592
(135,165,146)
#92AD9C
(146,173,156)
#9DB5A6
(157,181,166)
#A8BDB0
(168,189,176)
#B3C5BA
(179,197,186)
#BECDC4
(190,205,196)
#C9D5CE
(201,213,206)
#D4DDD8
(212,221,216)
#DFE5E2
(223,229,226)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9D88; }

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

This text font color is #7C9D88.


Background Color

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

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

This div background color is #7C9D88.


Border color

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

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

This div border color is #7C9D88.


Opacity

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

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

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

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

This text has shadow with #7C9D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9D88 on black background.


Color preview on white background

This text has color #7C9D88 on white background.



Black color preview on #7C9D88 background

This text has black color on #7C9D88 background.


White color preview on #7C9D88 background

This text has white color on #7C9D88 background.