COLOR #7BA2CE

HEX: #7BA2CE
RGB: (123,162,206)

Color info

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

RGB color model

#7BA2CE color RGB value is (123,162,206).

  • red value is 123;
  • green value is 162;
  • blue value is 206.
RGB: (123,162,206) (48%,64%,81%)

RGB channels and saturation

R 123 of 255 = 48%
G 162 of 255 = 64%
B 206 of 255 = 81%

123
162
206

R + G + B ~ 64%. #7BA2CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 162 + 206 = 491 (100%)
R 123 of 491 ~ 25.05%
G 162 of 491 ~ 32.99%
B 206 of 491 ~ 41.96%

%25.05
%32.99
%41.96

CMYK color model

#7BA2CE color CMYK value is (40,21,0,19).

  • cyan value is 40.29%
  • magenta value is 21.36%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (40,21,0,19) C40M21Y0K19 (40%,21%,0%,19%) (0.40/0.21/0.00/0.19)

CMYK percentages

%40.29
%21.36
%0
%19.22

Codes

Color #7BA2CE in popluar color models

7BA2CE
RGB123162206
HSL212°45.86%64.51%
HSB/HSV212°40.29%80.78%
CMYK40.29%21.36%0.00%
19.22%

Color #7BA2CE in popluar number systems.

HEX7BA2CE
Decimal123162206
Binary11110111010001011001110
Octal173242316

Shades and tints

Shades of #7BA2CE

#7BA2CE
(123,162,206)
#7094BC
(112,148,188)
#6586AA
(101,134,170)
#5A7898
(90,120,152)
#4F6A86
(79,106,134)
#445C74
(68,92,116)
#394E62
(57,78,98)
#2E4050
(46,64,80)
#23323E
(35,50,62)
#18242C
(24,36,44)
#0D161A
(13,22,26)
#000000
(0,0,0)

Tints of #7BA2CE

#7BA2CE
(123,162,206)
#87AAD2
(135,170,210)
#93B2D6
(147,178,214)
#9FBADA
(159,186,218)
#ABC2DE
(171,194,222)
#B7CAE2
(183,202,226)
#C3D2E6
(195,210,230)
#CFDAEA
(207,218,234)
#DBE2EE
(219,226,238)
#E7EAF2
(231,234,242)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA2CE color. Also use rgb(123,162,206) instead hex code.

Text Font Color

.myTextColor { color: #7BA2CE; }

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

This text font color is #7BA2CE.


Background Color

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

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

This div background color is #7BA2CE.


Border color

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

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

This div border color is #7BA2CE.


Opacity

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

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

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

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

This text has shadow with #7BA2CE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7BA2CE on black background.


Color preview on white background

This text has color #7BA2CE on white background.



Black color preview on #7BA2CE background

This text has black color on #7BA2CE background.


White color preview on #7BA2CE background

This text has white color on #7BA2CE background.