COLOR #7B8FAA

HEX: #7B8FAA RGB: (123,143,170)

Color info

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

RGB color model

#7B8FAA color RGB value is (123,143,170).

RGB: (123,143,170) (48%, 56%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 143 of 255 = 56%
B 170 of 255 = 67%

123
143
170

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

Portions of RGB colors in percentages

R + G + B = 123 + 143 + 170 = 436 (100%)
R 123 of 436 ~ 28.21%
G 143 of 436 ~ 32.8%
B 170 of 436 ~ 38.99'%

%28.21
%32.8
%38.99

CMYK color model

#7B8FAA color CMYK value is (28,16,0,33).

  • cyan value is 27.65%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (28,16,0,33) C28M16Y0K33 (28%,16%,0%,33%) (0.28/0.16/0.00/0.33) 

CMYK percentages

%27.65
%15.88
%0
%33.33

Codes

Color #7B8FAA in popluar color models

7B 8F AA
RGB 123 143 170
HSL 214° 21.66% 57.45%
HSB/HSV 214° 27.65% 66.67%
CMYK 27.65% 15.88% 0.00%
33.33%

Color #7B8FAA in popluar number systems.

HEX 7B 8F AA
Decimal 123 143 170
Binary 1111011 10001111 10101010
Octal 173 217 252

Shades and tints

Shades of #7B8FAA

#7B8FAA
(123,143,170)
#70829B
(112,130,155)
#65758C
(101,117,140)
#5A687D
(90,104,125)
#4F5B6E
(79,91,110)
#444E5F
(68,78,95)
#394150
(57,65,80)
#2E3441
(46,52,65)
#232732
(35,39,50)
#181A23
(24,26,35)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #7B8FAA

#7B8FAA
(123,143,170)
#8799B1
(135,153,177)
#93A3B8
(147,163,184)
#9FADBF
(159,173,191)
#ABB7C6
(171,183,198)
#B7C1CD
(183,193,205)
#C3CBD4
(195,203,212)
#CFD5DB
(207,213,219)
#DBDFE2
(219,223,226)
#E7E9E9
(231,233,233)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8FAA color. Also use rgb(123,143,170) instead hex code.

Text Font Color

.myTextColor { color: #7B8FAA; }

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

This text font color is #7B8FAA.

Background Color

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

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

This div background color is #7B8FAA.

Border color

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

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

This div border color is #7B8FAA.

Opacity

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

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

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

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

This text has shadow with #7B8FAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8FAA.

Preview

Color preview on black background

This text has color #7B8FAA on black background.


Color preview on white background

This text has color #7B8FAA on white background.


Black color preview on #7B8FAA background

This text has black color on #7B8FAA background.


White color preview on #7B8FAA background

This text has white color on #7B8FAA background.


Related colors

Complementary color

Complementary color for #hex is #847055.


I love getcolorcode.com

Triadic colors

1 #AA7B8F and #8FAA7B with #7B8FAA are triadic colors.

2 #AA8F7B and #8F7BAA with #7B8FAA are triadic colors.