COLOR #7BA89D

HEX: #7BA89D
RGB: (123,168,157)

Color info

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

RGB color model

#7BA89D color RGB value is (123,168,157).

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

RGB channels and saturation

R 123 of 255 = 48%
G 168 of 255 = 66%
B 157 of 255 = 62%

123
168
157

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

Portions of RGB colors in percentages

R + G + B =
123 + 168 + 157 = 448 (100%)
R 123 of 448 ~ 27.46%
G 168 of 448 ~ 37.5%
B 157 of 448 ~ 35.04%

%27.46
%37.5
%35.04

CMYK color model

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

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 6.55%
  • key color value is 34.12%
CMYK:
(27,0,7,34)
C27M0Y7K34 
(27%,0%,7%,34%)
(0.27/0.00/0.07/0.34)	

CMYK percentages

%26.79
%0
%6.55
%34.12

Codes

Color #7BA89D in popluar color models

7BA89D
RGB123168157
HSL165°20.55%57.06%
HSB/HSV165°26.79%65.88%
CMYK26.79%0.00%6.55%
34.12%

Color #7BA89D in popluar number systems.

HEX7BA89D
Decimal123168157
Binary11110111010100010011101
Octal173250235

Shades and tints

Shades of #7BA89D

#7BA89D
(123,168,157)
#70998F
(112,153,143)
#658A81
(101,138,129)
#5A7B73
(90,123,115)
#4F6C65
(79,108,101)
#445D57
(68,93,87)
#394E49
(57,78,73)
#2E3F3B
(46,63,59)
#23302D
(35,48,45)
#18211F
(24,33,31)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #7BA89D

#7BA89D
(123,168,157)
#87AFA5
(135,175,165)
#93B6AD
(147,182,173)
#9FBDB5
(159,189,181)
#ABC4BD
(171,196,189)
#B7CBC5
(183,203,197)
#C3D2CD
(195,210,205)
#CFD9D5
(207,217,213)
#DBE0DD
(219,224,221)
#E7E7E5
(231,231,229)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA89D; }

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

This text font color is #7BA89D.


Background Color

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

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

This div background color is #7BA89D.


Border color

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

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

This div border color is #7BA89D.


Opacity

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

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

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

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

This text has shadow with #7BA89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA89D on black background.


Color preview on white background

This text has color #7BA89D on white background.



Black color preview on #7BA89D background

This text has black color on #7BA89D background.


White color preview on #7BA89D background

This text has white color on #7BA89D background.