COLOR #7BAEEE

HEX: #7BAEEE
RGB: (123,174,238)

Color info

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

RGB color model

#7BAEEE color RGB value is (123,174,238).

  • red value is 123;
  • green value is 174;
  • blue value is 238.
RGB:
(123,174,238)
(48%,68%,93%)

RGB channels and saturation

R 123 of 255 = 48%
G 174 of 255 = 68%
B 238 of 255 = 93%

123
174
238

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

Portions of RGB colors in percentages

R + G + B =
123 + 174 + 238 = 535 (100%)
R 123 of 535 ~ 22.99%
G 174 of 535 ~ 32.52%
B 238 of 535 ~ 44.49%

%22.99
%32.52
%44.49

CMYK color model

#7BAEEE color CMYK value is (48,27,0,7).

  • cyan value is 48.32%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(48,27,0,7)
C48M27Y0K7 
(48%,27%,0%,7%)
(0.48/0.27/0.00/0.07)	

CMYK percentages

%48.32
%26.89
%0
%6.67

Codes

Color #7BAEEE in popluar color models

7BAEEE
RGB123174238
HSL213°77.18%70.78%
HSB/HSV213°48.32%93.33%
CMYK48.32%26.89%0.00%
6.67%

Color #7BAEEE in popluar number systems.

HEX7BAEEE
Decimal123174238
Binary11110111010111011101110
Octal173256356

Shades and tints

Shades of #7BAEEE

#7BAEEE
(123,174,238)
#709FD9
(112,159,217)
#6590C4
(101,144,196)
#5A81AF
(90,129,175)
#4F729A
(79,114,154)
#446385
(68,99,133)
#395470
(57,84,112)
#2E455B
(46,69,91)
#233646
(35,54,70)
#182731
(24,39,49)
#0D181C
(13,24,28)
#000000
(0,0,0)

Tints of #7BAEEE

#7BAEEE
(123,174,238)
#87B5EF
(135,181,239)
#93BCF0
(147,188,240)
#9FC3F1
(159,195,241)
#ABCAF2
(171,202,242)
#B7D1F3
(183,209,243)
#C3D8F4
(195,216,244)
#CFDFF5
(207,223,245)
#DBE6F6
(219,230,246)
#E7EDF7
(231,237,247)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAEEE color. Also use rgb(123,174,238) instead hex code.

Text Font Color

.myTextColor { color: #7BAEEE; }

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

This text font color is #7BAEEE.


Background Color

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

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

This div background color is #7BAEEE.


Border color

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

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

This div border color is #7BAEEE.


Opacity

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

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

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

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

This text has shadow with #7BAEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAEEE on black background.


Color preview on white background

This text has color #7BAEEE on white background.



Black color preview on #7BAEEE background

This text has black color on #7BAEEE background.


White color preview on #7BAEEE background

This text has white color on #7BAEEE background.