COLOR #7896B7

HEX: #7896B7 RGB: (120,150,183)

Color info

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

RGB color model

#7896B7 color RGB value is (120,150,183).

RGB: (120,150,183) (47%, 59%, 72%)

RGB channels and saturation

R 120 of 255 = 47%
G 150 of 255 = 59%
B 183 of 255 = 72%

120
150
183

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

Portions of RGB colors in percentages

R + G + B = 120 + 150 + 183 = 453 (100%)
R 120 of 453 ~ 26.49%
G 150 of 453 ~ 33.11%
B 183 of 453 ~ 40.4'%

%26.49
%33.11
%40.4

CMYK color model

#7896B7 color CMYK value is (34,18,0,28).

  • cyan value is 34.43%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (34,18,0,28)
C34M18Y0K28 (34%, 18%, 0%, 28%)
(0.34 / 0.18 / 0.00 / 0.28)

CMYK percentages

%34.43
%18.03
%0
%28.24

Codes

Color #7896B7 in popluar color models

78 96 B7
RGB 120 150 183
HSL 211° 30.43% 59.41%
HSB/HSV 211° 34.43% 71.76%
CMYK 34.43% 18.03% 0.00%
28.24%

Color #7896B7 in popluar number systems.

HEX 78 96 B7
Decimal 120 150 183
Binary 1111000 10010110 10110111
Octal 170 226 267

Shades and tints

Shades of #7896B7

#7896B7
(120,150,183)
#6E89A7
(110,137,167)
#647C97
(100,124,151)
#5A6F87
(90,111,135)
#506277
(80,98,119)
#465567
(70,85,103)
#3C4857
(60,72,87)
#323B47
(50,59,71)
#282E37
(40,46,55)
#1E2127
(30,33,39)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #7896B7

#7896B7
(120,150,183)
#849FBD
(132,159,189)
#90A8C3
(144,168,195)
#9CB1C9
(156,177,201)
#A8BACF
(168,186,207)
#B4C3D5
(180,195,213)
#C0CCDB
(192,204,219)
#CCD5E1
(204,213,225)
#D8DEE7
(216,222,231)
#E4E7ED
(228,231,237)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7896B7 color. Also use rgb(120,150,183) instead hex code.

Text Font Color

.myTextColor { color: #7896B7; }

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

This text font color is #7896B7.

Background Color

.myBgColor { background-color: #7896B7; }

<div style="background-color:#7896B7">Inner text</div>

This div background color is #7896B7.

Border color

.myBorderColor { border: 1px solid #7896B7; }

<div style="border:3px solid #7896B7">Div</div>

This div border color is #7896B7.

Opacity

.myOpacity80 { color: #7896B7; opacity: 0.8; }

<p style="color:#7896B7;opacity:0.8;">80%</p>

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

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

This text has shadow with #7896B7 color.


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

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

This text has shadow with #7896B7 primary color and red secondary color.


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

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

This text has shadow with #7896B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7896B7.

Preview

Color preview on black background

This text has color #7896B7 on black background.


Color preview on white background

This text has color #7896B7 on white background.


Black color preview on #7896B7 background

This text has black color on #7896B7 background.


White color preview on #7896B7 background

This text has white color on #7896B7 background.


Related colors

Complementary color

Complementary color for #hex is #876948.


I love getcolorcode.com

Triadic colors

1 #B77896 and #96B778 with #7896B7 are triadic colors.

2 #B79678 and #9678B7 with #7896B7 are triadic colors.