COLOR #7088B7

HEX: #7088B7 RGB: (112,136,183)

Color info

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

RGB color model

#7088B7 color RGB value is (112,136,183).

RGB: (112,136,183) (44%, 53%, 72%)

RGB channels and saturation

R 112 of 255 = 44%
G 136 of 255 = 53%
B 183 of 255 = 72%

112
136
183

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

Portions of RGB colors in percentages

R + G + B = 112 + 136 + 183 = 431 (100%)
R 112 of 431 ~ 25.99%
G 136 of 431 ~ 31.55%
B 183 of 431 ~ 42.46'%

%25.99
%31.55
%42.46

CMYK color model

#7088B7 color CMYK value is (39,26,0,28).

  • cyan value is 38.80%
  • magenta value is 25.68%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (39,26,0,28) C39M26Y0K28 (39%,26%,0%,28%) (0.39/0.26/0.00/0.28) 

CMYK percentages

%38.8
%25.68
%0
%28.24

Codes

Color #7088B7 in popluar color models

70 88 B7
RGB 112 136 183
HSL 220° 33.02% 57.84%
HSB/HSV 220° 38.80% 71.76%
CMYK 38.80% 25.68% 0.00%
28.24%

Color #7088B7 in popluar number systems.

HEX 70 88 B7
Decimal 112 136 183
Binary 1110000 10001000 10110111
Octal 160 210 267

Shades and tints

Shades of #7088B7

#7088B7
(112,136,183)
#667CA7
(102,124,167)
#5C7097
(92,112,151)
#526487
(82,100,135)
#485877
(72,88,119)
#3E4C67
(62,76,103)
#344057
(52,64,87)
#2A3447
(42,52,71)
#202837
(32,40,55)
#161C27
(22,28,39)
#0C1017
(12,16,23)
#000000
(0,0,0)

Tints of #7088B7

#7088B7
(112,136,183)
#7D92BD
(125,146,189)
#8A9CC3
(138,156,195)
#97A6C9
(151,166,201)
#A4B0CF
(164,176,207)
#B1BAD5
(177,186,213)
#BEC4DB
(190,196,219)
#CBCEE1
(203,206,225)
#D8D8E7
(216,216,231)
#E5E2ED
(229,226,237)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7088B7; }

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

This text font color is #7088B7.

Background Color

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

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

This div background color is #7088B7.

Border color

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

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

This div border color is #7088B7.

Opacity

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

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

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

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

This text has shadow with #7088B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7088B7.

Preview

Color preview on black background

This text has color #7088B7 on black background.


Color preview on white background

This text has color #7088B7 on white background.


Black color preview on #7088B7 background

This text has black color on #7088B7 background.


White color preview on #7088B7 background

This text has white color on #7088B7 background.


Related colors

Complementary color

Complementary color for #hex is #8F7748.


I love getcolorcode.com

Triadic colors

1 #B77088 and #88B770 with #7088B7 are triadic colors.

2 #B78870 and #8870B7 with #7088B7 are triadic colors.