COLOR #7BA4AE

HEX: #7BA4AE
RGB: (123,164,174)

Color info

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

RGB color model

#7BA4AE color RGB value is (123,164,174).

  • red value is 123;
  • green value is 164;
  • blue value is 174.
RGB:
(123,164,174)
(48%,64%,68%)

RGB channels and saturation

R 123 of 255 = 48%
G 164 of 255 = 64%
B 174 of 255 = 68%

123
164
174

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

Portions of RGB colors in percentages

R + G + B =
123 + 164 + 174 = 461 (100%)
R 123 of 461 ~ 26.68%
G 164 of 461 ~ 35.57%
B 174 of 461 ~ 37.74%

%26.68
%35.57
%37.74

CMYK color model

#7BA4AE color CMYK value is (29,6,0,32).

  • cyan value is 29.31%
  • magenta value is 5.75%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(29,6,0,32)
C29M6Y0K32 
(29%,6%,0%,32%)
(0.29/0.06/0.00/0.32)	

CMYK percentages

%29.31
%5.75
%0
%31.76

Codes

Color #7BA4AE in popluar color models

7BA4AE
RGB123164174
HSL192°23.94%58.24%
HSB/HSV192°29.31%68.24%
CMYK29.31%5.75%0.00%
31.76%

Color #7BA4AE in popluar number systems.

HEX7BA4AE
Decimal123164174
Binary11110111010010010101110
Octal173244256

Shades and tints

Shades of #7BA4AE

#7BA4AE
(123,164,174)
#70969F
(112,150,159)
#658890
(101,136,144)
#5A7A81
(90,122,129)
#4F6C72
(79,108,114)
#445E63
(68,94,99)
#395054
(57,80,84)
#2E4245
(46,66,69)
#233436
(35,52,54)
#182627
(24,38,39)
#0D1818
(13,24,24)
#000000
(0,0,0)

Tints of #7BA4AE

#7BA4AE
(123,164,174)
#87ACB5
(135,172,181)
#93B4BC
(147,180,188)
#9FBCC3
(159,188,195)
#ABC4CA
(171,196,202)
#B7CCD1
(183,204,209)
#C3D4D8
(195,212,216)
#CFDCDF
(207,220,223)
#DBE4E6
(219,228,230)
#E7ECED
(231,236,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA4AE color. Also use rgb(123,164,174) instead hex code.

Text Font Color

.myTextColor { color: #7BA4AE; }

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

This text font color is #7BA4AE.


Background Color

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

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

This div background color is #7BA4AE.


Border color

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

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

This div border color is #7BA4AE.


Opacity

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

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

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

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

This text has shadow with #7BA4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA4AE on black background.


Color preview on white background

This text has color #7BA4AE on white background.



Black color preview on #7BA4AE background

This text has black color on #7BA4AE background.


White color preview on #7BA4AE background

This text has white color on #7BA4AE background.