COLOR #7188B9

HEX: #7188B9
RGB: (113,136,185)

Color info

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

RGB color model

#7188B9 color RGB value is (113,136,185).

  • red value is 113;
  • green value is 136;
  • blue value is 185.
RGB:
(113,136,185)
(44%,53%,73%)

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 185 of 255 = 73%

113
136
185

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

Portions of RGB colors in percentages

R + G + B =
113 + 136 + 185 = 434 (100%)
R 113 of 434 ~ 26.04%
G 136 of 434 ~ 31.34%
B 185 of 434 ~ 42.63%

%26.04
%31.34
%42.63

CMYK color model

#7188B9 color CMYK value is (39,26,0,27).

  • cyan value is 38.92%
  • magenta value is 26.49%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(39,26,0,27)
C39M26Y0K27 
(39%,26%,0%,27%)
(0.39/0.26/0.00/0.27)	

CMYK percentages

%38.92
%26.49
%0
%27.45

Codes

Color #7188B9 in popluar color models

7188B9
RGB113136185
HSL221°33.96%58.43%
HSB/HSV221°38.92%72.55%
CMYK38.92%26.49%0.00%
27.45%

Color #7188B9 in popluar number systems.

HEX7188B9
Decimal113136185
Binary11100011000100010111001
Octal161210271

Shades and tints

Shades of #7188B9

#7188B9
(113,136,185)
#677CA9
(103,124,169)
#5D7099
(93,112,153)
#536489
(83,100,137)
#495879
(73,88,121)
#3F4C69
(63,76,105)
#354059
(53,64,89)
#2B3449
(43,52,73)
#212839
(33,40,57)
#171C29
(23,28,41)
#0D1019
(13,16,25)
#000000
(0,0,0)

Tints of #7188B9

#7188B9
(113,136,185)
#7D92BF
(125,146,191)
#899CC5
(137,156,197)
#95A6CB
(149,166,203)
#A1B0D1
(161,176,209)
#ADBAD7
(173,186,215)
#B9C4DD
(185,196,221)
#C5CEE3
(197,206,227)
#D1D8E9
(209,216,233)
#DDE2EF
(221,226,239)
#E9ECF5
(233,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7188B9 color. Also use rgb(113,136,185) instead hex code.

Text Font Color

.myTextColor { color: #7188B9; }

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

This text font color is #7188B9.


Background Color

.myBgColor { background-color: #7188B9; }

<div style="background-color:#7188B9">Inner text</div>

This div background color is #7188B9.


Border color

.myBorderColor { border: 1px solid #7188B9; }

<div style="border:3px solid #7188B9">Div</div>

This div border color is #7188B9.


Opacity

.myOpacity80 { color: #7188B9; opacity: 0.8; }

<p style="color:#7188B9;opacity:0.8;">80%</p>

Text with #7188B9 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 #7188B9;}

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

This text has shadow with #7188B9 color.

.textShadow {text-shadow: 3px 3px 1px #7188B9, 3px 3px 1px red;}

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

This text has shadow with #7188B9 primary color and red secondary color.


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

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

This text has shadow with #7188B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7188B9 on black background.


Color preview on white background

This text has color #7188B9 on white background.



Black color preview on #7188B9 background

This text has black color on #7188B9 background.


White color preview on #7188B9 background

This text has white color on #7188B9 background.