COLOR #7BBAAA

HEX: #7BBAAA RGB: (123,186,170)

Color info

#7BBAAA contains mainly green and blue colors. Web safe color of #7BBAAA is #66CC99 (or #6C9).

RGB color model

#7BBAAA color RGB value is (123,186,170).

RGB: (123,186,170) (48%, 73%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 186 of 255 = 73%
B 170 of 255 = 67%

123
186
170

R + G + B ~ 63%. #7BBAAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 186 + 170 = 479 (100%)
R 123 of 479 ~ 25.68%
G 186 of 479 ~ 38.83%
B 170 of 479 ~ 35.49'%

%25.68
%38.83
%35.49

CMYK color model

#7BBAAA color CMYK value is (34,0,9,27).

  • cyan value is 33.87%
  • magenta value is 0.00%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK: (34,0,9,27) C34M0Y9K27 (34%,0%,9%,27%) (0.34/0.00/0.09/0.27) 

CMYK percentages

%33.87
%0
%8.6
%27.06

Codes

Color #7BBAAA in popluar color models

7B BA AA
RGB 123 186 170
HSL 165° 31.34% 60.59%
HSB/HSV 165° 33.87% 72.94%
CMYK 33.87% 0.00% 8.60%
27.06%

Color #7BBAAA in popluar number systems.

HEX 7B BA AA
Decimal 123 186 170
Binary 1111011 10111010 10101010
Octal 173 272 252

Shades and tints

Shades of #7BBAAA

#7BBAAA
(123,186,170)
#70AA9B
(112,170,155)
#659A8C
(101,154,140)
#5A8A7D
(90,138,125)
#4F7A6E
(79,122,110)
#446A5F
(68,106,95)
#395A50
(57,90,80)
#2E4A41
(46,74,65)
#233A32
(35,58,50)
#182A23
(24,42,35)
#0D1A14
(13,26,20)
#000000
(0,0,0)

Tints of #7BBAAA

#7BBAAA
(123,186,170)
#87C0B1
(135,192,177)
#93C6B8
(147,198,184)
#9FCCBF
(159,204,191)
#ABD2C6
(171,210,198)
#B7D8CD
(183,216,205)
#C3DED4
(195,222,212)
#CFE4DB
(207,228,219)
#DBEAE2
(219,234,226)
#E7F0E9
(231,240,233)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BBAAA color. Also use rgb(123,186,170) instead hex code.

Text Font Color

.myTextColor { color: #7BBAAA; }

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

This text font color is #7BBAAA.

Background Color

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

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

This div background color is #7BBAAA.

Border color

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

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

This div border color is #7BBAAA.

Opacity

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

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

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

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

This text has shadow with #7BBAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BBAAA.

Preview

Color preview on black background

This text has color #7BBAAA on black background.


Color preview on white background

This text has color #7BBAAA on white background.


Black color preview on #7BBAAA background

This text has black color on #7BBAAA background.


White color preview on #7BBAAA background

This text has white color on #7BBAAA background.


Related colors

Complementary color

Complementary color for #hex is #844555.


I love getcolorcode.com

Triadic colors

1 #AA7BBA and #BAAA7B with #7BBAAA are triadic colors.

2 #AABA7B and #BA7BAA with #7BBAAA are triadic colors.