COLOR #7BADAA

HEX: #7BADAA
RGB: (123,173,170)

Color info

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

RGB color model

#7BADAA color RGB value is (123,173,170).

  • red value is 123;
  • green value is 173;
  • blue value is 170.
RGB:
(123,173,170)
(48%,68%,67%)

RGB channels and saturation

R 123 of 255 = 48%
G 173 of 255 = 68%
B 170 of 255 = 67%

123
173
170

R + G + B ~ 61%. #7BADAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 173 + 170 = 466 (100%)
R 123 of 466 ~ 26.39%
G 173 of 466 ~ 37.12%
B 170 of 466 ~ 36.48%

%26.39
%37.12
%36.48

CMYK color model

#7BADAA color CMYK value is (29,0,2,32).

  • cyan value is 28.90%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 32.16%
CMYK:
(29,0,2,32)
C29M0Y2K32 
(29%,0%,2%,32%)
(0.29/0.00/0.02/0.32)	

CMYK percentages

%28.9
%0
%1.73
%32.16

Codes

Color #7BADAA in popluar color models

7BADAA
RGB123173170
HSL176°23.36%58.04%
HSB/HSV176°28.90%67.84%
CMYK28.90%0.00%1.73%
32.16%

Color #7BADAA in popluar number systems.

HEX7BADAA
Decimal123173170
Binary11110111010110110101010
Octal173255252

Shades and tints

Shades of #7BADAA

#7BADAA
(123,173,170)
#709E9B
(112,158,155)
#658F8C
(101,143,140)
#5A807D
(90,128,125)
#4F716E
(79,113,110)
#44625F
(68,98,95)
#395350
(57,83,80)
#2E4441
(46,68,65)
#233532
(35,53,50)
#182623
(24,38,35)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #7BADAA

#7BADAA
(123,173,170)
#87B4B1
(135,180,177)
#93BBB8
(147,187,184)
#9FC2BF
(159,194,191)
#ABC9C6
(171,201,198)
#B7D0CD
(183,208,205)
#C3D7D4
(195,215,212)
#CFDEDB
(207,222,219)
#DBE5E2
(219,229,226)
#E7ECE9
(231,236,233)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BADAA; }

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

This text font color is #7BADAA.


Background Color

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

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

This div background color is #7BADAA.


Border color

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

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

This div border color is #7BADAA.


Opacity

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

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

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

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

This text has shadow with #7BADAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BADAA on black background.


Color preview on white background

This text has color #7BADAA on white background.



Black color preview on #7BADAA background

This text has black color on #7BADAA background.


White color preview on #7BADAA background

This text has white color on #7BADAA background.