COLOR #7BA8B0

HEX: #7BA8B0 RGB: (123,168,176)

Color info

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

RGB color model

#7BA8B0 color RGB value is (123,168,176).

RGB: (123,168,176) (48%, 66%, 69%)

RGB channels and saturation

R 123 of 255 = 48%
G 168 of 255 = 66%
B 176 of 255 = 69%

123
168
176

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

Portions of RGB colors in percentages

R + G + B = 123 + 168 + 176 = 467 (100%)
R 123 of 467 ~ 26.34%
G 168 of 467 ~ 35.97%
B 176 of 467 ~ 37.69'%

%26.34
%35.97
%37.69

CMYK color model

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

  • cyan value is 30.11%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (30,5,0,31)
C30M5Y0K31 (30%, 5%, 0%, 31%)
(0.30 / 0.05 / 0.00 / 0.31)

CMYK percentages

%30.11
%4.55
%0
%30.98

Codes

Color #7BA8B0 in popluar color models

7B A8 B0
RGB 123 168 176
HSL 189° 25.12% 58.63%
HSB/HSV 189° 30.11% 69.02%
CMYK 30.11% 4.55% 0.00%
30.98%

Color #7BA8B0 in popluar number systems.

HEX 7B A8 B0
Decimal 123 168 176
Binary 1111011 10101000 10110000
Octal 173 250 260

Shades and tints

Shades of #7BA8B0

#7BA8B0
(123,168,176)
#7099A0
(112,153,160)
#658A90
(101,138,144)
#5A7B80
(90,123,128)
#4F6C70
(79,108,112)
#445D60
(68,93,96)
#394E50
(57,78,80)
#2E3F40
(46,63,64)
#233030
(35,48,48)
#182120
(24,33,32)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #7BA8B0

#7BA8B0
(123,168,176)
#87AFB7
(135,175,183)
#93B6BE
(147,182,190)
#9FBDC5
(159,189,197)
#ABC4CC
(171,196,204)
#B7CBD3
(183,203,211)
#C3D2DA
(195,210,218)
#CFD9E1
(207,217,225)
#DBE0E8
(219,224,232)
#E7E7EF
(231,231,239)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA8B0 color. Also use rgb(123,168,176) instead hex code.

Text Font Color

.myTextColor { color: #7BA8B0; }

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

This text font color is #7BA8B0.

Background Color

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

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

This div background color is #7BA8B0.

Border color

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

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

This div border color is #7BA8B0.

Opacity

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

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

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

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

This text has shadow with #7BA8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA8B0.

Preview

Color preview on black background

This text has color #7BA8B0 on black background.


Color preview on white background

This text has color #7BA8B0 on white background.


Black color preview on #7BA8B0 background

This text has black color on #7BA8B0 background.


White color preview on #7BA8B0 background

This text has white color on #7BA8B0 background.


Related colors

Complementary color

Complementary color for #hex is #84574F.


I love getcolorcode.com

Triadic colors

1 #B07BA8 and #A8B07B with #7BA8B0 are triadic colors.

2 #B0A87B and #A87BB0 with #7BA8B0 are triadic colors.