COLOR #7BBCA1

HEX: #7BBCA1
RGB: (123,188,161)

Color info

#7BBCA1 contains mainly green and blue colors. Web safe color of #7BBCA1 is #66CC99 (or #6C9).

RGB color model

#7BBCA1 color RGB value is (123,188,161).

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

RGB channels and saturation

R 123 of 255 = 48%
G 188 of 255 = 74%
B 161 of 255 = 63%

123
188
161

R + G + B ~ 62%. #7BBCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 188 + 161 = 472 (100%)
R 123 of 472 ~ 26.06%
G 188 of 472 ~ 39.83%
B 161 of 472 ~ 34.11%

%26.06
%39.83
%34.11

CMYK color model

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

  • cyan value is 34.57%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 26.27%
CMYK:
(35,0,14,26)
C35M0Y14K26 
(35%,0%,14%,26%)
(0.35/0.00/0.14/0.26)	

CMYK percentages

%34.57
%0
%14.36
%26.27

Codes

Color #7BBCA1 in popluar color models

7BBCA1
RGB123188161
HSL155°32.66%60.98%
HSB/HSV155°34.57%73.73%
CMYK34.57%0.00%14.36%
26.27%

Color #7BBCA1 in popluar number systems.

HEX7BBCA1
Decimal123188161
Binary11110111011110010100001
Octal173274241

Shades and tints

Shades of #7BBCA1

#7BBCA1
(123,188,161)
#70AB93
(112,171,147)
#659A85
(101,154,133)
#5A8977
(90,137,119)
#4F7869
(79,120,105)
#44675B
(68,103,91)
#39564D
(57,86,77)
#2E453F
(46,69,63)
#233431
(35,52,49)
#182323
(24,35,35)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #7BBCA1

#7BBCA1
(123,188,161)
#87C2A9
(135,194,169)
#93C8B1
(147,200,177)
#9FCEB9
(159,206,185)
#ABD4C1
(171,212,193)
#B7DAC9
(183,218,201)
#C3E0D1
(195,224,209)
#CFE6D9
(207,230,217)
#DBECE1
(219,236,225)
#E7F2E9
(231,242,233)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BBCA1; }

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

This text font color is #7BBCA1.


Background Color

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

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

This div background color is #7BBCA1.


Border color

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

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

This div border color is #7BBCA1.


Opacity

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

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

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

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

This text has shadow with #7BBCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BBCA1 on black background.


Color preview on white background

This text has color #7BBCA1 on white background.



Black color preview on #7BBCA1 background

This text has black color on #7BBCA1 background.


White color preview on #7BBCA1 background

This text has white color on #7BBCA1 background.