COLOR #7BA8B7

HEX: #7BA8B7 RGB: (123,168,183)

Color info

#7BA8B7 contains mainly green and blue colors. Web safe color of #7BA8B7 is #6699CC (or #69C).

RGB color model

#7BA8B7 color RGB value is (123,168,183).

RGB: (123,168,183) (48%, 66%, 72%)

RGB channels and saturation

R 123 of 255 = 48%
G 168 of 255 = 66%
B 183 of 255 = 72%

123
168
183

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

Portions of RGB colors in percentages

R + G + B = 123 + 168 + 183 = 474 (100%)
R 123 of 474 ~ 25.95%
G 168 of 474 ~ 35.44%
B 183 of 474 ~ 38.61'%

%25.95
%35.44
%38.61

CMYK color model

#7BA8B7 color CMYK value is (33,8,0,28).

  • cyan value is 32.79%
  • magenta value is 8.20%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (33,8,0,28)
C33M8Y0K28 (33%, 8%, 0%, 28%)
(0.33 / 0.08 / 0.00 / 0.28)

CMYK percentages

%32.79
%8.2
%0
%28.24

Codes

Color #7BA8B7 in popluar color models

7B A8 B7
RGB 123 168 183
HSL 195° 29.41% 60.00%
HSB/HSV 195° 32.79% 71.76%
CMYK 32.79% 8.20% 0.00%
28.24%

Color #7BA8B7 in popluar number systems.

HEX 7B A8 B7
Decimal 123 168 183
Binary 1111011 10101000 10110111
Octal 173 250 267

Shades and tints

Shades of #7BA8B7

#7BA8B7
(123,168,183)
#7099A7
(112,153,167)
#658A97
(101,138,151)
#5A7B87
(90,123,135)
#4F6C77
(79,108,119)
#445D67
(68,93,103)
#394E57
(57,78,87)
#2E3F47
(46,63,71)
#233037
(35,48,55)
#182127
(24,33,39)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #7BA8B7

#7BA8B7
(123,168,183)
#87AFBD
(135,175,189)
#93B6C3
(147,182,195)
#9FBDC9
(159,189,201)
#ABC4CF
(171,196,207)
#B7CBD5
(183,203,213)
#C3D2DB
(195,210,219)
#CFD9E1
(207,217,225)
#DBE0E7
(219,224,231)
#E7E7ED
(231,231,237)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA8B7; }

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

This text font color is #7BA8B7.

Background Color

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

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

This div background color is #7BA8B7.

Border color

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

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

This div border color is #7BA8B7.

Opacity

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

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

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

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

This text has shadow with #7BA8B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA8B7.

Preview

Color preview on black background

This text has color #7BA8B7 on black background.


Color preview on white background

This text has color #7BA8B7 on white background.


Black color preview on #7BA8B7 background

This text has black color on #7BA8B7 background.


White color preview on #7BA8B7 background

This text has white color on #7BA8B7 background.


Related colors

Complementary color

Complementary color for #hex is #845748.


I love getcolorcode.com

Triadic colors

1 #B77BA8 and #A8B77B with #7BA8B7 are triadic colors.

2 #B7A87B and #A87BB7 with #7BA8B7 are triadic colors.