COLOR #7BB3AF

HEX: #7BB3AF
RGB: (123,179,175)

Color info

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

RGB color model

#7BB3AF color RGB value is (123,179,175).

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

RGB channels and saturation

R 123 of 255 = 48%
G 179 of 255 = 70%
B 175 of 255 = 69%

123
179
175

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

Portions of RGB colors in percentages

R + G + B =
123 + 179 + 175 = 477 (100%)
R 123 of 477 ~ 25.79%
G 179 of 477 ~ 37.53%
B 175 of 477 ~ 36.69%

%25.79
%37.53
%36.69

CMYK color model

#7BB3AF color CMYK value is (31,0,2,30).

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 29.80%
CMYK:
(31,0,2,30)
C31M0Y2K30 
(31%,0%,2%,30%)
(0.31/0.00/0.02/0.30)	

CMYK percentages

%31.28
%0
%2.23
%29.8

Codes

Color #7BB3AF in popluar color models

7BB3AF
RGB123179175
HSL176°26.92%59.22%
HSB/HSV176°31.28%70.20%
CMYK31.28%0.00%2.23%
29.80%

Color #7BB3AF in popluar number systems.

HEX7BB3AF
Decimal123179175
Binary11110111011001110101111
Octal173263257

Shades and tints

Shades of #7BB3AF

#7BB3AF
(123,179,175)
#70A3A0
(112,163,160)
#659391
(101,147,145)
#5A8382
(90,131,130)
#4F7373
(79,115,115)
#446364
(68,99,100)
#395355
(57,83,85)
#2E4346
(46,67,70)
#233337
(35,51,55)
#182328
(24,35,40)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #7BB3AF

#7BB3AF
(123,179,175)
#87B9B6
(135,185,182)
#93BFBD
(147,191,189)
#9FC5C4
(159,197,196)
#ABCBCB
(171,203,203)
#B7D1D2
(183,209,210)
#C3D7D9
(195,215,217)
#CFDDE0
(207,221,224)
#DBE3E7
(219,227,231)
#E7E9EE
(231,233,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB3AF; }

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

This text font color is #7BB3AF.


Background Color

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

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

This div background color is #7BB3AF.


Border color

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

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

This div border color is #7BB3AF.


Opacity

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

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

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

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

This text has shadow with #7BB3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB3AF on black background.


Color preview on white background

This text has color #7BB3AF on white background.



Black color preview on #7BB3AF background

This text has black color on #7BB3AF background.


White color preview on #7BB3AF background

This text has white color on #7BB3AF background.