COLOR #7BAE85

HEX: #7BAE85 RGB: (123,174,133)

Color info

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

RGB color model

#7BAE85 color RGB value is (123,174,133).

RGB: (123,174,133) (48%, 68%, 52%)

RGB channels and saturation

R 123 of 255 = 48%
G 174 of 255 = 68%
B 133 of 255 = 52%

123
174
133

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

Portions of RGB colors in percentages

R + G + B = 123 + 174 + 133 = 430 (100%)
R 123 of 430 ~ 28.6%
G 174 of 430 ~ 40.47%
B 133 of 430 ~ 30.93'%

%28.6
%40.47
%30.93

CMYK color model

#7BAE85 color CMYK value is (29,0,24,32).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 31.76%
CMYK: (29,0,24,32) C29M0Y24K32 (29%,0%,24%,32%) (0.29/0.00/0.24/0.32) 

CMYK percentages

%29.31
%0
%23.56
%31.76

Codes

Color #7BAE85 in popluar color models

7B AE 85
RGB 123 174 133
HSL 132° 23.94% 58.24%
HSB/HSV 132° 29.31% 68.24%
CMYK 29.31% 0.00% 23.56%
31.76%

Color #7BAE85 in popluar number systems.

HEX 7B AE 85
Decimal 123 174 133
Binary 1111011 10101110 10000101
Octal 173 256 205

Shades and tints

Shades of #7BAE85

#7BAE85
(123,174,133)
#709F79
(112,159,121)
#65906D
(101,144,109)
#5A8161
(90,129,97)
#4F7255
(79,114,85)
#446349
(68,99,73)
#39543D
(57,84,61)
#2E4531
(46,69,49)
#233625
(35,54,37)
#182719
(24,39,25)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #7BAE85

#7BAE85
(123,174,133)
#87B590
(135,181,144)
#93BC9B
(147,188,155)
#9FC3A6
(159,195,166)
#ABCAB1
(171,202,177)
#B7D1BC
(183,209,188)
#C3D8C7
(195,216,199)
#CFDFD2
(207,223,210)
#DBE6DD
(219,230,221)
#E7EDE8
(231,237,232)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAE85; }

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

This text font color is #7BAE85.

Background Color

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

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

This div background color is #7BAE85.

Border color

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

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

This div border color is #7BAE85.

Opacity

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

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

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

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

This text has shadow with #7BAE85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BAE85.

Preview

Color preview on black background

This text has color #7BAE85 on black background.


Color preview on white background

This text has color #7BAE85 on white background.


Black color preview on #7BAE85 background

This text has black color on #7BAE85 background.


White color preview on #7BAE85 background

This text has white color on #7BAE85 background.


Related colors

Complementary color

Complementary color for #hex is #84517A.


I love getcolorcode.com

Triadic colors

1 #857BAE and #AE857B with #7BAE85 are triadic colors.

2 #85AE7B and #AE7B85 with #7BAE85 are triadic colors.