COLOR #7BA89C

HEX: #7BA89C RGB: (123,168,156)

Color info

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

RGB color model

#7BA89C color RGB value is (123,168,156).

RGB: (123,168,156) (48%, 66%, 61%)

RGB channels and saturation

R 123 of 255 = 48%
G 168 of 255 = 66%
B 156 of 255 = 61%

123
168
156

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

Portions of RGB colors in percentages

R + G + B = 123 + 168 + 156 = 447 (100%)
R 123 of 447 ~ 27.52%
G 168 of 447 ~ 37.58%
B 156 of 447 ~ 34.9'%

%27.52
%37.58
%34.9

CMYK color model

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

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • 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
%7.14
%34.12

Codes

Color #7BA89C in popluar color models

7B A8 9C
RGB 123 168 156
HSL 164° 20.55% 57.06%
HSB/HSV 164° 26.79% 65.88%
CMYK 26.79% 0.00% 7.14%
34.12%

Color #7BA89C in popluar number systems.

HEX 7B A8 9C
Decimal 123 168 156
Binary 1111011 10101000 10011100
Octal 173 250 234

Shades and tints

Shades of #7BA89C

#7BA89C
(123,168,156)
#70998E
(112,153,142)
#658A80
(101,138,128)
#5A7B72
(90,123,114)
#4F6C64
(79,108,100)
#445D56
(68,93,86)
#394E48
(57,78,72)
#2E3F3A
(46,63,58)
#23302C
(35,48,44)
#18211E
(24,33,30)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #7BA89C

#7BA89C
(123,168,156)
#87AFA5
(135,175,165)
#93B6AE
(147,182,174)
#9FBDB7
(159,189,183)
#ABC4C0
(171,196,192)
#B7CBC9
(183,203,201)
#C3D2D2
(195,210,210)
#CFD9DB
(207,217,219)
#DBE0E4
(219,224,228)
#E7E7ED
(231,231,237)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA89C; }

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

This text font color is #7BA89C.

Background Color

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

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

This div background color is #7BA89C.

Border color

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

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

This div border color is #7BA89C.

Opacity

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

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

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

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

This text has shadow with #7BA89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA89C.

Preview

Color preview on black background

This text has color #7BA89C on black background.


Color preview on white background

This text has color #7BA89C on white background.


Black color preview on #7BA89C background

This text has black color on #7BA89C background.


White color preview on #7BA89C background

This text has white color on #7BA89C background.


Related colors

Complementary color

Complementary color for #hex is #845763.


I love getcolorcode.com

Triadic colors

1 #9C7BA8 and #A89C7B with #7BA89C are triadic colors.

2 #9CA87B and #A87B9C with #7BA89C are triadic colors.