COLOR #7296A8

HEX: #7296A8
RGB: (114,150,168)

Color info

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

RGB color model

#7296A8 color RGB value is (114,150,168).

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

RGB channels and saturation

R 114 of 255 = 45%
G 150 of 255 = 59%
B 168 of 255 = 66%

114
150
168

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

Portions of RGB colors in percentages

R + G + B =
114 + 150 + 168 = 432 (100%)
R 114 of 432 ~ 26.39%
G 150 of 432 ~ 34.72%
B 168 of 432 ~ 38.89%

%26.39
%34.72
%38.89

CMYK color model

#7296A8 color CMYK value is (32,11,0,34).

  • cyan value is 32.14%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(32,11,0,34)
C32M11Y0K34 
(32%,11%,0%,34%)
(0.32/0.11/0.00/0.34)	

CMYK percentages

%32.14
%10.71
%0
%34.12

Codes

Color #7296A8 in popluar color models

7296A8
RGB114150168
HSL200°23.68%55.29%
HSB/HSV200°32.14%65.88%
CMYK32.14%10.71%0.00%
34.12%

Color #7296A8 in popluar number systems.

HEX7296A8
Decimal114150168
Binary11100101001011010101000
Octal162226250

Shades and tints

Shades of #7296A8

#7296A8
(114,150,168)
#688999
(104,137,153)
#5E7C8A
(94,124,138)
#546F7B
(84,111,123)
#4A626C
(74,98,108)
#40555D
(64,85,93)
#36484E
(54,72,78)
#2C3B3F
(44,59,63)
#222E30
(34,46,48)
#182121
(24,33,33)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #7296A8

#7296A8
(114,150,168)
#7E9FAF
(126,159,175)
#8AA8B6
(138,168,182)
#96B1BD
(150,177,189)
#A2BAC4
(162,186,196)
#AEC3CB
(174,195,203)
#BACCD2
(186,204,210)
#C6D5D9
(198,213,217)
#D2DEE0
(210,222,224)
#DEE7E7
(222,231,231)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7296A8; }

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

This text font color is #7296A8.


Background Color

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

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

This div background color is #7296A8.


Border color

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

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

This div border color is #7296A8.


Opacity

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

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

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

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

This text has shadow with #7296A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7296A8 on black background.


Color preview on white background

This text has color #7296A8 on white background.



Black color preview on #7296A8 background

This text has black color on #7296A8 background.


White color preview on #7296A8 background

This text has white color on #7296A8 background.