COLOR #7BB1ED

HEX: #7BB1ED RGB: (123,177,237)

Color info

#7BB1ED contains mainly blue color. Web safe color of #7BB1ED is #6699FF (or #69F).

RGB color model

#7BB1ED color RGB value is (123,177,237).

RGB: (123,177,237) (48%, 69%, 93%)

RGB channels and saturation

R 123 of 255 = 48%
G 177 of 255 = 69%
B 237 of 255 = 93%

123
177
237

R + G + B ~ 70%. #7BB1ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 177 + 237 = 537 (100%)
R 123 of 537 ~ 22.91%
G 177 of 537 ~ 32.96%
B 237 of 537 ~ 44.13'%

%22.91
%32.96
%44.13

CMYK color model

#7BB1ED color CMYK value is (48,25,0,7).

  • cyan value is 48.10%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (48,25,0,7) C48M25Y0K7 (48%,25%,0%,7%) (0.48/0.25/0.00/0.07) 

CMYK percentages

%48.1
%25.32
%0
%7.06

Codes

Color #7BB1ED in popluar color models

7B B1 ED
RGB 123 177 237
HSL 212° 76.00% 70.59%
HSB/HSV 212° 48.10% 92.94%
CMYK 48.10% 25.32% 0.00%
7.06%

Color #7BB1ED in popluar number systems.

HEX 7B B1 ED
Decimal 123 177 237
Binary 1111011 10110001 11101101
Octal 173 261 355

Shades and tints

Shades of #7BB1ED

#7BB1ED
(123,177,237)
#70A1D8
(112,161,216)
#6591C3
(101,145,195)
#5A81AE
(90,129,174)
#4F7199
(79,113,153)
#446184
(68,97,132)
#39516F
(57,81,111)
#2E415A
(46,65,90)
#233145
(35,49,69)
#182130
(24,33,48)
#0D111B
(13,17,27)
#000000
(0,0,0)

Tints of #7BB1ED

#7BB1ED
(123,177,237)
#87B8EE
(135,184,238)
#93BFEF
(147,191,239)
#9FC6F0
(159,198,240)
#ABCDF1
(171,205,241)
#B7D4F2
(183,212,242)
#C3DBF3
(195,219,243)
#CFE2F4
(207,226,244)
#DBE9F5
(219,233,245)
#E7F0F6
(231,240,246)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB1ED color. Also use rgb(123,177,237) instead hex code.

Text Font Color

.myTextColor { color: #7BB1ED; }

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

This text font color is #7BB1ED.

Background Color

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

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

This div background color is #7BB1ED.

Border color

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

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

This div border color is #7BB1ED.

Opacity

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

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

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

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

This text has shadow with #7BB1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB1ED.

Preview

Color preview on black background

This text has color #7BB1ED on black background.


Color preview on white background

This text has color #7BB1ED on white background.


Black color preview on #7BB1ED background

This text has black color on #7BB1ED background.


White color preview on #7BB1ED background

This text has white color on #7BB1ED background.


Related colors

Complementary color

Complementary color for #hex is #844E12.


I love getcolorcode.com

Triadic colors

1 #ED7BB1 and #B1ED7B with #7BB1ED are triadic colors.

2 #EDB17B and #B17BED with #7BB1ED are triadic colors.