COLOR #7BAC95

HEX: #7BAC95
RGB: (123,172,149)

Color info

#7BAC95 contains red, green and blue colors in about the same proportion. Web safe color of #7BAC95 is #669999 (or #699).

RGB color model

#7BAC95 color RGB value is (123,172,149).

  • red value is 123;
  • green value is 172;
  • blue value is 149.
RGB:
(123,172,149)
(48%,67%,58%)

RGB channels and saturation

R 123 of 255 = 48%
G 172 of 255 = 67%
B 149 of 255 = 58%

123
172
149

R + G + B ~ 58%. #7BAC95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 172 + 149 = 444 (100%)
R 123 of 444 ~ 27.7%
G 172 of 444 ~ 38.74%
B 149 of 444 ~ 33.56%

%27.7
%38.74
%33.56

CMYK color model

#7BAC95 color CMYK value is (28,0,13,33).

  • cyan value is 28.49%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 32.55%
CMYK:
(28,0,13,33)
C28M0Y13K33 
(28%,0%,13%,33%)
(0.28/0.00/0.13/0.33)	

CMYK percentages

%28.49
%0
%13.37
%32.55

Codes

Color #7BAC95 in popluar color models

7BAC95
RGB123172149
HSL152°22.79%57.84%
HSB/HSV152°28.49%67.45%
CMYK28.49%0.00%13.37%
32.55%

Color #7BAC95 in popluar number systems.

HEX7BAC95
Decimal123172149
Binary11110111010110010010101
Octal173254225

Shades and tints

Shades of #7BAC95

#7BAC95
(123,172,149)
#709D88
(112,157,136)
#658E7B
(101,142,123)
#5A7F6E
(90,127,110)
#4F7061
(79,112,97)
#446154
(68,97,84)
#395247
(57,82,71)
#2E433A
(46,67,58)
#23342D
(35,52,45)
#182520
(24,37,32)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #7BAC95

#7BAC95
(123,172,149)
#87B39E
(135,179,158)
#93BAA7
(147,186,167)
#9FC1B0
(159,193,176)
#ABC8B9
(171,200,185)
#B7CFC2
(183,207,194)
#C3D6CB
(195,214,203)
#CFDDD4
(207,221,212)
#DBE4DD
(219,228,221)
#E7EBE6
(231,235,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAC95 color. Also use rgb(123,172,149) instead hex code.

Text Font Color

.myTextColor { color: #7BAC95; }

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

This text font color is #7BAC95.


Background Color

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

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

This div background color is #7BAC95.


Border color

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

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

This div border color is #7BAC95.


Opacity

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

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

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

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

This text has shadow with #7BAC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAC95 on black background.


Color preview on white background

This text has color #7BAC95 on white background.



Black color preview on #7BAC95 background

This text has black color on #7BAC95 background.


White color preview on #7BAC95 background

This text has white color on #7BAC95 background.