COLOR #7C999F

HEX: #7C999F
RGB: (124,153,159)

Color info

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

RGB color model

#7C999F color RGB value is (124,153,159).

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

RGB channels and saturation

R 124 of 255 = 49%
G 153 of 255 = 60%
B 159 of 255 = 62%

124
153
159

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

Portions of RGB colors in percentages

R + G + B =
124 + 153 + 159 = 436 (100%)
R 124 of 436 ~ 28.44%
G 153 of 436 ~ 35.09%
B 159 of 436 ~ 36.47%

%28.44
%35.09
%36.47

CMYK color model

#7C999F color CMYK value is (22,4,0,38).

  • cyan value is 22.01%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(22,4,0,38)
C22M4Y0K38 
(22%,4%,0%,38%)
(0.22/0.04/0.00/0.38)	

CMYK percentages

%22.01
%3.77
%0
%37.65

Codes

Color #7C999F in popluar color models

7C999F
RGB124153159
HSL190°15.42%55.49%
HSB/HSV190°22.01%62.35%
CMYK22.01%3.77%0.00%
37.65%

Color #7C999F in popluar number systems.

HEX7C999F
Decimal124153159
Binary11111001001100110011111
Octal174231237

Shades and tints

Shades of #7C999F

#7C999F
(124,153,159)
#718C91
(113,140,145)
#667F83
(102,127,131)
#5B7275
(91,114,117)
#506567
(80,101,103)
#455859
(69,88,89)
#3A4B4B
(58,75,75)
#2F3E3D
(47,62,61)
#24312F
(36,49,47)
#192421
(25,36,33)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #7C999F

#7C999F
(124,153,159)
#87A2A7
(135,162,167)
#92ABAF
(146,171,175)
#9DB4B7
(157,180,183)
#A8BDBF
(168,189,191)
#B3C6C7
(179,198,199)
#BECFCF
(190,207,207)
#C9D8D7
(201,216,215)
#D4E1DF
(212,225,223)
#DFEAE7
(223,234,231)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C999F; }

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

This text font color is #7C999F.


Background Color

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

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

This div background color is #7C999F.


Border color

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

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

This div border color is #7C999F.


Opacity

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

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

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

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

This text has shadow with #7C999F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C999F on black background.


Color preview on white background

This text has color #7C999F on white background.



Black color preview on #7C999F background

This text has black color on #7C999F background.


White color preview on #7C999F background

This text has white color on #7C999F background.