COLOR #7288AA

HEX: #7288AA
RGB: (114,136,170)

Color info

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

RGB color model

#7288AA color RGB value is (114,136,170).

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

RGB channels and saturation

R 114 of 255 = 45%
G 136 of 255 = 53%
B 170 of 255 = 67%

114
136
170

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

Portions of RGB colors in percentages

R + G + B =
114 + 136 + 170 = 420 (100%)
R 114 of 420 ~ 27.14%
G 136 of 420 ~ 32.38%
B 170 of 420 ~ 40.48%

%27.14
%32.38
%40.48

CMYK color model

#7288AA color CMYK value is (33,20,0,33).

  • cyan value is 32.94%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(33,20,0,33)
C33M20Y0K33 
(33%,20%,0%,33%)
(0.33/0.20/0.00/0.33)	

CMYK percentages

%32.94
%20
%0
%33.33

Codes

Color #7288AA in popluar color models

7288AA
RGB114136170
HSL216°24.78%55.69%
HSB/HSV216°32.94%66.67%
CMYK32.94%20.00%0.00%
33.33%

Color #7288AA in popluar number systems.

HEX7288AA
Decimal114136170
Binary11100101000100010101010
Octal162210252

Shades and tints

Shades of #7288AA

#7288AA
(114,136,170)
#687C9B
(104,124,155)
#5E708C
(94,112,140)
#54647D
(84,100,125)
#4A586E
(74,88,110)
#404C5F
(64,76,95)
#364050
(54,64,80)
#2C3441
(44,52,65)
#222832
(34,40,50)
#181C23
(24,28,35)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #7288AA

#7288AA
(114,136,170)
#7E92B1
(126,146,177)
#8A9CB8
(138,156,184)
#96A6BF
(150,166,191)
#A2B0C6
(162,176,198)
#AEBACD
(174,186,205)
#BAC4D4
(186,196,212)
#C6CEDB
(198,206,219)
#D2D8E2
(210,216,226)
#DEE2E9
(222,226,233)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7288AA; }

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

This text font color is #7288AA.


Background Color

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

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

This div background color is #7288AA.


Border color

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

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

This div border color is #7288AA.


Opacity

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

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

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

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

This text has shadow with #7288AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7288AA on black background.


Color preview on white background

This text has color #7288AA on white background.



Black color preview on #7288AA background

This text has black color on #7288AA background.


White color preview on #7288AA background

This text has white color on #7288AA background.