COLOR #7BA5CB

HEX: #7BA5CB
RGB: (123,165,203)

Color info

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

RGB color model

#7BA5CB color RGB value is (123,165,203).

  • red value is 123;
  • green value is 165;
  • blue value is 203.
RGB:
(123,165,203)
(48%,65%,80%)

RGB channels and saturation

R 123 of 255 = 48%
G 165 of 255 = 65%
B 203 of 255 = 80%

123
165
203

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

Portions of RGB colors in percentages

R + G + B =
123 + 165 + 203 = 491 (100%)
R 123 of 491 ~ 25.05%
G 165 of 491 ~ 33.6%
B 203 of 491 ~ 41.34%

%25.05
%33.6
%41.34

CMYK color model

#7BA5CB color CMYK value is (39,19,0,20).

  • cyan value is 39.41%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(39,19,0,20)
C39M19Y0K20 
(39%,19%,0%,20%)
(0.39/0.19/0.00/0.20)	

CMYK percentages

%39.41
%18.72
%0
%20.39

Codes

Color #7BA5CB in popluar color models

7BA5CB
RGB123165203
HSL209°43.48%63.92%
HSB/HSV209°39.41%79.61%
CMYK39.41%18.72%0.00%
20.39%

Color #7BA5CB in popluar number systems.

HEX7BA5CB
Decimal123165203
Binary11110111010010111001011
Octal173245313

Shades and tints

Shades of #7BA5CB

#7BA5CB
(123,165,203)
#7096B9
(112,150,185)
#6587A7
(101,135,167)
#5A7895
(90,120,149)
#4F6983
(79,105,131)
#445A71
(68,90,113)
#394B5F
(57,75,95)
#2E3C4D
(46,60,77)
#232D3B
(35,45,59)
#181E29
(24,30,41)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #7BA5CB

#7BA5CB
(123,165,203)
#87ADCF
(135,173,207)
#93B5D3
(147,181,211)
#9FBDD7
(159,189,215)
#ABC5DB
(171,197,219)
#B7CDDF
(183,205,223)
#C3D5E3
(195,213,227)
#CFDDE7
(207,221,231)
#DBE5EB
(219,229,235)
#E7EDEF
(231,237,239)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA5CB color. Also use rgb(123,165,203) instead hex code.

Text Font Color

.myTextColor { color: #7BA5CB; }

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

This text font color is #7BA5CB.


Background Color

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

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

This div background color is #7BA5CB.


Border color

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

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

This div border color is #7BA5CB.


Opacity

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

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

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

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

This text has shadow with #7BA5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA5CB on black background.


Color preview on white background

This text has color #7BA5CB on white background.



Black color preview on #7BA5CB background

This text has black color on #7BA5CB background.


White color preview on #7BA5CB background

This text has white color on #7BA5CB background.