COLOR #7BABC1

HEX: #7BABC1
RGB: (123,171,193)

Color info

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

RGB color model

#7BABC1 color RGB value is (123,171,193).

  • red value is 123;
  • green value is 171;
  • blue value is 193.
RGB:
(123,171,193)
(48%,67%,76%)

RGB channels and saturation

R 123 of 255 = 48%
G 171 of 255 = 67%
B 193 of 255 = 76%

123
171
193

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

Portions of RGB colors in percentages

R + G + B =
123 + 171 + 193 = 487 (100%)
R 123 of 487 ~ 25.26%
G 171 of 487 ~ 35.11%
B 193 of 487 ~ 39.63%

%25.26
%35.11
%39.63

CMYK color model

#7BABC1 color CMYK value is (36,11,0,24).

  • cyan value is 36.27%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(36,11,0,24)
C36M11Y0K24 
(36%,11%,0%,24%)
(0.36/0.11/0.00/0.24)	

CMYK percentages

%36.27
%11.4
%0
%24.31

Codes

Color #7BABC1 in popluar color models

7BABC1
RGB123171193
HSL199°36.08%61.96%
HSB/HSV199°36.27%75.69%
CMYK36.27%11.40%0.00%
24.31%

Color #7BABC1 in popluar number systems.

HEX7BABC1
Decimal123171193
Binary11110111010101111000001
Octal173253301

Shades and tints

Shades of #7BABC1

#7BABC1
(123,171,193)
#709CB0
(112,156,176)
#658D9F
(101,141,159)
#5A7E8E
(90,126,142)
#4F6F7D
(79,111,125)
#44606C
(68,96,108)
#39515B
(57,81,91)
#2E424A
(46,66,74)
#233339
(35,51,57)
#182428
(24,36,40)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #7BABC1

#7BABC1
(123,171,193)
#87B2C6
(135,178,198)
#93B9CB
(147,185,203)
#9FC0D0
(159,192,208)
#ABC7D5
(171,199,213)
#B7CEDA
(183,206,218)
#C3D5DF
(195,213,223)
#CFDCE4
(207,220,228)
#DBE3E9
(219,227,233)
#E7EAEE
(231,234,238)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BABC1 color. Also use rgb(123,171,193) instead hex code.

Text Font Color

.myTextColor { color: #7BABC1; }

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

This text font color is #7BABC1.


Background Color

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

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

This div background color is #7BABC1.


Border color

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

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

This div border color is #7BABC1.


Opacity

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

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

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

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

This text has shadow with #7BABC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BABC1 on black background.


Color preview on white background

This text has color #7BABC1 on white background.



Black color preview on #7BABC1 background

This text has black color on #7BABC1 background.


White color preview on #7BABC1 background

This text has white color on #7BABC1 background.