COLOR #7B9997

HEX: #7B9997
RGB: (123,153,151)

Color info

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

RGB color model

#7B9997 color RGB value is (123,153,151).

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

RGB channels and saturation

R 123 of 255 = 48%
G 153 of 255 = 60%
B 151 of 255 = 59%

123
153
151

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

Portions of RGB colors in percentages

R + G + B =
123 + 153 + 151 = 427 (100%)
R 123 of 427 ~ 28.81%
G 153 of 427 ~ 35.83%
B 151 of 427 ~ 35.36%

%28.81
%35.83
%35.36

CMYK color model

#7B9997 color CMYK value is (20,0,1,40).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 1.31%
  • key color value is 40.00%
CMYK:
(20,0,1,40)
C20M0Y1K40 
(20%,0%,1%,40%)
(0.20/0.00/0.01/0.40)	

CMYK percentages

%19.61
%0
%1.31
%40

Codes

Color #7B9997 in popluar color models

7B9997
RGB123153151
HSL176°12.82%54.12%
HSB/HSV176°19.61%60.00%
CMYK19.61%0.00%1.31%
40.00%

Color #7B9997 in popluar number systems.

HEX7B9997
Decimal123153151
Binary11110111001100110010111
Octal173231227

Shades and tints

Shades of #7B9997

#7B9997
(123,153,151)
#708C8A
(112,140,138)
#657F7D
(101,127,125)
#5A7270
(90,114,112)
#4F6563
(79,101,99)
#445856
(68,88,86)
#394B49
(57,75,73)
#2E3E3C
(46,62,60)
#23312F
(35,49,47)
#182422
(24,36,34)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #7B9997

#7B9997
(123,153,151)
#87A2A0
(135,162,160)
#93ABA9
(147,171,169)
#9FB4B2
(159,180,178)
#ABBDBB
(171,189,187)
#B7C6C4
(183,198,196)
#C3CFCD
(195,207,205)
#CFD8D6
(207,216,214)
#DBE1DF
(219,225,223)
#E7EAE8
(231,234,232)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9997; }

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

This text font color is #7B9997.


Background Color

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

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

This div background color is #7B9997.


Border color

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

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

This div border color is #7B9997.


Opacity

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

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

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

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

This text has shadow with #7B9997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9997 on black background.


Color preview on white background

This text has color #7B9997 on white background.



Black color preview on #7B9997 background

This text has black color on #7B9997 background.


White color preview on #7B9997 background

This text has white color on #7B9997 background.