COLOR #7B9982

HEX: #7B9982
RGB: (123,153,130)

Color info

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

RGB color model

#7B9982 color RGB value is (123,153,130).

  • red value is 123;
  • green value is 153;
  • blue value is 130.
RGB:
(123,153,130)
(48%,60%,51%)

RGB channels and saturation

R 123 of 255 = 48%
G 153 of 255 = 60%
B 130 of 255 = 51%

123
153
130

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

Portions of RGB colors in percentages

R + G + B =
123 + 153 + 130 = 406 (100%)
R 123 of 406 ~ 30.3%
G 153 of 406 ~ 37.68%
B 130 of 406 ~ 32.02%

%30.3
%37.68
%32.02

CMYK color model

#7B9982 color CMYK value is (20,0,15,40).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 15.03%
  • key color value is 40.00%
CMYK:
(20,0,15,40)
C20M0Y15K40 
(20%,0%,15%,40%)
(0.20/0.00/0.15/0.40)	

CMYK percentages

%19.61
%0
%15.03
%40

Codes

Color #7B9982 in popluar color models

7B9982
RGB123153130
HSL134°12.82%54.12%
HSB/HSV134°19.61%60.00%
CMYK19.61%0.00%15.03%
40.00%

Color #7B9982 in popluar number systems.

HEX7B9982
Decimal123153130
Binary11110111001100110000010
Octal173231202

Shades and tints

Shades of #7B9982

#7B9982
(123,153,130)
#708C77
(112,140,119)
#657F6C
(101,127,108)
#5A7261
(90,114,97)
#4F6556
(79,101,86)
#44584B
(68,88,75)
#394B40
(57,75,64)
#2E3E35
(46,62,53)
#23312A
(35,49,42)
#18241F
(24,36,31)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #7B9982

#7B9982
(123,153,130)
#87A28D
(135,162,141)
#93AB98
(147,171,152)
#9FB4A3
(159,180,163)
#ABBDAE
(171,189,174)
#B7C6B9
(183,198,185)
#C3CFC4
(195,207,196)
#CFD8CF
(207,216,207)
#DBE1DA
(219,225,218)
#E7EAE5
(231,234,229)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9982 color. Also use rgb(123,153,130) instead hex code.

Text Font Color

.myTextColor { color: #7B9982; }

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

This text font color is #7B9982.


Background Color

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

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

This div background color is #7B9982.


Border color

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

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

This div border color is #7B9982.


Opacity

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

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

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

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

This text has shadow with #7B9982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9982 on black background.


Color preview on white background

This text has color #7B9982 on white background.



Black color preview on #7B9982 background

This text has black color on #7B9982 background.


White color preview on #7B9982 background

This text has white color on #7B9982 background.