COLOR #7188A5

HEX: #7188A5
RGB: (113,136,165)

Color info

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

RGB color model

#7188A5 color RGB value is (113,136,165).

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

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 165 of 255 = 65%

113
136
165

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

Portions of RGB colors in percentages

R + G + B =
113 + 136 + 165 = 414 (100%)
R 113 of 414 ~ 27.29%
G 136 of 414 ~ 32.85%
B 165 of 414 ~ 39.86%

%27.29
%32.85
%39.86

CMYK color model

#7188A5 color CMYK value is (32,18,0,35).

  • cyan value is 31.52%
  • magenta value is 17.58%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(32,18,0,35)
C32M18Y0K35 
(32%,18%,0%,35%)
(0.32/0.18/0.00/0.35)	

CMYK percentages

%31.52
%17.58
%0
%35.29

Codes

Color #7188A5 in popluar color models

7188A5
RGB113136165
HSL213°22.41%54.51%
HSB/HSV213°31.52%64.71%
CMYK31.52%17.58%0.00%
35.29%

Color #7188A5 in popluar number systems.

HEX7188A5
Decimal113136165
Binary11100011000100010100101
Octal161210245

Shades and tints

Shades of #7188A5

#7188A5
(113,136,165)
#677C96
(103,124,150)
#5D7087
(93,112,135)
#536478
(83,100,120)
#495869
(73,88,105)
#3F4C5A
(63,76,90)
#35404B
(53,64,75)
#2B343C
(43,52,60)
#21282D
(33,40,45)
#171C1E
(23,28,30)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #7188A5

#7188A5
(113,136,165)
#7D92AD
(125,146,173)
#899CB5
(137,156,181)
#95A6BD
(149,166,189)
#A1B0C5
(161,176,197)
#ADBACD
(173,186,205)
#B9C4D5
(185,196,213)
#C5CEDD
(197,206,221)
#D1D8E5
(209,216,229)
#DDE2ED
(221,226,237)
#E9ECF5
(233,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7188A5; }

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

This text font color is #7188A5.


Background Color

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

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

This div background color is #7188A5.


Border color

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

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

This div border color is #7188A5.


Opacity

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

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

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

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

This text has shadow with #7188A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7188A5 on black background.


Color preview on white background

This text has color #7188A5 on white background.



Black color preview on #7188A5 background

This text has black color on #7188A5 background.


White color preview on #7188A5 background

This text has white color on #7188A5 background.