COLOR #7B968E

HEX: #7B968E
RGB: (123,150,142)

Color info

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

RGB color model

#7B968E color RGB value is (123,150,142).

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

RGB channels and saturation

R 123 of 255 = 48%
G 150 of 255 = 59%
B 142 of 255 = 56%

123
150
142

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

Portions of RGB colors in percentages

R + G + B =
123 + 150 + 142 = 415 (100%)
R 123 of 415 ~ 29.64%
G 150 of 415 ~ 36.14%
B 142 of 415 ~ 34.22%

%29.64
%36.14
%34.22

CMYK color model

#7B968E color CMYK value is (18,0,5,41).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 41.18%
CMYK:
(18,0,5,41)
C18M0Y5K41 
(18%,0%,5%,41%)
(0.18/0.00/0.05/0.41)	

CMYK percentages

%18
%0
%5.33
%41.18

Codes

Color #7B968E in popluar color models

7B968E
RGB123150142
HSL162°11.39%53.53%
HSB/HSV162°18.00%58.82%
CMYK18.00%0.00%5.33%
41.18%

Color #7B968E in popluar number systems.

HEX7B968E
Decimal123150142
Binary11110111001011010001110
Octal173226216

Shades and tints

Shades of #7B968E

#7B968E
(123,150,142)
#708982
(112,137,130)
#657C76
(101,124,118)
#5A6F6A
(90,111,106)
#4F625E
(79,98,94)
#445552
(68,85,82)
#394846
(57,72,70)
#2E3B3A
(46,59,58)
#232E2E
(35,46,46)
#182122
(24,33,34)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #7B968E

#7B968E
(123,150,142)
#879F98
(135,159,152)
#93A8A2
(147,168,162)
#9FB1AC
(159,177,172)
#ABBAB6
(171,186,182)
#B7C3C0
(183,195,192)
#C3CCCA
(195,204,202)
#CFD5D4
(207,213,212)
#DBDEDE
(219,222,222)
#E7E7E8
(231,231,232)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B968E; }

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

This text font color is #7B968E.


Background Color

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

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

This div background color is #7B968E.


Border color

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

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

This div border color is #7B968E.


Opacity

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

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

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

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

This text has shadow with #7B968E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B968E on black background.


Color preview on white background

This text has color #7B968E on white background.



Black color preview on #7B968E background

This text has black color on #7B968E background.


White color preview on #7B968E background

This text has white color on #7B968E background.