COLOR #7BAAE2

HEX: #7BAAE2
RGB: (123,170,226)

Color info

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

RGB color model

#7BAAE2 color RGB value is (123,170,226).

  • red value is 123;
  • green value is 170;
  • blue value is 226.
RGB:
(123,170,226)
(48%,67%,89%)

RGB channels and saturation

R 123 of 255 = 48%
G 170 of 255 = 67%
B 226 of 255 = 89%

123
170
226

R + G + B ~ 68%. #7BAAE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 170 + 226 = 519 (100%)
R 123 of 519 ~ 23.7%
G 170 of 519 ~ 32.76%
B 226 of 519 ~ 43.55%

%23.7
%32.76
%43.55

CMYK color model

#7BAAE2 color CMYK value is (46,25,0,11).

  • cyan value is 45.58%
  • magenta value is 24.78%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(46,25,0,11)
C46M25Y0K11 
(46%,25%,0%,11%)
(0.46/0.25/0.00/0.11)	

CMYK percentages

%45.58
%24.78
%0
%11.37

Codes

Color #7BAAE2 in popluar color models

7BAAE2
RGB123170226
HSL213°63.98%68.43%
HSB/HSV213°45.58%88.63%
CMYK45.58%24.78%0.00%
11.37%

Color #7BAAE2 in popluar number systems.

HEX7BAAE2
Decimal123170226
Binary11110111010101011100010
Octal173252342

Shades and tints

Shades of #7BAAE2

#7BAAE2
(123,170,226)
#709BCE
(112,155,206)
#658CBA
(101,140,186)
#5A7DA6
(90,125,166)
#4F6E92
(79,110,146)
#445F7E
(68,95,126)
#39506A
(57,80,106)
#2E4156
(46,65,86)
#233242
(35,50,66)
#18232E
(24,35,46)
#0D141A
(13,20,26)
#000000
(0,0,0)

Tints of #7BAAE2

#7BAAE2
(123,170,226)
#87B1E4
(135,177,228)
#93B8E6
(147,184,230)
#9FBFE8
(159,191,232)
#ABC6EA
(171,198,234)
#B7CDEC
(183,205,236)
#C3D4EE
(195,212,238)
#CFDBF0
(207,219,240)
#DBE2F2
(219,226,242)
#E7E9F4
(231,233,244)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAAE2 color. Also use rgb(123,170,226) instead hex code.

Text Font Color

.myTextColor { color: #7BAAE2; }

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

This text font color is #7BAAE2.


Background Color

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

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

This div background color is #7BAAE2.


Border color

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

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

This div border color is #7BAAE2.


Opacity

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

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

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

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

This text has shadow with #7BAAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAAE2 on black background.


Color preview on white background

This text has color #7BAAE2 on white background.



Black color preview on #7BAAE2 background

This text has black color on #7BAAE2 background.


White color preview on #7BAAE2 background

This text has white color on #7BAAE2 background.