COLOR #7BAD96

HEX: #7BAD96 RGB: (123,173,150)

Color info

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

RGB color model

#7BAD96 color RGB value is (123,173,150).

RGB: (123,173,150) (48%, 68%, 59%)

RGB channels and saturation

R 123 of 255 = 48%
G 173 of 255 = 68%
B 150 of 255 = 59%

123
173
150

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

Portions of RGB colors in percentages

R + G + B = 123 + 173 + 150 = 446 (100%)
R 123 of 446 ~ 27.58%
G 173 of 446 ~ 38.79%
B 150 of 446 ~ 33.63'%

%27.58
%38.79
%33.63

CMYK color model

#7BAD96 color CMYK value is (29,0,13,32).

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

CMYK: (29,0,13,32)
C29M0Y13K32 (29%, 0%, 13%, 32%)
(0.29 / 0.00 / 0.13 / 0.32)

CMYK percentages

%28.9
%0
%13.29
%32.16

Codes

Color #7BAD96 in popluar color models

7B AD 96
RGB 123 173 150
HSL 152° 23.36% 58.04%
HSB/HSV 152° 28.90% 67.84%
CMYK 28.90% 0.00% 13.29%
32.16%

Color #7BAD96 in popluar number systems.

HEX 7B AD 96
Decimal 123 173 150
Binary 1111011 10101101 10010110
Octal 173 255 226

Shades and tints

Shades of #7BAD96

#7BAD96
(123,173,150)
#709E89
(112,158,137)
#658F7C
(101,143,124)
#5A806F
(90,128,111)
#4F7162
(79,113,98)
#446255
(68,98,85)
#395348
(57,83,72)
#2E443B
(46,68,59)
#23352E
(35,53,46)
#182621
(24,38,33)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #7BAD96

#7BAD96
(123,173,150)
#87B49F
(135,180,159)
#93BBA8
(147,187,168)
#9FC2B1
(159,194,177)
#ABC9BA
(171,201,186)
#B7D0C3
(183,208,195)
#C3D7CC
(195,215,204)
#CFDED5
(207,222,213)
#DBE5DE
(219,229,222)
#E7ECE7
(231,236,231)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAD96; }

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

This text font color is #7BAD96.

Background Color

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

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

This div background color is #7BAD96.

Border color

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

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

This div border color is #7BAD96.

Opacity

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

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

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

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

This text has shadow with #7BAD96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BAD96.

Preview

Color preview on black background

This text has color #7BAD96 on black background.


Color preview on white background

This text has color #7BAD96 on white background.


Black color preview on #7BAD96 background

This text has black color on #7BAD96 background.


White color preview on #7BAD96 background

This text has white color on #7BAD96 background.


Related colors

Complementary color

Complementary color for #hex is #845269.


I love getcolorcode.com

Triadic colors

1 #967BAD and #AD967B with #7BAD96 are triadic colors.

2 #96AD7B and #AD7B96 with #7BAD96 are triadic colors.