COLOR #7BA4C3

HEX: #7BA4C3
RGB: (123,164,195)

Color info

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

RGB color model

#7BA4C3 color RGB value is (123,164,195).

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

RGB channels and saturation

R 123 of 255 = 48%
G 164 of 255 = 64%
B 195 of 255 = 76%

123
164
195

R + G + B ~ 63%. #7BA4C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 164 + 195 = 482 (100%)
R 123 of 482 ~ 25.52%
G 164 of 482 ~ 34.02%
B 195 of 482 ~ 40.46%

%25.52
%34.02
%40.46

CMYK color model

#7BA4C3 color CMYK value is (37,16,0,24).

  • cyan value is 36.92%
  • magenta value is 15.90%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(37,16,0,24)
C37M16Y0K24 
(37%,16%,0%,24%)
(0.37/0.16/0.00/0.24)	

CMYK percentages

%36.92
%15.9
%0
%23.53

Codes

Color #7BA4C3 in popluar color models

7BA4C3
RGB123164195
HSL206°37.50%62.35%
HSB/HSV206°36.92%76.47%
CMYK36.92%15.90%0.00%
23.53%

Color #7BA4C3 in popluar number systems.

HEX7BA4C3
Decimal123164195
Binary11110111010010011000011
Octal173244303

Shades and tints

Shades of #7BA4C3

#7BA4C3
(123,164,195)
#7096B2
(112,150,178)
#6588A1
(101,136,161)
#5A7A90
(90,122,144)
#4F6C7F
(79,108,127)
#445E6E
(68,94,110)
#39505D
(57,80,93)
#2E424C
(46,66,76)
#23343B
(35,52,59)
#18262A
(24,38,42)
#0D1819
(13,24,25)
#000000
(0,0,0)

Tints of #7BA4C3

#7BA4C3
(123,164,195)
#87ACC8
(135,172,200)
#93B4CD
(147,180,205)
#9FBCD2
(159,188,210)
#ABC4D7
(171,196,215)
#B7CCDC
(183,204,220)
#C3D4E1
(195,212,225)
#CFDCE6
(207,220,230)
#DBE4EB
(219,228,235)
#E7ECF0
(231,236,240)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA4C3; }

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

This text font color is #7BA4C3.


Background Color

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

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

This div background color is #7BA4C3.


Border color

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

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

This div border color is #7BA4C3.


Opacity

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

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

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

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

This text has shadow with #7BA4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA4C3 on black background.


Color preview on white background

This text has color #7BA4C3 on white background.



Black color preview on #7BA4C3 background

This text has black color on #7BA4C3 background.


White color preview on #7BA4C3 background

This text has white color on #7BA4C3 background.