COLOR #7296BA

HEX: #7296BA
RGB: (114,150,186)

Color info

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

RGB color model

#7296BA color RGB value is (114,150,186).

  • red value is 114;
  • green value is 150;
  • blue value is 186.
RGB:
(114,150,186)
(45%,59%,73%)

RGB channels and saturation

R 114 of 255 = 45%
G 150 of 255 = 59%
B 186 of 255 = 73%

114
150
186

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

Portions of RGB colors in percentages

R + G + B =
114 + 150 + 186 = 450 (100%)
R 114 of 450 ~ 25.33%
G 150 of 450 ~ 33.33%
B 186 of 450 ~ 41.33%

%25.33
%33.33
%41.33

CMYK color model

#7296BA color CMYK value is (39,19,0,27).

  • cyan value is 38.71%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(39,19,0,27)
C39M19Y0K27 
(39%,19%,0%,27%)
(0.39/0.19/0.00/0.27)	

CMYK percentages

%38.71
%19.35
%0
%27.06

Codes

Color #7296BA in popluar color models

7296BA
RGB114150186
HSL210°34.29%58.82%
HSB/HSV210°38.71%72.94%
CMYK38.71%19.35%0.00%
27.06%

Color #7296BA in popluar number systems.

HEX7296BA
Decimal114150186
Binary11100101001011010111010
Octal162226272

Shades and tints

Shades of #7296BA

#7296BA
(114,150,186)
#6889AA
(104,137,170)
#5E7C9A
(94,124,154)
#546F8A
(84,111,138)
#4A627A
(74,98,122)
#40556A
(64,85,106)
#36485A
(54,72,90)
#2C3B4A
(44,59,74)
#222E3A
(34,46,58)
#18212A
(24,33,42)
#0E141A
(14,20,26)
#000000
(0,0,0)

Tints of #7296BA

#7296BA
(114,150,186)
#7E9FC0
(126,159,192)
#8AA8C6
(138,168,198)
#96B1CC
(150,177,204)
#A2BAD2
(162,186,210)
#AEC3D8
(174,195,216)
#BACCDE
(186,204,222)
#C6D5E4
(198,213,228)
#D2DEEA
(210,222,234)
#DEE7F0
(222,231,240)
#EAF0F6
(234,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7296BA color. Also use rgb(114,150,186) instead hex code.

Text Font Color

.myTextColor { color: #7296BA; }

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

This text font color is #7296BA.


Background Color

.myBgColor { background-color: #7296BA; }

<div style="background-color:#7296BA">Inner text</div>

This div background color is #7296BA.


Border color

.myBorderColor { border: 1px solid #7296BA; }

<div style="border:3px solid #7296BA">Div</div>

This div border color is #7296BA.


Opacity

.myOpacity80 { color: #7296BA; opacity: 0.8; }

<p style="color:#7296BA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7296BA color.

.textShadow {text-shadow: 3px 3px 1px #7296BA, 3px 3px 1px red;}

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

This text has shadow with #7296BA primary color and red secondary color.


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

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

This text has shadow with #7296BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7296BA on black background.


Color preview on white background

This text has color #7296BA on white background.



Black color preview on #7296BA background

This text has black color on #7296BA background.


White color preview on #7296BA background

This text has white color on #7296BA background.