COLOR #7BACE9

HEX: #7BACE9
RGB: (123,172,233)

Color info

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

RGB color model

#7BACE9 color RGB value is (123,172,233).

  • red value is 123;
  • green value is 172;
  • blue value is 233.
RGB:
(123,172,233)
(48%,67%,91%)

RGB channels and saturation

R 123 of 255 = 48%
G 172 of 255 = 67%
B 233 of 255 = 91%

123
172
233

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

Portions of RGB colors in percentages

R + G + B =
123 + 172 + 233 = 528 (100%)
R 123 of 528 ~ 23.3%
G 172 of 528 ~ 32.58%
B 233 of 528 ~ 44.13%

%23.3
%32.58
%44.13

CMYK color model

#7BACE9 color CMYK value is (47,26,0,9).

  • cyan value is 47.21%
  • magenta value is 26.18%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(47,26,0,9)
C47M26Y0K9 
(47%,26%,0%,9%)
(0.47/0.26/0.00/0.09)	

CMYK percentages

%47.21
%26.18
%0
%8.63

Codes

Color #7BACE9 in popluar color models

7BACE9
RGB123172233
HSL213°71.43%69.80%
HSB/HSV213°47.21%91.37%
CMYK47.21%26.18%0.00%
8.63%

Color #7BACE9 in popluar number systems.

HEX7BACE9
Decimal123172233
Binary11110111010110011101001
Octal173254351

Shades and tints

Shades of #7BACE9

#7BACE9
(123,172,233)
#709DD4
(112,157,212)
#658EBF
(101,142,191)
#5A7FAA
(90,127,170)
#4F7095
(79,112,149)
#446180
(68,97,128)
#39526B
(57,82,107)
#2E4356
(46,67,86)
#233441
(35,52,65)
#18252C
(24,37,44)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #7BACE9

#7BACE9
(123,172,233)
#87B3EB
(135,179,235)
#93BAED
(147,186,237)
#9FC1EF
(159,193,239)
#ABC8F1
(171,200,241)
#B7CFF3
(183,207,243)
#C3D6F5
(195,214,245)
#CFDDF7
(207,221,247)
#DBE4F9
(219,228,249)
#E7EBFB
(231,235,251)
#F3F2FD
(243,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BACE9 color. Also use rgb(123,172,233) instead hex code.

Text Font Color

.myTextColor { color: #7BACE9; }

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

This text font color is #7BACE9.


Background Color

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

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

This div background color is #7BACE9.


Border color

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

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

This div border color is #7BACE9.


Opacity

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

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

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

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

This text has shadow with #7BACE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BACE9 on black background.


Color preview on white background

This text has color #7BACE9 on white background.



Black color preview on #7BACE9 background

This text has black color on #7BACE9 background.


White color preview on #7BACE9 background

This text has white color on #7BACE9 background.