COLOR #7BA3B7

HEX: #7BA3B7 RGB: (123,163,183)

Color info

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

RGB color model

#7BA3B7 color RGB value is (123,163,183).

RGB: (123,163,183) (48%, 64%, 72%)

RGB channels and saturation

R 123 of 255 = 48%
G 163 of 255 = 64%
B 183 of 255 = 72%

123
163
183

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

Portions of RGB colors in percentages

R + G + B = 123 + 163 + 183 = 469 (100%)
R 123 of 469 ~ 26.23%
G 163 of 469 ~ 34.75%
B 183 of 469 ~ 39.02'%

%26.23
%34.75
%39.02

CMYK color model

#7BA3B7 color CMYK value is (33,11,0,28).

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

CMYK: (33,11,0,28)
C33M11Y0K28 (33%, 11%, 0%, 28%)
(0.33 / 0.11 / 0.00 / 0.28)

CMYK percentages

%32.79
%10.93
%0
%28.24

Codes

Color #7BA3B7 in popluar color models

7B A3 B7
RGB 123 163 183
HSL 200° 29.41% 60.00%
HSB/HSV 200° 32.79% 71.76%
CMYK 32.79% 10.93% 0.00%
28.24%

Color #7BA3B7 in popluar number systems.

HEX 7B A3 B7
Decimal 123 163 183
Binary 1111011 10100011 10110111
Octal 173 243 267

Shades and tints

Shades of #7BA3B7

#7BA3B7
(123,163,183)
#7095A7
(112,149,167)
#658797
(101,135,151)
#5A7987
(90,121,135)
#4F6B77
(79,107,119)
#445D67
(68,93,103)
#394F57
(57,79,87)
#2E4147
(46,65,71)
#233337
(35,51,55)
#182527
(24,37,39)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #7BA3B7

#7BA3B7
(123,163,183)
#87ABBD
(135,171,189)
#93B3C3
(147,179,195)
#9FBBC9
(159,187,201)
#ABC3CF
(171,195,207)
#B7CBD5
(183,203,213)
#C3D3DB
(195,211,219)
#CFDBE1
(207,219,225)
#DBE3E7
(219,227,231)
#E7EBED
(231,235,237)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA3B7; }

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

This text font color is #7BA3B7.

Background Color

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

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

This div background color is #7BA3B7.

Border color

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

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

This div border color is #7BA3B7.

Opacity

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

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

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

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

This text has shadow with #7BA3B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA3B7.

Preview

Color preview on black background

This text has color #7BA3B7 on black background.


Color preview on white background

This text has color #7BA3B7 on white background.


Black color preview on #7BA3B7 background

This text has black color on #7BA3B7 background.


White color preview on #7BA3B7 background

This text has white color on #7BA3B7 background.


Related colors

Complementary color

Complementary color for #hex is #845C48.


I love getcolorcode.com

Triadic colors

1 #B77BA3 and #A3B77B with #7BA3B7 are triadic colors.

2 #B7A37B and #A37BB7 with #7BA3B7 are triadic colors.