COLOR #7188A0

HEX: #7188A0
RGB: (113,136,160)

Color info

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

RGB color model

#7188A0 color RGB value is (113,136,160).

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

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 160 of 255 = 63%

113
136
160

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

Portions of RGB colors in percentages

R + G + B =
113 + 136 + 160 = 409 (100%)
R 113 of 409 ~ 27.63%
G 136 of 409 ~ 33.25%
B 160 of 409 ~ 39.12%

%27.63
%33.25
%39.12

CMYK color model

#7188A0 color CMYK value is (29,15,0,37).

  • cyan value is 29.38%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(29,15,0,37)
C29M15Y0K37 
(29%,15%,0%,37%)
(0.29/0.15/0.00/0.37)	

CMYK percentages

%29.38
%15
%0
%37.25

Codes

Color #7188A0 in popluar color models

7188A0
RGB113136160
HSL211°19.83%53.53%
HSB/HSV211°29.38%62.75%
CMYK29.38%15.00%0.00%
37.25%

Color #7188A0 in popluar number systems.

HEX7188A0
Decimal113136160
Binary11100011000100010100000
Octal161210240

Shades and tints

Shades of #7188A0

#7188A0
(113,136,160)
#677C92
(103,124,146)
#5D7084
(93,112,132)
#536476
(83,100,118)
#495868
(73,88,104)
#3F4C5A
(63,76,90)
#35404C
(53,64,76)
#2B343E
(43,52,62)
#212830
(33,40,48)
#171C22
(23,28,34)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #7188A0

#7188A0
(113,136,160)
#7D92A8
(125,146,168)
#899CB0
(137,156,176)
#95A6B8
(149,166,184)
#A1B0C0
(161,176,192)
#ADBAC8
(173,186,200)
#B9C4D0
(185,196,208)
#C5CED8
(197,206,216)
#D1D8E0
(209,216,224)
#DDE2E8
(221,226,232)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7188A0; }

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

This text font color is #7188A0.


Background Color

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

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

This div background color is #7188A0.


Border color

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

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

This div border color is #7188A0.


Opacity

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

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

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

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

This text has shadow with #7188A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7188A0 on black background.


Color preview on white background

This text has color #7188A0 on white background.



Black color preview on #7188A0 background

This text has black color on #7188A0 background.


White color preview on #7188A0 background

This text has white color on #7188A0 background.