COLOR #7BADD7

HEX: #7BADD7 RGB: (123,173,215)

Color info

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

RGB color model

#7BADD7 color RGB value is (123,173,215).

RGB: (123,173,215) (48%, 68%, 84%)

RGB channels and saturation

R 123 of 255 = 48%
G 173 of 255 = 68%
B 215 of 255 = 84%

123
173
215

R + G + B ~ 67%. #7BADD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 173 + 215 = 511 (100%)
R 123 of 511 ~ 24.07%
G 173 of 511 ~ 33.86%
B 215 of 511 ~ 42.07'%

%24.07
%33.86
%42.07

CMYK color model

#7BADD7 color CMYK value is (43,20,0,16).

  • cyan value is 42.79%
  • magenta value is 19.53%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (43,20,0,16)
C43M20Y0K16 (43%, 20%, 0%, 16%)
(0.43 / 0.20 / 0.00 / 0.16)

CMYK percentages

%42.79
%19.53
%0
%15.69

Codes

Color #7BADD7 in popluar color models

7B AD D7
RGB 123 173 215
HSL 207° 53.49% 66.27%
HSB/HSV 207° 42.79% 84.31%
CMYK 42.79% 19.53% 0.00%
15.69%

Color #7BADD7 in popluar number systems.

HEX 7B AD D7
Decimal 123 173 215
Binary 1111011 10101101 11010111
Octal 173 255 327

Shades and tints

Shades of #7BADD7

#7BADD7
(123,173,215)
#709EC4
(112,158,196)
#658FB1
(101,143,177)
#5A809E
(90,128,158)
#4F718B
(79,113,139)
#446278
(68,98,120)
#395365
(57,83,101)
#2E4452
(46,68,82)
#23353F
(35,53,63)
#18262C
(24,38,44)
#0D1719
(13,23,25)
#000000
(0,0,0)

Tints of #7BADD7

#7BADD7
(123,173,215)
#87B4DA
(135,180,218)
#93BBDD
(147,187,221)
#9FC2E0
(159,194,224)
#ABC9E3
(171,201,227)
#B7D0E6
(183,208,230)
#C3D7E9
(195,215,233)
#CFDEEC
(207,222,236)
#DBE5EF
(219,229,239)
#E7ECF2
(231,236,242)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BADD7; }

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

This text font color is #7BADD7.

Background Color

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

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

This div background color is #7BADD7.

Border color

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

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

This div border color is #7BADD7.

Opacity

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

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

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

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

This text has shadow with #7BADD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BADD7.

Preview

Color preview on black background

This text has color #7BADD7 on black background.


Color preview on white background

This text has color #7BADD7 on white background.


Black color preview on #7BADD7 background

This text has black color on #7BADD7 background.


White color preview on #7BADD7 background

This text has white color on #7BADD7 background.


Related colors

Complementary color

Complementary color for #hex is #845228.


I love getcolorcode.com

Triadic colors

1 #D77BAD and #ADD77B with #7BADD7 are triadic colors.

2 #D7AD7B and #AD7BD7 with #7BADD7 are triadic colors.