COLOR #7BA687

HEX: #7BA687 RGB: (123,166,135)

Color info

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

RGB color model

#7BA687 color RGB value is (123,166,135).

RGB: (123,166,135) (48%, 65%, 53%)

RGB channels and saturation

R 123 of 255 = 48%
G 166 of 255 = 65%
B 135 of 255 = 53%

123
166
135

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

Portions of RGB colors in percentages

R + G + B = 123 + 166 + 135 = 424 (100%)
R 123 of 424 ~ 29.01%
G 166 of 424 ~ 39.15%
B 135 of 424 ~ 31.84'%

%29.01
%39.15
%31.84

CMYK color model

#7BA687 color CMYK value is (26,0,19,35).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 34.90%

CMYK: (26,0,19,35)
C26M0Y19K35 (26%, 0%, 19%, 35%)
(0.26 / 0.00 / 0.19 / 0.35)

CMYK percentages

%25.9
%0
%18.67
%34.9

Codes

Color #7BA687 in popluar color models

7B A6 87
RGB 123 166 135
HSL 137° 19.46% 56.67%
HSB/HSV 137° 25.90% 65.10%
CMYK 25.90% 0.00% 18.67%
34.90%

Color #7BA687 in popluar number systems.

HEX 7B A6 87
Decimal 123 166 135
Binary 1111011 10100110 10000111
Octal 173 246 207

Shades and tints

Shades of #7BA687

#7BA687
(123,166,135)
#70977B
(112,151,123)
#65886F
(101,136,111)
#5A7963
(90,121,99)
#4F6A57
(79,106,87)
#445B4B
(68,91,75)
#394C3F
(57,76,63)
#2E3D33
(46,61,51)
#232E27
(35,46,39)
#181F1B
(24,31,27)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #7BA687

#7BA687
(123,166,135)
#87AE91
(135,174,145)
#93B69B
(147,182,155)
#9FBEA5
(159,190,165)
#ABC6AF
(171,198,175)
#B7CEB9
(183,206,185)
#C3D6C3
(195,214,195)
#CFDECD
(207,222,205)
#DBE6D7
(219,230,215)
#E7EEE1
(231,238,225)
#F3F6EB
(243,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA687 color. Also use rgb(123,166,135) instead hex code.

Text Font Color

.myTextColor { color: #7BA687; }

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

This text font color is #7BA687.

Background Color

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

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

This div background color is #7BA687.

Border color

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

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

This div border color is #7BA687.

Opacity

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

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

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

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

This text has shadow with #7BA687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA687.

Preview

Color preview on black background

This text has color #7BA687 on black background.


Color preview on white background

This text has color #7BA687 on white background.


Black color preview on #7BA687 background

This text has black color on #7BA687 background.


White color preview on #7BA687 background

This text has white color on #7BA687 background.


Related colors

Complementary color

Complementary color for #hex is #845978.


I love getcolorcode.com

Triadic colors

1 #877BA6 and #A6877B with #7BA687 are triadic colors.

2 #87A67B and #A67B87 with #7BA687 are triadic colors.