COLOR #7BAFA7

HEX: #7BAFA7
RGB: (123,175,167)

Color info

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

RGB color model

#7BAFA7 color RGB value is (123,175,167).

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

RGB channels and saturation

R 123 of 255 = 48%
G 175 of 255 = 69%
B 167 of 255 = 65%

123
175
167

R + G + B ~ 61%. #7BAFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 175 + 167 = 465 (100%)
R 123 of 465 ~ 26.45%
G 175 of 465 ~ 37.63%
B 167 of 465 ~ 35.91%

%26.45
%37.63
%35.91

CMYK color model

#7BAFA7 color CMYK value is (30,0,5,31).

  • cyan value is 29.71%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(30,0,5,31)
C30M0Y5K31 
(30%,0%,5%,31%)
(0.30/0.00/0.05/0.31)	

CMYK percentages

%29.71
%0
%4.57
%31.37

Codes

Color #7BAFA7 in popluar color models

7BAFA7
RGB123175167
HSL171°24.53%58.43%
HSB/HSV171°29.71%68.63%
CMYK29.71%0.00%4.57%
31.37%

Color #7BAFA7 in popluar number systems.

HEX7BAFA7
Decimal123175167
Binary11110111010111110100111
Octal173257247

Shades and tints

Shades of #7BAFA7

#7BAFA7
(123,175,167)
#70A098
(112,160,152)
#659189
(101,145,137)
#5A827A
(90,130,122)
#4F736B
(79,115,107)
#44645C
(68,100,92)
#39554D
(57,85,77)
#2E463E
(46,70,62)
#23372F
(35,55,47)
#182820
(24,40,32)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #7BAFA7

#7BAFA7
(123,175,167)
#87B6AF
(135,182,175)
#93BDB7
(147,189,183)
#9FC4BF
(159,196,191)
#ABCBC7
(171,203,199)
#B7D2CF
(183,210,207)
#C3D9D7
(195,217,215)
#CFE0DF
(207,224,223)
#DBE7E7
(219,231,231)
#E7EEEF
(231,238,239)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAFA7; }

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

This text font color is #7BAFA7.


Background Color

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

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

This div background color is #7BAFA7.


Border color

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

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

This div border color is #7BAFA7.


Opacity

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

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

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

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

This text has shadow with #7BAFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAFA7 on black background.


Color preview on white background

This text has color #7BAFA7 on white background.



Black color preview on #7BAFA7 background

This text has black color on #7BAFA7 background.


White color preview on #7BAFA7 background

This text has white color on #7BAFA7 background.