COLOR #7C968E

HEX: #7C968E
RGB: (124,150,142)

Color info

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

RGB color model

#7C968E color RGB value is (124,150,142).

  • red value is 124;
  • green value is 150;
  • blue value is 142.
RGB:
(124,150,142)
(49%,59%,56%)

RGB channels and saturation

R 124 of 255 = 49%
G 150 of 255 = 59%
B 142 of 255 = 56%

124
150
142

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

Portions of RGB colors in percentages

R + G + B =
124 + 150 + 142 = 416 (100%)
R 124 of 416 ~ 29.81%
G 150 of 416 ~ 36.06%
B 142 of 416 ~ 34.13%

%29.81
%36.06
%34.13

CMYK color model

#7C968E color CMYK value is (17,0,5,41).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 41.18%
CMYK:
(17,0,5,41)
C17M0Y5K41 
(17%,0%,5%,41%)
(0.17/0.00/0.05/0.41)	

CMYK percentages

%17.33
%0
%5.33
%41.18

Codes

Color #7C968E in popluar color models

7C968E
RGB124150142
HSL162°11.02%53.73%
HSB/HSV162°17.33%58.82%
CMYK17.33%0.00%5.33%
41.18%

Color #7C968E in popluar number systems.

HEX7C968E
Decimal124150142
Binary11111001001011010001110
Octal174226216

Shades and tints

Shades of #7C968E

#7C968E
(124,150,142)
#718982
(113,137,130)
#667C76
(102,124,118)
#5B6F6A
(91,111,106)
#50625E
(80,98,94)
#455552
(69,85,82)
#3A4846
(58,72,70)
#2F3B3A
(47,59,58)
#242E2E
(36,46,46)
#192122
(25,33,34)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #7C968E

#7C968E
(124,150,142)
#879F98
(135,159,152)
#92A8A2
(146,168,162)
#9DB1AC
(157,177,172)
#A8BAB6
(168,186,182)
#B3C3C0
(179,195,192)
#BECCCA
(190,204,202)
#C9D5D4
(201,213,212)
#D4DEDE
(212,222,222)
#DFE7E8
(223,231,232)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C968E color. Also use rgb(124,150,142) instead hex code.

Text Font Color

.myTextColor { color: #7C968E; }

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

This text font color is #7C968E.


Background Color

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

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

This div background color is #7C968E.


Border color

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

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

This div border color is #7C968E.


Opacity

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

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

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

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

This text has shadow with #7C968E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C968E on black background.


Color preview on white background

This text has color #7C968E on white background.



Black color preview on #7C968E background

This text has black color on #7C968E background.


White color preview on #7C968E background

This text has white color on #7C968E background.