COLOR #7BACA9

HEX: #7BACA9 RGB: (123,172,169)

Color info

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

RGB color model

#7BACA9 color RGB value is (123,172,169).

RGB: (123,172,169) (48%, 67%, 66%)

RGB channels and saturation

R 123 of 255 = 48%
G 172 of 255 = 67%
B 169 of 255 = 66%

123
172
169

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

Portions of RGB colors in percentages

R + G + B = 123 + 172 + 169 = 464 (100%)
R 123 of 464 ~ 26.51%
G 172 of 464 ~ 37.07%
B 169 of 464 ~ 36.42'%

%26.51
%37.07
%36.42

CMYK color model

#7BACA9 color CMYK value is (28,0,2,33).

  • cyan value is 28.49%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 32.55%

CMYK: (28,0,2,33)
C28M0Y2K33 (28%, 0%, 2%, 33%)
(0.28 / 0.00 / 0.02 / 0.33)

CMYK percentages

%28.49
%0
%1.74
%32.55

Codes

Color #7BACA9 in popluar color models

7B AC A9
RGB 123 172 169
HSL 176° 22.79% 57.84%
HSB/HSV 176° 28.49% 67.45%
CMYK 28.49% 0.00% 1.74%
32.55%

Color #7BACA9 in popluar number systems.

HEX 7B AC A9
Decimal 123 172 169
Binary 1111011 10101100 10101001
Octal 173 254 251

Shades and tints

Shades of #7BACA9

#7BACA9
(123,172,169)
#709D9A
(112,157,154)
#658E8B
(101,142,139)
#5A7F7C
(90,127,124)
#4F706D
(79,112,109)
#44615E
(68,97,94)
#39524F
(57,82,79)
#2E4340
(46,67,64)
#233431
(35,52,49)
#182522
(24,37,34)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #7BACA9

#7BACA9
(123,172,169)
#87B3B0
(135,179,176)
#93BAB7
(147,186,183)
#9FC1BE
(159,193,190)
#ABC8C5
(171,200,197)
#B7CFCC
(183,207,204)
#C3D6D3
(195,214,211)
#CFDDDA
(207,221,218)
#DBE4E1
(219,228,225)
#E7EBE8
(231,235,232)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BACA9; }

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

This text font color is #7BACA9.

Background Color

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

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

This div background color is #7BACA9.

Border color

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

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

This div border color is #7BACA9.

Opacity

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

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

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

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

This text has shadow with #7BACA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BACA9.

Preview

Color preview on black background

This text has color #7BACA9 on black background.


Color preview on white background

This text has color #7BACA9 on white background.


Black color preview on #7BACA9 background

This text has black color on #7BACA9 background.


White color preview on #7BACA9 background

This text has white color on #7BACA9 background.


Related colors

Complementary color

Complementary color for #hex is #845356.


I love getcolorcode.com

Triadic colors

1 #A97BAC and #ACA97B with #7BACA9 are triadic colors.

2 #A9AC7B and #AC7BA9 with #7BACA9 are triadic colors.