COLOR #7BA896

HEX: #7BA896
RGB: (123,168,150)

Color info

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

RGB color model

#7BA896 color RGB value is (123,168,150).

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

RGB channels and saturation

R 123 of 255 = 48%
G 168 of 255 = 66%
B 150 of 255 = 59%

123
168
150

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

Portions of RGB colors in percentages

R + G + B =
123 + 168 + 150 = 441 (100%)
R 123 of 441 ~ 27.89%
G 168 of 441 ~ 38.1%
B 150 of 441 ~ 34.01%

%27.89
%38.1
%34.01

CMYK color model

#7BA896 color CMYK value is (27,0,11,34).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(27,0,11,34)
C27M0Y11K34 
(27%,0%,11%,34%)
(0.27/0.00/0.11/0.34)	

CMYK percentages

%26.79
%0
%10.71
%34.12

Codes

Color #7BA896 in popluar color models

7BA896
RGB123168150
HSL156°20.55%57.06%
HSB/HSV156°26.79%65.88%
CMYK26.79%0.00%10.71%
34.12%

Color #7BA896 in popluar number systems.

HEX7BA896
Decimal123168150
Binary11110111010100010010110
Octal173250226

Shades and tints

Shades of #7BA896

#7BA896
(123,168,150)
#709989
(112,153,137)
#658A7C
(101,138,124)
#5A7B6F
(90,123,111)
#4F6C62
(79,108,98)
#445D55
(68,93,85)
#394E48
(57,78,72)
#2E3F3B
(46,63,59)
#23302E
(35,48,46)
#182121
(24,33,33)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #7BA896

#7BA896
(123,168,150)
#87AF9F
(135,175,159)
#93B6A8
(147,182,168)
#9FBDB1
(159,189,177)
#ABC4BA
(171,196,186)
#B7CBC3
(183,203,195)
#C3D2CC
(195,210,204)
#CFD9D5
(207,217,213)
#DBE0DE
(219,224,222)
#E7E7E7
(231,231,231)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA896; }

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

This text font color is #7BA896.


Background Color

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

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

This div background color is #7BA896.


Border color

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

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

This div border color is #7BA896.


Opacity

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

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

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

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

This text has shadow with #7BA896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA896 on black background.


Color preview on white background

This text has color #7BA896 on white background.



Black color preview on #7BA896 background

This text has black color on #7BA896 background.


White color preview on #7BA896 background

This text has white color on #7BA896 background.