COLOR #7BB7F9

HEX: #7BB7F9 RGB: (123,183,249)

Color info

#7BB7F9 contains mainly blue color. Web safe color of #7BB7F9 is #66CCFF (or #6CF).

RGB color model

#7BB7F9 color RGB value is (123,183,249).

RGB: (123,183,249) (48%, 72%, 98%)

RGB channels and saturation

R 123 of 255 = 48%
G 183 of 255 = 72%
B 249 of 255 = 98%

123
183
249

R + G + B ~ 73%. #7BB7F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 183 + 249 = 555 (100%)
R 123 of 555 ~ 22.16%
G 183 of 555 ~ 32.97%
B 249 of 555 ~ 44.86'%

%22.16
%32.97
%44.86

CMYK color model

#7BB7F9 color CMYK value is (51,27,0,2).

  • cyan value is 50.60%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (51,27,0,2)
C51M27Y0K2 (51%, 27%, 0%, 2%)
(0.51 / 0.27 / 0.00 / 0.02)

CMYK percentages

%50.6
%26.51
%0
%2.35

Codes

Color #7BB7F9 in popluar color models

7B B7 F9
RGB 123 183 249
HSL 211° 91.30% 72.94%
HSB/HSV 211° 50.60% 97.65%
CMYK 50.60% 26.51% 0.00%
2.35%

Color #7BB7F9 in popluar number systems.

HEX 7B B7 F9
Decimal 123 183 249
Binary 1111011 10110111 11111001
Octal 173 267 371

Shades and tints

Shades of #7BB7F9

#7BB7F9
(123,183,249)
#70A7E3
(112,167,227)
#6597CD
(101,151,205)
#5A87B7
(90,135,183)
#4F77A1
(79,119,161)
#44678B
(68,103,139)
#395775
(57,87,117)
#2E475F
(46,71,95)
#233749
(35,55,73)
#182733
(24,39,51)
#0D171D
(13,23,29)
#000000
(0,0,0)

Tints of #7BB7F9

#7BB7F9
(123,183,249)
#87BDF9
(135,189,249)
#93C3F9
(147,195,249)
#9FC9F9
(159,201,249)
#ABCFF9
(171,207,249)
#B7D5F9
(183,213,249)
#C3DBF9
(195,219,249)
#CFE1F9
(207,225,249)
#DBE7F9
(219,231,249)
#E7EDF9
(231,237,249)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB7F9; }

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

This text font color is #7BB7F9.

Background Color

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

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

This div background color is #7BB7F9.

Border color

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

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

This div border color is #7BB7F9.

Opacity

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

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

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

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

This text has shadow with #7BB7F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB7F9.

Preview

Color preview on black background

This text has color #7BB7F9 on black background.


Color preview on white background

This text has color #7BB7F9 on white background.


Black color preview on #7BB7F9 background

This text has black color on #7BB7F9 background.


White color preview on #7BB7F9 background

This text has white color on #7BB7F9 background.


Related colors

Complementary color

Complementary color for #7BB7F9 is #844806.


I love getcolorcode.com

Triadic colors

1 #F97BB7 and #B7F97B with #7BB7F9 are triadic colors.

2 #F9B77B and #B77BF9 with #7BB7F9 are triadic colors.