COLOR #7BC3AB

HEX: #7BC3AB
RGB: (123,195,171)

Color info

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

RGB color model

#7BC3AB color RGB value is (123,195,171).

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

RGB channels and saturation

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

123
195
171

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

Portions of RGB colors in percentages

R + G + B =
123 + 195 + 171 = 489 (100%)
R 123 of 489 ~ 25.15%
G 195 of 489 ~ 39.88%
B 171 of 489 ~ 34.97%

%25.15
%39.88
%34.97

CMYK color model

#7BC3AB color CMYK value is (37,0,12,24).

  • cyan value is 36.92%
  • magenta value is 0.00%
  • yellow value is 12.31%
  • key color value is 23.53%
CMYK:
(37,0,12,24)
C37M0Y12K24 
(37%,0%,12%,24%)
(0.37/0.00/0.12/0.24)	

CMYK percentages

%36.92
%0
%12.31
%23.53

Codes

Color #7BC3AB in popluar color models

7BC3AB
RGB123195171
HSL160°37.50%62.35%
HSB/HSV160°36.92%76.47%
CMYK36.92%0.00%12.31%
23.53%

Color #7BC3AB in popluar number systems.

HEX7BC3AB
Decimal123195171
Binary11110111100001110101011
Octal173303253

Shades and tints

Shades of #7BC3AB

#7BC3AB
(123,195,171)
#70B29C
(112,178,156)
#65A18D
(101,161,141)
#5A907E
(90,144,126)
#4F7F6F
(79,127,111)
#446E60
(68,110,96)
#395D51
(57,93,81)
#2E4C42
(46,76,66)
#233B33
(35,59,51)
#182A24
(24,42,36)
#0D1915
(13,25,21)
#000000
(0,0,0)

Tints of #7BC3AB

#7BC3AB
(123,195,171)
#87C8B2
(135,200,178)
#93CDB9
(147,205,185)
#9FD2C0
(159,210,192)
#ABD7C7
(171,215,199)
#B7DCCE
(183,220,206)
#C3E1D5
(195,225,213)
#CFE6DC
(207,230,220)
#DBEBE3
(219,235,227)
#E7F0EA
(231,240,234)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BC3AB; }

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

This text font color is #7BC3AB.


Background Color

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

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

This div background color is #7BC3AB.


Border color

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

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

This div border color is #7BC3AB.


Opacity

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

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

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

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

This text has shadow with #7BC3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BC3AB on black background.


Color preview on white background

This text has color #7BC3AB on white background.



Black color preview on #7BC3AB background

This text has black color on #7BC3AB background.


White color preview on #7BC3AB background

This text has white color on #7BC3AB background.