COLOR #7BAFBC

HEX: #7BAFBC
RGB: (123,175,188)

Color info

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

RGB color model

#7BAFBC color RGB value is (123,175,188).

  • red value is 123;
  • green value is 175;
  • blue value is 188.
RGB:
(123,175,188)
(48%,69%,74%)

RGB channels and saturation

R 123 of 255 = 48%
G 175 of 255 = 69%
B 188 of 255 = 74%

123
175
188

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

Portions of RGB colors in percentages

R + G + B =
123 + 175 + 188 = 486 (100%)
R 123 of 486 ~ 25.31%
G 175 of 486 ~ 36.01%
B 188 of 486 ~ 38.68%

%25.31
%36.01
%38.68

CMYK color model

#7BAFBC color CMYK value is (35,7,0,26).

  • cyan value is 34.57%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(35,7,0,26)
C35M7Y0K26 
(35%,7%,0%,26%)
(0.35/0.07/0.00/0.26)	

CMYK percentages

%34.57
%6.91
%0
%26.27

Codes

Color #7BAFBC in popluar color models

7BAFBC
RGB123175188
HSL192°32.66%60.98%
HSB/HSV192°34.57%73.73%
CMYK34.57%6.91%0.00%
26.27%

Color #7BAFBC in popluar number systems.

HEX7BAFBC
Decimal123175188
Binary11110111010111110111100
Octal173257274

Shades and tints

Shades of #7BAFBC

#7BAFBC
(123,175,188)
#70A0AB
(112,160,171)
#65919A
(101,145,154)
#5A8289
(90,130,137)
#4F7378
(79,115,120)
#446467
(68,100,103)
#395556
(57,85,86)
#2E4645
(46,70,69)
#233734
(35,55,52)
#182823
(24,40,35)
#0D1912
(13,25,18)
#000000
(0,0,0)

Tints of #7BAFBC

#7BAFBC
(123,175,188)
#87B6C2
(135,182,194)
#93BDC8
(147,189,200)
#9FC4CE
(159,196,206)
#ABCBD4
(171,203,212)
#B7D2DA
(183,210,218)
#C3D9E0
(195,217,224)
#CFE0E6
(207,224,230)
#DBE7EC
(219,231,236)
#E7EEF2
(231,238,242)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAFBC color. Also use rgb(123,175,188) instead hex code.

Text Font Color

.myTextColor { color: #7BAFBC; }

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

This text font color is #7BAFBC.


Background Color

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

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

This div background color is #7BAFBC.


Border color

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

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

This div border color is #7BAFBC.


Opacity

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

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

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

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

This text has shadow with #7BAFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAFBC on black background.


Color preview on white background

This text has color #7BAFBC on white background.



Black color preview on #7BAFBC background

This text has black color on #7BAFBC background.


White color preview on #7BAFBC background

This text has white color on #7BAFBC background.