COLOR #7BAE83

HEX: #7BAE83 RGB: (123,174,131)

Color info

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

RGB color model

#7BAE83 color RGB value is (123,174,131).

RGB: (123,174,131) (48%, 68%, 51%)

RGB channels and saturation

R 123 of 255 = 48%
G 174 of 255 = 68%
B 131 of 255 = 51%

123
174
131

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

Portions of RGB colors in percentages

R + G + B = 123 + 174 + 131 = 428 (100%)
R 123 of 428 ~ 28.74%
G 174 of 428 ~ 40.65%
B 131 of 428 ~ 30.61'%

%28.74
%40.65
%30.61

CMYK color model

#7BAE83 color CMYK value is (29,0,25,32).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 31.76%

CMYK: (29,0,25,32)
C29M0Y25K32 (29%, 0%, 25%, 32%)
(0.29 / 0.00 / 0.25 / 0.32)

CMYK percentages

%29.31
%0
%24.71
%31.76

Codes

Color #7BAE83 in popluar color models

7B AE 83
RGB 123 174 131
HSL 129° 23.94% 58.24%
HSB/HSV 129° 29.31% 68.24%
CMYK 29.31% 0.00% 24.71%
31.76%

Color #7BAE83 in popluar number systems.

HEX 7B AE 83
Decimal 123 174 131
Binary 1111011 10101110 10000011
Octal 173 256 203

Shades and tints

Shades of #7BAE83

#7BAE83
(123,174,131)
#709F78
(112,159,120)
#65906D
(101,144,109)
#5A8162
(90,129,98)
#4F7257
(79,114,87)
#44634C
(68,99,76)
#395441
(57,84,65)
#2E4536
(46,69,54)
#23362B
(35,54,43)
#182720
(24,39,32)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #7BAE83

#7BAE83
(123,174,131)
#87B58E
(135,181,142)
#93BC99
(147,188,153)
#9FC3A4
(159,195,164)
#ABCAAF
(171,202,175)
#B7D1BA
(183,209,186)
#C3D8C5
(195,216,197)
#CFDFD0
(207,223,208)
#DBE6DB
(219,230,219)
#E7EDE6
(231,237,230)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAE83 color. Also use rgb(123,174,131) instead hex code.

Text Font Color

.myTextColor { color: #7BAE83; }

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

This text font color is #7BAE83.

Background Color

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

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

This div background color is #7BAE83.

Border color

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

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

This div border color is #7BAE83.

Opacity

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

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

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

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

This text has shadow with #7BAE83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BAE83.

Preview

Color preview on black background

This text has color #7BAE83 on black background.


Color preview on white background

This text has color #7BAE83 on white background.


Black color preview on #7BAE83 background

This text has black color on #7BAE83 background.


White color preview on #7BAE83 background

This text has white color on #7BAE83 background.


Related colors

Complementary color

Complementary color for #hex is #84517C.


I love getcolorcode.com

Triadic colors

1 #837BAE and #AE837B with #7BAE83 are triadic colors.

2 #83AE7B and #AE7B83 with #7BAE83 are triadic colors.