COLOR #7BAD83

HEX: #7BAD83 RGB: (123,173,131)

Color info

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

RGB color model

#7BAD83 color RGB value is (123,173,131).

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

RGB channels and saturation

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

123
173
131

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

Portions of RGB colors in percentages

R + G + B = 123 + 173 + 131 = 427 (100%)
R 123 of 427 ~ 28.81%
G 173 of 427 ~ 40.52%
B 131 of 427 ~ 30.68'%

%28.81
%40.52
%30.68

CMYK color model

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

  • cyan value is 28.90%
  • magenta value is 0.00%
  • yellow value is 24.28%
  • key color value is 32.16%

CMYK: (29,0,24,32)
C29M0Y24K32 (29%, 0%, 24%, 32%)
(0.29 / 0.00 / 0.24 / 0.32)

CMYK percentages

%28.9
%0
%24.28
%32.16

Codes

Color #7BAD83 in popluar color models

7B AD 83
RGB 123 173 131
HSL 130° 23.36% 58.04%
HSB/HSV 130° 28.90% 67.84%
CMYK 28.90% 0.00% 24.28%
32.16%

Color #7BAD83 in popluar number systems.

HEX 7B AD 83
Decimal 123 173 131
Binary 1111011 10101101 10000011
Octal 173 255 203

Shades and tints

Shades of #7BAD83

#7BAD83
(123,173,131)
#709E78
(112,158,120)
#658F6D
(101,143,109)
#5A8062
(90,128,98)
#4F7157
(79,113,87)
#44624C
(68,98,76)
#395341
(57,83,65)
#2E4436
(46,68,54)
#23352B
(35,53,43)
#182620
(24,38,32)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #7BAD83

#7BAD83
(123,173,131)
#87B48E
(135,180,142)
#93BB99
(147,187,153)
#9FC2A4
(159,194,164)
#ABC9AF
(171,201,175)
#B7D0BA
(183,208,186)
#C3D7C5
(195,215,197)
#CFDED0
(207,222,208)
#DBE5DB
(219,229,219)
#E7ECE6
(231,236,230)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAD83; }

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

This text font color is #7BAD83.

Background Color

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

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

This div background color is #7BAD83.

Border color

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

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

This div border color is #7BAD83.

Opacity

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

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

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

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

This text has shadow with #7BAD83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BAD83.

Preview

Color preview on black background

This text has color #7BAD83 on black background.


Color preview on white background

This text has color #7BAD83 on white background.


Black color preview on #7BAD83 background

This text has black color on #7BAD83 background.


White color preview on #7BAD83 background

This text has white color on #7BAD83 background.


Related colors

Complementary color

Complementary color for #hex is #84527C.


I love getcolorcode.com

Triadic colors

1 #837BAD and #AD837B with #7BAD83 are triadic colors.

2 #83AD7B and #AD7B83 with #7BAD83 are triadic colors.