COLOR #7BA4C4

HEX: #7BA4C4
RGB: (123,164,196)

Color info

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

RGB color model

#7BA4C4 color RGB value is (123,164,196).

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

RGB channels and saturation

R 123 of 255 = 48%
G 164 of 255 = 64%
B 196 of 255 = 77%

123
164
196

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

Portions of RGB colors in percentages

R + G + B =
123 + 164 + 196 = 483 (100%)
R 123 of 483 ~ 25.47%
G 164 of 483 ~ 33.95%
B 196 of 483 ~ 40.58%

%25.47
%33.95
%40.58

CMYK color model

#7BA4C4 color CMYK value is (37,16,0,23).

  • cyan value is 37.24%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(37,16,0,23)
C37M16Y0K23 
(37%,16%,0%,23%)
(0.37/0.16/0.00/0.23)	

CMYK percentages

%37.24
%16.33
%0
%23.14

Codes

Color #7BA4C4 in popluar color models

7BA4C4
RGB123164196
HSL206°38.22%62.55%
HSB/HSV206°37.24%76.86%
CMYK37.24%16.33%0.00%
23.14%

Color #7BA4C4 in popluar number systems.

HEX7BA4C4
Decimal123164196
Binary11110111010010011000100
Octal173244304

Shades and tints

Shades of #7BA4C4

#7BA4C4
(123,164,196)
#7096B3
(112,150,179)
#6588A2
(101,136,162)
#5A7A91
(90,122,145)
#4F6C80
(79,108,128)
#445E6F
(68,94,111)
#39505E
(57,80,94)
#2E424D
(46,66,77)
#23343C
(35,52,60)
#18262B
(24,38,43)
#0D181A
(13,24,26)
#000000
(0,0,0)

Tints of #7BA4C4

#7BA4C4
(123,164,196)
#87ACC9
(135,172,201)
#93B4CE
(147,180,206)
#9FBCD3
(159,188,211)
#ABC4D8
(171,196,216)
#B7CCDD
(183,204,221)
#C3D4E2
(195,212,226)
#CFDCE7
(207,220,231)
#DBE4EC
(219,228,236)
#E7ECF1
(231,236,241)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA4C4; }

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

This text font color is #7BA4C4.


Background Color

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

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

This div background color is #7BA4C4.


Border color

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

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

This div border color is #7BA4C4.


Opacity

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

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

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

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

This text has shadow with #7BA4C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA4C4 on black background.


Color preview on white background

This text has color #7BA4C4 on white background.



Black color preview on #7BA4C4 background

This text has black color on #7BA4C4 background.


White color preview on #7BA4C4 background

This text has white color on #7BA4C4 background.