COLOR #7BADA3

HEX: #7BADA3 RGB: (123,173,163)

Color info

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

RGB color model

#7BADA3 color RGB value is (123,173,163).

RGB: (123,173,163) (48%, 68%, 64%)

RGB channels and saturation

R 123 of 255 = 48%
G 173 of 255 = 68%
B 163 of 255 = 64%

123
173
163

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

Portions of RGB colors in percentages

R + G + B = 123 + 173 + 163 = 459 (100%)
R 123 of 459 ~ 26.8%
G 173 of 459 ~ 37.69%
B 163 of 459 ~ 35.51'%

%26.8
%37.69
%35.51

CMYK color model

#7BADA3 color CMYK value is (29,0,6,32).

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

CMYK: (29,0,6,32)
C29M0Y6K32 (29%, 0%, 6%, 32%)
(0.29 / 0.00 / 0.06 / 0.32)

CMYK percentages

%28.9
%0
%5.78
%32.16

Codes

Color #7BADA3 in popluar color models

7B AD A3
RGB 123 173 163
HSL 168° 23.36% 58.04%
HSB/HSV 168° 28.90% 67.84%
CMYK 28.90% 0.00% 5.78%
32.16%

Color #7BADA3 in popluar number systems.

HEX 7B AD A3
Decimal 123 173 163
Binary 1111011 10101101 10100011
Octal 173 255 243

Shades and tints

Shades of #7BADA3

#7BADA3
(123,173,163)
#709E95
(112,158,149)
#658F87
(101,143,135)
#5A8079
(90,128,121)
#4F716B
(79,113,107)
#44625D
(68,98,93)
#39534F
(57,83,79)
#2E4441
(46,68,65)
#233533
(35,53,51)
#182625
(24,38,37)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #7BADA3

#7BADA3
(123,173,163)
#87B4AB
(135,180,171)
#93BBB3
(147,187,179)
#9FC2BB
(159,194,187)
#ABC9C3
(171,201,195)
#B7D0CB
(183,208,203)
#C3D7D3
(195,215,211)
#CFDEDB
(207,222,219)
#DBE5E3
(219,229,227)
#E7ECEB
(231,236,235)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BADA3; }

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

This text font color is #7BADA3.

Background Color

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

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

This div background color is #7BADA3.

Border color

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

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

This div border color is #7BADA3.

Opacity

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

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

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

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

This text has shadow with #7BADA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BADA3.

Preview

Color preview on black background

This text has color #7BADA3 on black background.


Color preview on white background

This text has color #7BADA3 on white background.


Black color preview on #7BADA3 background

This text has black color on #7BADA3 background.


White color preview on #7BADA3 background

This text has white color on #7BADA3 background.


Related colors

Complementary color

Complementary color for #hex is #84525C.


I love getcolorcode.com

Triadic colors

1 #A37BAD and #ADA37B with #7BADA3 are triadic colors.

2 #A3AD7B and #AD7BA3 with #7BADA3 are triadic colors.