COLOR #7B99B3

HEX: #7B99B3 RGB: (123,153,179)

Color info

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

RGB color model

#7B99B3 color RGB value is (123,153,179).

RGB: (123,153,179) (48%, 60%, 70%)

RGB channels and saturation

R 123 of 255 = 48%
G 153 of 255 = 60%
B 179 of 255 = 70%

123
153
179

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

Portions of RGB colors in percentages

R + G + B = 123 + 153 + 179 = 455 (100%)
R 123 of 455 ~ 27.03%
G 153 of 455 ~ 33.63%
B 179 of 455 ~ 39.34'%

%27.03
%33.63
%39.34

CMYK color model

#7B99B3 color CMYK value is (31,15,0,30).

  • cyan value is 31.28%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (31,15,0,30) C31M15Y0K30 (31%,15%,0%,30%) (0.31/0.15/0.00/0.30) 

CMYK percentages

%31.28
%14.53
%0
%29.8

Codes

Color #7B99B3 in popluar color models

7B 99 B3
RGB 123 153 179
HSL 208° 26.92% 59.22%
HSB/HSV 208° 31.28% 70.20%
CMYK 31.28% 14.53% 0.00%
29.80%

Color #7B99B3 in popluar number systems.

HEX 7B 99 B3
Decimal 123 153 179
Binary 1111011 10011001 10110011
Octal 173 231 263

Shades and tints

Shades of #7B99B3

#7B99B3
(123,153,179)
#708CA3
(112,140,163)
#657F93
(101,127,147)
#5A7283
(90,114,131)
#4F6573
(79,101,115)
#445863
(68,88,99)
#394B53
(57,75,83)
#2E3E43
(46,62,67)
#233133
(35,49,51)
#182423
(24,36,35)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #7B99B3

#7B99B3
(123,153,179)
#87A2B9
(135,162,185)
#93ABBF
(147,171,191)
#9FB4C5
(159,180,197)
#ABBDCB
(171,189,203)
#B7C6D1
(183,198,209)
#C3CFD7
(195,207,215)
#CFD8DD
(207,216,221)
#DBE1E3
(219,225,227)
#E7EAE9
(231,234,233)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B99B3 color. Also use rgb(123,153,179) instead hex code.

Text Font Color

.myTextColor { color: #7B99B3; }

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

This text font color is #7B99B3.

Background Color

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

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

This div background color is #7B99B3.

Border color

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

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

This div border color is #7B99B3.

Opacity

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

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

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

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

This text has shadow with #7B99B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B99B3.

Preview

Color preview on black background

This text has color #7B99B3 on black background.


Color preview on white background

This text has color #7B99B3 on white background.


Black color preview on #7B99B3 background

This text has black color on #7B99B3 background.


White color preview on #7B99B3 background

This text has white color on #7B99B3 background.


Related colors

Complementary color

Complementary color for #hex is #84664C.


I love getcolorcode.com

Triadic colors

1 #B37B99 and #99B37B with #7B99B3 are triadic colors.

2 #B3997B and #997BB3 with #7B99B3 are triadic colors.