COLOR #7BA997

HEX: #7BA997 RGB: (123,169,151)

Color info

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

RGB color model

#7BA997 color RGB value is (123,169,151).

RGB: (123,169,151) (48%, 66%, 59%)

RGB channels and saturation

R 123 of 255 = 48%
G 169 of 255 = 66%
B 151 of 255 = 59%

123
169
151

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

Portions of RGB colors in percentages

R + G + B = 123 + 169 + 151 = 443 (100%)
R 123 of 443 ~ 27.77%
G 169 of 443 ~ 38.15%
B 151 of 443 ~ 34.09'%

%27.77
%38.15
%34.09

CMYK color model

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

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 10.65%
  • key color value is 33.73%

CMYK: (27,0,11,34)
C27M0Y11K34 (27%, 0%, 11%, 34%)
(0.27 / 0.00 / 0.11 / 0.34)

CMYK percentages

%27.22
%0
%10.65
%33.73

Codes

Color #7BA997 in popluar color models

7B A9 97
RGB 123 169 151
HSL 157° 21.10% 57.25%
HSB/HSV 157° 27.22% 66.27%
CMYK 27.22% 0.00% 10.65%
33.73%

Color #7BA997 in popluar number systems.

HEX 7B A9 97
Decimal 123 169 151
Binary 1111011 10101001 10010111
Octal 173 251 227

Shades and tints

Shades of #7BA997

#7BA997
(123,169,151)
#709A8A
(112,154,138)
#658B7D
(101,139,125)
#5A7C70
(90,124,112)
#4F6D63
(79,109,99)
#445E56
(68,94,86)
#394F49
(57,79,73)
#2E403C
(46,64,60)
#23312F
(35,49,47)
#182222
(24,34,34)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #7BA997

#7BA997
(123,169,151)
#87B0A0
(135,176,160)
#93B7A9
(147,183,169)
#9FBEB2
(159,190,178)
#ABC5BB
(171,197,187)
#B7CCC4
(183,204,196)
#C3D3CD
(195,211,205)
#CFDAD6
(207,218,214)
#DBE1DF
(219,225,223)
#E7E8E8
(231,232,232)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA997; }

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

This text font color is #7BA997.

Background Color

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

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

This div background color is #7BA997.

Border color

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

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

This div border color is #7BA997.

Opacity

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

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

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

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

This text has shadow with #7BA997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA997.

Preview

Color preview on black background

This text has color #7BA997 on black background.


Color preview on white background

This text has color #7BA997 on white background.


Black color preview on #7BA997 background

This text has black color on #7BA997 background.


White color preview on #7BA997 background

This text has white color on #7BA997 background.


Related colors

Complementary color

Complementary color for #hex is #845668.


I love getcolorcode.com

Triadic colors

1 #977BA9 and #A9977B with #7BA997 are triadic colors.

2 #97A97B and #A97B97 with #7BA997 are triadic colors.