COLOR #7B9E87

HEX: #7B9E87
RGB: (123,158,135)

Color info

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

RGB color model

#7B9E87 color RGB value is (123,158,135).

  • red value is 123;
  • green value is 158;
  • blue value is 135.
RGB:
(123,158,135)
(48%,62%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 158 of 255 = 62%
B 135 of 255 = 53%

123
158
135

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

Portions of RGB colors in percentages

R + G + B =
123 + 158 + 135 = 416 (100%)
R 123 of 416 ~ 29.57%
G 158 of 416 ~ 37.98%
B 135 of 416 ~ 32.45%

%29.57
%37.98
%32.45

CMYK color model

#7B9E87 color CMYK value is (22,0,15,38).

  • cyan value is 22.15%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 38.04%
CMYK:
(22,0,15,38)
C22M0Y15K38 
(22%,0%,15%,38%)
(0.22/0.00/0.15/0.38)	

CMYK percentages

%22.15
%0
%14.56
%38.04

Codes

Color #7B9E87 in popluar color models

7B9E87
RGB123158135
HSL141°15.28%55.10%
HSB/HSV141°22.15%61.96%
CMYK22.15%0.00%14.56%
38.04%

Color #7B9E87 in popluar number systems.

HEX7B9E87
Decimal123158135
Binary11110111001111010000111
Octal173236207

Shades and tints

Shades of #7B9E87

#7B9E87
(123,158,135)
#70907B
(112,144,123)
#65826F
(101,130,111)
#5A7463
(90,116,99)
#4F6657
(79,102,87)
#44584B
(68,88,75)
#394A3F
(57,74,63)
#2E3C33
(46,60,51)
#232E27
(35,46,39)
#18201B
(24,32,27)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #7B9E87

#7B9E87
(123,158,135)
#87A691
(135,166,145)
#93AE9B
(147,174,155)
#9FB6A5
(159,182,165)
#ABBEAF
(171,190,175)
#B7C6B9
(183,198,185)
#C3CEC3
(195,206,195)
#CFD6CD
(207,214,205)
#DBDED7
(219,222,215)
#E7E6E1
(231,230,225)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9E87 color. Also use rgb(123,158,135) instead hex code.

Text Font Color

.myTextColor { color: #7B9E87; }

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

This text font color is #7B9E87.


Background Color

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

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

This div background color is #7B9E87.


Border color

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

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

This div border color is #7B9E87.


Opacity

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

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

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

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

This text has shadow with #7B9E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9E87 on black background.


Color preview on white background

This text has color #7B9E87 on white background.



Black color preview on #7B9E87 background

This text has black color on #7B9E87 background.


White color preview on #7B9E87 background

This text has white color on #7B9E87 background.