COLOR #7B988C

HEX: #7B988C
RGB: (123,152,140)

Color info

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

RGB color model

#7B988C color RGB value is (123,152,140).

  • red value is 123;
  • green value is 152;
  • blue value is 140.
RGB:
(123,152,140)
(48%,60%,55%)

RGB channels and saturation

R 123 of 255 = 48%
G 152 of 255 = 60%
B 140 of 255 = 55%

123
152
140

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

Portions of RGB colors in percentages

R + G + B =
123 + 152 + 140 = 415 (100%)
R 123 of 415 ~ 29.64%
G 152 of 415 ~ 36.63%
B 140 of 415 ~ 33.73%

%29.64
%36.63
%33.73

CMYK color model

#7B988C color CMYK value is (19,0,8,40).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(19,0,8,40)
C19M0Y8K40 
(19%,0%,8%,40%)
(0.19/0.00/0.08/0.40)	

CMYK percentages

%19.08
%0
%7.89
%40.39

Codes

Color #7B988C in popluar color models

7B988C
RGB123152140
HSL155°12.34%53.92%
HSB/HSV155°19.08%59.61%
CMYK19.08%0.00%7.89%
40.39%

Color #7B988C in popluar number systems.

HEX7B988C
Decimal123152140
Binary11110111001100010001100
Octal173230214

Shades and tints

Shades of #7B988C

#7B988C
(123,152,140)
#708B80
(112,139,128)
#657E74
(101,126,116)
#5A7168
(90,113,104)
#4F645C
(79,100,92)
#445750
(68,87,80)
#394A44
(57,74,68)
#2E3D38
(46,61,56)
#23302C
(35,48,44)
#182320
(24,35,32)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #7B988C

#7B988C
(123,152,140)
#87A196
(135,161,150)
#93AAA0
(147,170,160)
#9FB3AA
(159,179,170)
#ABBCB4
(171,188,180)
#B7C5BE
(183,197,190)
#C3CEC8
(195,206,200)
#CFD7D2
(207,215,210)
#DBE0DC
(219,224,220)
#E7E9E6
(231,233,230)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B988C color. Also use rgb(123,152,140) instead hex code.

Text Font Color

.myTextColor { color: #7B988C; }

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

This text font color is #7B988C.


Background Color

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

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

This div background color is #7B988C.


Border color

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

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

This div border color is #7B988C.


Opacity

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

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

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

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

This text has shadow with #7B988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B988C on black background.


Color preview on white background

This text has color #7B988C on white background.



Black color preview on #7B988C background

This text has black color on #7B988C background.


White color preview on #7B988C background

This text has white color on #7B988C background.