COLOR #7C9997

HEX: #7C9997
RGB: (124,153,151)

Color info

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

RGB color model

#7C9997 color RGB value is (124,153,151).

  • red value is 124;
  • green value is 153;
  • blue value is 151.
RGB:
(124,153,151)
(49%,60%,59%)

RGB channels and saturation

R 124 of 255 = 49%
G 153 of 255 = 60%
B 151 of 255 = 59%

124
153
151

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

Portions of RGB colors in percentages

R + G + B =
124 + 153 + 151 = 428 (100%)
R 124 of 428 ~ 28.97%
G 153 of 428 ~ 35.75%
B 151 of 428 ~ 35.28%

%28.97
%35.75
%35.28

CMYK color model

#7C9997 color CMYK value is (19,0,1,40).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 1.31%
  • key color value is 40.00%
CMYK:
(19,0,1,40)
C19M0Y1K40 
(19%,0%,1%,40%)
(0.19/0.00/0.01/0.40)	

CMYK percentages

%18.95
%0
%1.31
%40

Codes

Color #7C9997 in popluar color models

7C9997
RGB124153151
HSL176°12.45%54.31%
HSB/HSV176°18.95%60.00%
CMYK18.95%0.00%1.31%
40.00%

Color #7C9997 in popluar number systems.

HEX7C9997
Decimal124153151
Binary11111001001100110010111
Octal174231227

Shades and tints

Shades of #7C9997

#7C9997
(124,153,151)
#718C8A
(113,140,138)
#667F7D
(102,127,125)
#5B7270
(91,114,112)
#506563
(80,101,99)
#455856
(69,88,86)
#3A4B49
(58,75,73)
#2F3E3C
(47,62,60)
#24312F
(36,49,47)
#192422
(25,36,34)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #7C9997

#7C9997
(124,153,151)
#87A2A0
(135,162,160)
#92ABA9
(146,171,169)
#9DB4B2
(157,180,178)
#A8BDBB
(168,189,187)
#B3C6C4
(179,198,196)
#BECFCD
(190,207,205)
#C9D8D6
(201,216,214)
#D4E1DF
(212,225,223)
#DFEAE8
(223,234,232)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9997 color. Also use rgb(124,153,151) instead hex code.

Text Font Color

.myTextColor { color: #7C9997; }

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

This text font color is #7C9997.


Background Color

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

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

This div background color is #7C9997.


Border color

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

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

This div border color is #7C9997.


Opacity

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

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

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

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

This text has shadow with #7C9997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9997 on black background.


Color preview on white background

This text has color #7C9997 on white background.



Black color preview on #7C9997 background

This text has black color on #7C9997 background.


White color preview on #7C9997 background

This text has white color on #7C9997 background.