COLOR #7088AC

HEX: #7088AC
RGB: (112,136,172)

Color info

#7088AC contains mainly green and blue colors. Web safe color of #7088AC is #669999 (or #699).

RGB color model

#7088AC color RGB value is (112,136,172).

  • red value is 112;
  • green value is 136;
  • blue value is 172.
RGB:
(112,136,172)
(44%,53%,67%)

RGB channels and saturation

R 112 of 255 = 44%
G 136 of 255 = 53%
B 172 of 255 = 67%

112
136
172

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

Portions of RGB colors in percentages

R + G + B =
112 + 136 + 172 = 420 (100%)
R 112 of 420 ~ 26.67%
G 136 of 420 ~ 32.38%
B 172 of 420 ~ 40.95%

%26.67
%32.38
%40.95

CMYK color model

#7088AC color CMYK value is (35,21,0,33).

  • cyan value is 34.88%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(35,21,0,33)
C35M21Y0K33 
(35%,21%,0%,33%)
(0.35/0.21/0.00/0.33)	

CMYK percentages

%34.88
%20.93
%0
%32.55

Codes

Color #7088AC in popluar color models

7088AC
RGB112136172
HSL216°26.55%55.69%
HSB/HSV216°34.88%67.45%
CMYK34.88%20.93%0.00%
32.55%

Color #7088AC in popluar number systems.

HEX7088AC
Decimal112136172
Binary11100001000100010101100
Octal160210254

Shades and tints

Shades of #7088AC

#7088AC
(112,136,172)
#667C9D
(102,124,157)
#5C708E
(92,112,142)
#52647F
(82,100,127)
#485870
(72,88,112)
#3E4C61
(62,76,97)
#344052
(52,64,82)
#2A3443
(42,52,67)
#202834
(32,40,52)
#161C25
(22,28,37)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #7088AC

#7088AC
(112,136,172)
#7D92B3
(125,146,179)
#8A9CBA
(138,156,186)
#97A6C1
(151,166,193)
#A4B0C8
(164,176,200)
#B1BACF
(177,186,207)
#BEC4D6
(190,196,214)
#CBCEDD
(203,206,221)
#D8D8E4
(216,216,228)
#E5E2EB
(229,226,235)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7088AC color. Also use rgb(112,136,172) instead hex code.

Text Font Color

.myTextColor { color: #7088AC; }

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

This text font color is #7088AC.


Background Color

.myBgColor { background-color: #7088AC; }

<div style="background-color:#7088AC">Inner text</div>

This div background color is #7088AC.


Border color

.myBorderColor { border: 1px solid #7088AC; }

<div style="border:3px solid #7088AC">Div</div>

This div border color is #7088AC.


Opacity

.myOpacity80 { color: #7088AC; opacity: 0.8; }

<p style="color:#7088AC;opacity:0.8;">80%</p>

Text with #7088AC 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 #7088AC;}

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

This text has shadow with #7088AC color.

.textShadow {text-shadow: 3px 3px 1px #7088AC, 3px 3px 1px red;}

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

This text has shadow with #7088AC primary color and red secondary color.


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

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

This text has shadow with #7088AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7088AC on black background.


Color preview on white background

This text has color #7088AC on white background.



Black color preview on #7088AC background

This text has black color on #7088AC background.


White color preview on #7088AC background

This text has white color on #7088AC background.