COLOR #7BAC88

HEX: #7BAC88 RGB: (123,172,136)

Color info

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

RGB color model

#7BAC88 color RGB value is (123,172,136).

RGB: (123,172,136) (48%, 67%, 53%)

RGB channels and saturation

R 123 of 255 = 48%
G 172 of 255 = 67%
B 136 of 255 = 53%

123
172
136

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

Portions of RGB colors in percentages

R + G + B = 123 + 172 + 136 = 431 (100%)
R 123 of 431 ~ 28.54%
G 172 of 431 ~ 39.91%
B 136 of 431 ~ 31.55'%

%28.54
%39.91
%31.55

CMYK color model

#7BAC88 color CMYK value is (28,0,21,33).

  • cyan value is 28.49%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 32.55%

CMYK: (28,0,21,33)
C28M0Y21K33 (28%, 0%, 21%, 33%)
(0.28 / 0.00 / 0.21 / 0.33)

CMYK percentages

%28.49
%0
%20.93
%32.55

Codes

Color #7BAC88 in popluar color models

7B AC 88
RGB 123 172 136
HSL 136° 22.79% 57.84%
HSB/HSV 136° 28.49% 67.45%
CMYK 28.49% 0.00% 20.93%
32.55%

Color #7BAC88 in popluar number systems.

HEX 7B AC 88
Decimal 123 172 136
Binary 1111011 10101100 10001000
Octal 173 254 210

Shades and tints

Shades of #7BAC88

#7BAC88
(123,172,136)
#709D7C
(112,157,124)
#658E70
(101,142,112)
#5A7F64
(90,127,100)
#4F7058
(79,112,88)
#44614C
(68,97,76)
#395240
(57,82,64)
#2E4334
(46,67,52)
#233428
(35,52,40)
#18251C
(24,37,28)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #7BAC88

#7BAC88
(123,172,136)
#87B392
(135,179,146)
#93BA9C
(147,186,156)
#9FC1A6
(159,193,166)
#ABC8B0
(171,200,176)
#B7CFBA
(183,207,186)
#C3D6C4
(195,214,196)
#CFDDCE
(207,221,206)
#DBE4D8
(219,228,216)
#E7EBE2
(231,235,226)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAC88 color. Also use rgb(123,172,136) instead hex code.

Text Font Color

.myTextColor { color: #7BAC88; }

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

This text font color is #7BAC88.

Background Color

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

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

This div background color is #7BAC88.

Border color

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

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

This div border color is #7BAC88.

Opacity

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

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

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

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

This text has shadow with #7BAC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BAC88.

Preview

Color preview on black background

This text has color #7BAC88 on black background.


Color preview on white background

This text has color #7BAC88 on white background.


Black color preview on #7BAC88 background

This text has black color on #7BAC88 background.


White color preview on #7BAC88 background

This text has white color on #7BAC88 background.


Related colors

Complementary color

Complementary color for #hex is #845377.


I love getcolorcode.com

Triadic colors

1 #887BAC and #AC887B with #7BAC88 are triadic colors.

2 #88AC7B and #AC7B88 with #7BAC88 are triadic colors.