COLOR #7BADB7

HEX: #7BADB7 RGB: (123,173,183)

Color info

#7BADB7 contains mainly green and blue colors. Web safe color of #7BADB7 is #6699CC (or #69C).

RGB color model

#7BADB7 color RGB value is (123,173,183).

RGB: (123,173,183) (48%, 68%, 72%)

RGB channels and saturation

R 123 of 255 = 48%
G 173 of 255 = 68%
B 183 of 255 = 72%

123
173
183

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

Portions of RGB colors in percentages

R + G + B = 123 + 173 + 183 = 479 (100%)
R 123 of 479 ~ 25.68%
G 173 of 479 ~ 36.12%
B 183 of 479 ~ 38.2'%

%25.68
%36.12
%38.2

CMYK color model

#7BADB7 color CMYK value is (33,5,0,28).

  • cyan value is 32.79%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (33,5,0,28)
C33M5Y0K28 (33%, 5%, 0%, 28%)
(0.33 / 0.05 / 0.00 / 0.28)

CMYK percentages

%32.79
%5.46
%0
%28.24

Codes

Color #7BADB7 in popluar color models

7B AD B7
RGB 123 173 183
HSL 190° 29.41% 60.00%
HSB/HSV 190° 32.79% 71.76%
CMYK 32.79% 5.46% 0.00%
28.24%

Color #7BADB7 in popluar number systems.

HEX 7B AD B7
Decimal 123 173 183
Binary 1111011 10101101 10110111
Octal 173 255 267

Shades and tints

Shades of #7BADB7

#7BADB7
(123,173,183)
#709EA7
(112,158,167)
#658F97
(101,143,151)
#5A8087
(90,128,135)
#4F7177
(79,113,119)
#446267
(68,98,103)
#395357
(57,83,87)
#2E4447
(46,68,71)
#233537
(35,53,55)
#182627
(24,38,39)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #7BADB7

#7BADB7
(123,173,183)
#87B4BD
(135,180,189)
#93BBC3
(147,187,195)
#9FC2C9
(159,194,201)
#ABC9CF
(171,201,207)
#B7D0D5
(183,208,213)
#C3D7DB
(195,215,219)
#CFDEE1
(207,222,225)
#DBE5E7
(219,229,231)
#E7ECED
(231,236,237)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BADB7; }

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

This text font color is #7BADB7.

Background Color

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

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

This div background color is #7BADB7.

Border color

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

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

This div border color is #7BADB7.

Opacity

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

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

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

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

This text has shadow with #7BADB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BADB7.

Preview

Color preview on black background

This text has color #7BADB7 on black background.


Color preview on white background

This text has color #7BADB7 on white background.


Black color preview on #7BADB7 background

This text has black color on #7BADB7 background.


White color preview on #7BADB7 background

This text has white color on #7BADB7 background.


Related colors

Complementary color

Complementary color for #hex is #845248.


I love getcolorcode.com

Triadic colors

1 #B77BAD and #ADB77B with #7BADB7 are triadic colors.

2 #B7AD7B and #AD7BB7 with #7BADB7 are triadic colors.