COLOR #7BA596

HEX: #7BA596
RGB: (123,165,150)

Color info

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

RGB color model

#7BA596 color RGB value is (123,165,150).

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

RGB channels and saturation

R 123 of 255 = 48%
G 165 of 255 = 65%
B 150 of 255 = 59%

123
165
150

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

Portions of RGB colors in percentages

R + G + B =
123 + 165 + 150 = 438 (100%)
R 123 of 438 ~ 28.08%
G 165 of 438 ~ 37.67%
B 150 of 438 ~ 34.25%

%28.08
%37.67
%34.25

CMYK color model

#7BA596 color CMYK value is (25,0,9,35).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(25,0,9,35)
C25M0Y9K35 
(25%,0%,9%,35%)
(0.25/0.00/0.09/0.35)	

CMYK percentages

%25.45
%0
%9.09
%35.29

Codes

Color #7BA596 in popluar color models

7BA596
RGB123165150
HSL159°18.92%56.47%
HSB/HSV159°25.45%64.71%
CMYK25.45%0.00%9.09%
35.29%

Color #7BA596 in popluar number systems.

HEX7BA596
Decimal123165150
Binary11110111010010110010110
Octal173245226

Shades and tints

Shades of #7BA596

#7BA596
(123,165,150)
#709689
(112,150,137)
#65877C
(101,135,124)
#5A786F
(90,120,111)
#4F6962
(79,105,98)
#445A55
(68,90,85)
#394B48
(57,75,72)
#2E3C3B
(46,60,59)
#232D2E
(35,45,46)
#181E21
(24,30,33)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #7BA596

#7BA596
(123,165,150)
#87AD9F
(135,173,159)
#93B5A8
(147,181,168)
#9FBDB1
(159,189,177)
#ABC5BA
(171,197,186)
#B7CDC3
(183,205,195)
#C3D5CC
(195,213,204)
#CFDDD5
(207,221,213)
#DBE5DE
(219,229,222)
#E7EDE7
(231,237,231)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA596; }

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

This text font color is #7BA596.


Background Color

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

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

This div background color is #7BA596.


Border color

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

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

This div border color is #7BA596.


Opacity

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

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

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

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

This text has shadow with #7BA596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA596 on black background.


Color preview on white background

This text has color #7BA596 on white background.



Black color preview on #7BA596 background

This text has black color on #7BA596 background.


White color preview on #7BA596 background

This text has white color on #7BA596 background.