COLOR #7289AA

HEX: #7289AA
RGB: (114,137,170)

Color info

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

RGB color model

#7289AA color RGB value is (114,137,170).

  • red value is 114;
  • green value is 137;
  • blue value is 170.
RGB:
(114,137,170)
(45%,54%,67%)

RGB channels and saturation

R 114 of 255 = 45%
G 137 of 255 = 54%
B 170 of 255 = 67%

114
137
170

R + G + B ~ 55%. #7289AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 137 + 170 = 421 (100%)
R 114 of 421 ~ 27.08%
G 137 of 421 ~ 32.54%
B 170 of 421 ~ 40.38%

%27.08
%32.54
%40.38

CMYK color model

#7289AA color CMYK value is (33,19,0,33).

  • cyan value is 32.94%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(33,19,0,33)
C33M19Y0K33 
(33%,19%,0%,33%)
(0.33/0.19/0.00/0.33)	

CMYK percentages

%32.94
%19.41
%0
%33.33

Codes

Color #7289AA in popluar color models

7289AA
RGB114137170
HSL215°24.78%55.69%
HSB/HSV215°32.94%66.67%
CMYK32.94%19.41%0.00%
33.33%

Color #7289AA in popluar number systems.

HEX7289AA
Decimal114137170
Binary11100101000100110101010
Octal162211252

Shades and tints

Shades of #7289AA

#7289AA
(114,137,170)
#687D9B
(104,125,155)
#5E718C
(94,113,140)
#54657D
(84,101,125)
#4A596E
(74,89,110)
#404D5F
(64,77,95)
#364150
(54,65,80)
#2C3541
(44,53,65)
#222932
(34,41,50)
#181D23
(24,29,35)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #7289AA

#7289AA
(114,137,170)
#7E93B1
(126,147,177)
#8A9DB8
(138,157,184)
#96A7BF
(150,167,191)
#A2B1C6
(162,177,198)
#AEBBCD
(174,187,205)
#BAC5D4
(186,197,212)
#C6CFDB
(198,207,219)
#D2D9E2
(210,217,226)
#DEE3E9
(222,227,233)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7289AA color. Also use rgb(114,137,170) instead hex code.

Text Font Color

.myTextColor { color: #7289AA; }

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

This text font color is #7289AA.


Background Color

.myBgColor { background-color: #7289AA; }

<div style="background-color:#7289AA">Inner text</div>

This div background color is #7289AA.


Border color

.myBorderColor { border: 1px solid #7289AA; }

<div style="border:3px solid #7289AA">Div</div>

This div border color is #7289AA.


Opacity

.myOpacity80 { color: #7289AA; opacity: 0.8; }

<p style="color:#7289AA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7289AA color.

.textShadow {text-shadow: 3px 3px 1px #7289AA, 3px 3px 1px red;}

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

This text has shadow with #7289AA primary color and red secondary color.


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

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

This text has shadow with #7289AA and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7289AA;
-webkit-box-shadow: 1px 1px 3px 2px #7289AA;
box-shadow:1px 1px 3px 2px #7289AA;">
Div content here</div>
This div box has shadow with color #7289AA.

Preview

Color preview on black background

This text has color #7289AA on black background.


Color preview on white background

This text has color #7289AA on white background.



Black color preview on #7289AA background

This text has black color on #7289AA background.


White color preview on #7289AA background

This text has white color on #7289AA background.