COLOR #7BA4CA

HEX: #7BA4CA
RGB: (123,164,202)

Color info

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

RGB color model

#7BA4CA color RGB value is (123,164,202).

  • red value is 123;
  • green value is 164;
  • blue value is 202.
RGB:
(123,164,202)
(48%,64%,79%)

RGB channels and saturation

R 123 of 255 = 48%
G 164 of 255 = 64%
B 202 of 255 = 79%

123
164
202

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

Portions of RGB colors in percentages

R + G + B =
123 + 164 + 202 = 489 (100%)
R 123 of 489 ~ 25.15%
G 164 of 489 ~ 33.54%
B 202 of 489 ~ 41.31%

%25.15
%33.54
%41.31

CMYK color model

#7BA4CA color CMYK value is (39,19,0,21).

  • cyan value is 39.11%
  • magenta value is 18.81%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(39,19,0,21)
C39M19Y0K21 
(39%,19%,0%,21%)
(0.39/0.19/0.00/0.21)	

CMYK percentages

%39.11
%18.81
%0
%20.78

Codes

Color #7BA4CA in popluar color models

7BA4CA
RGB123164202
HSL209°42.70%63.73%
HSB/HSV209°39.11%79.22%
CMYK39.11%18.81%0.00%
20.78%

Color #7BA4CA in popluar number systems.

HEX7BA4CA
Decimal123164202
Binary11110111010010011001010
Octal173244312

Shades and tints

Shades of #7BA4CA

#7BA4CA
(123,164,202)
#7096B8
(112,150,184)
#6588A6
(101,136,166)
#5A7A94
(90,122,148)
#4F6C82
(79,108,130)
#445E70
(68,94,112)
#39505E
(57,80,94)
#2E424C
(46,66,76)
#23343A
(35,52,58)
#182628
(24,38,40)
#0D1816
(13,24,22)
#000000
(0,0,0)

Tints of #7BA4CA

#7BA4CA
(123,164,202)
#87ACCE
(135,172,206)
#93B4D2
(147,180,210)
#9FBCD6
(159,188,214)
#ABC4DA
(171,196,218)
#B7CCDE
(183,204,222)
#C3D4E2
(195,212,226)
#CFDCE6
(207,220,230)
#DBE4EA
(219,228,234)
#E7ECEE
(231,236,238)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA4CA color. Also use rgb(123,164,202) instead hex code.

Text Font Color

.myTextColor { color: #7BA4CA; }

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

This text font color is #7BA4CA.


Background Color

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

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

This div background color is #7BA4CA.


Border color

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

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

This div border color is #7BA4CA.


Opacity

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

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

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

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

This text has shadow with #7BA4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA4CA on black background.


Color preview on white background

This text has color #7BA4CA on white background.



Black color preview on #7BA4CA background

This text has black color on #7BA4CA background.


White color preview on #7BA4CA background

This text has white color on #7BA4CA background.