COLOR #7188B8

HEX: #7188B8
RGB: (113,136,184)

Color info

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

RGB color model

#7188B8 color RGB value is (113,136,184).

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

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 184 of 255 = 72%

113
136
184

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

Portions of RGB colors in percentages

R + G + B =
113 + 136 + 184 = 433 (100%)
R 113 of 433 ~ 26.1%
G 136 of 433 ~ 31.41%
B 184 of 433 ~ 42.49%

%26.1
%31.41
%42.49

CMYK color model

#7188B8 color CMYK value is (39,26,0,28).

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

CMYK percentages

%38.59
%26.09
%0
%27.84

Codes

Color #7188B8 in popluar color models

7188B8
RGB113136184
HSL221°33.33%58.24%
HSB/HSV221°38.59%72.16%
CMYK38.59%26.09%0.00%
27.84%

Color #7188B8 in popluar number systems.

HEX7188B8
Decimal113136184
Binary11100011000100010111000
Octal161210270

Shades and tints

Shades of #7188B8

#7188B8
(113,136,184)
#677CA8
(103,124,168)
#5D7098
(93,112,152)
#536488
(83,100,136)
#495878
(73,88,120)
#3F4C68
(63,76,104)
#354058
(53,64,88)
#2B3448
(43,52,72)
#212838
(33,40,56)
#171C28
(23,28,40)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #7188B8

#7188B8
(113,136,184)
#7D92BE
(125,146,190)
#899CC4
(137,156,196)
#95A6CA
(149,166,202)
#A1B0D0
(161,176,208)
#ADBAD6
(173,186,214)
#B9C4DC
(185,196,220)
#C5CEE2
(197,206,226)
#D1D8E8
(209,216,232)
#DDE2EE
(221,226,238)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7188B8; }

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

This text font color is #7188B8.


Background Color

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

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

This div background color is #7188B8.


Border color

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

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

This div border color is #7188B8.


Opacity

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

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

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

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

This text has shadow with #7188B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7188B8 on black background.


Color preview on white background

This text has color #7188B8 on white background.



Black color preview on #7188B8 background

This text has black color on #7188B8 background.


White color preview on #7188B8 background

This text has white color on #7188B8 background.