COLOR #7BAEE8

HEX: #7BAEE8
RGB: (123,174,232)

Color info

#7BAEE8 contains mainly green and blue colors. Web safe color of #7BAEE8 is #6699FF (or #69F).

RGB color model

#7BAEE8 color RGB value is (123,174,232).

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

RGB channels and saturation

R 123 of 255 = 48%
G 174 of 255 = 68%
B 232 of 255 = 91%

123
174
232

R + G + B ~ 69%. #7BAEE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 174 + 232 = 529 (100%)
R 123 of 529 ~ 23.25%
G 174 of 529 ~ 32.89%
B 232 of 529 ~ 43.86%

%23.25
%32.89
%43.86

CMYK color model

#7BAEE8 color CMYK value is (47,25,0,9).

  • cyan value is 46.98%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(47,25,0,9)
C47M25Y0K9 
(47%,25%,0%,9%)
(0.47/0.25/0.00/0.09)	

CMYK percentages

%46.98
%25
%0
%9.02

Codes

Color #7BAEE8 in popluar color models

7BAEE8
RGB123174232
HSL212°70.32%69.61%
HSB/HSV212°46.98%90.98%
CMYK46.98%25.00%0.00%
9.02%

Color #7BAEE8 in popluar number systems.

HEX7BAEE8
Decimal123174232
Binary11110111010111011101000
Octal173256350

Shades and tints

Shades of #7BAEE8

#7BAEE8
(123,174,232)
#709FD3
(112,159,211)
#6590BE
(101,144,190)
#5A81A9
(90,129,169)
#4F7294
(79,114,148)
#44637F
(68,99,127)
#39546A
(57,84,106)
#2E4555
(46,69,85)
#233640
(35,54,64)
#18272B
(24,39,43)
#0D1816
(13,24,22)
#000000
(0,0,0)

Tints of #7BAEE8

#7BAEE8
(123,174,232)
#87B5EA
(135,181,234)
#93BCEC
(147,188,236)
#9FC3EE
(159,195,238)
#ABCAF0
(171,202,240)
#B7D1F2
(183,209,242)
#C3D8F4
(195,216,244)
#CFDFF6
(207,223,246)
#DBE6F8
(219,230,248)
#E7EDFA
(231,237,250)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAEE8; }

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

This text font color is #7BAEE8.


Background Color

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

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

This div background color is #7BAEE8.


Border color

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

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

This div border color is #7BAEE8.


Opacity

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

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

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

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

This text has shadow with #7BAEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAEE8 on black background.


Color preview on white background

This text has color #7BAEE8 on white background.



Black color preview on #7BAEE8 background

This text has black color on #7BAEE8 background.


White color preview on #7BAEE8 background

This text has white color on #7BAEE8 background.