COLOR #7BADB3

HEX: #7BADB3
RGB: (123,173,179)

Color info

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

RGB color model

#7BADB3 color RGB value is (123,173,179).

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

RGB channels and saturation

R 123 of 255 = 48%
G 173 of 255 = 68%
B 179 of 255 = 70%

123
173
179

R + G + B ~ 62%. #7BADB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 173 + 179 = 475 (100%)
R 123 of 475 ~ 25.89%
G 173 of 475 ~ 36.42%
B 179 of 475 ~ 37.68%

%25.89
%36.42
%37.68

CMYK color model

#7BADB3 color CMYK value is (31,3,0,30).

  • cyan value is 31.28%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(31,3,0,30)
C31M3Y0K30 
(31%,3%,0%,30%)
(0.31/0.03/0.00/0.30)	

CMYK percentages

%31.28
%3.35
%0
%29.8

Codes

Color #7BADB3 in popluar color models

7BADB3
RGB123173179
HSL186°26.92%59.22%
HSB/HSV186°31.28%70.20%
CMYK31.28%3.35%0.00%
29.80%

Color #7BADB3 in popluar number systems.

HEX7BADB3
Decimal123173179
Binary11110111010110110110011
Octal173255263

Shades and tints

Shades of #7BADB3

#7BADB3
(123,173,179)
#709EA3
(112,158,163)
#658F93
(101,143,147)
#5A8083
(90,128,131)
#4F7173
(79,113,115)
#446263
(68,98,99)
#395353
(57,83,83)
#2E4443
(46,68,67)
#233533
(35,53,51)
#182623
(24,38,35)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #7BADB3

#7BADB3
(123,173,179)
#87B4B9
(135,180,185)
#93BBBF
(147,187,191)
#9FC2C5
(159,194,197)
#ABC9CB
(171,201,203)
#B7D0D1
(183,208,209)
#C3D7D7
(195,215,215)
#CFDEDD
(207,222,221)
#DBE5E3
(219,229,227)
#E7ECE9
(231,236,233)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BADB3; }

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

This text font color is #7BADB3.


Background Color

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

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

This div background color is #7BADB3.


Border color

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

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

This div border color is #7BADB3.


Opacity

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

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

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

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

This text has shadow with #7BADB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BADB3 on black background.


Color preview on white background

This text has color #7BADB3 on white background.



Black color preview on #7BADB3 background

This text has black color on #7BADB3 background.


White color preview on #7BADB3 background

This text has white color on #7BADB3 background.