COLOR #7188AD

HEX: #7188AD RGB: (113,136,173)

Color info

#7188AD contains mainly green and blue colors. Web safe color of #7188AD is #669999 (or #699).

RGB color model

#7188AD color RGB value is (113,136,173).

RGB: (113,136,173) (44%, 53%, 68%)

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 173 of 255 = 68%

113
136
173

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

Portions of RGB colors in percentages

R + G + B = 113 + 136 + 173 = 422 (100%)
R 113 of 422 ~ 26.78%
G 136 of 422 ~ 32.23%
B 173 of 422 ~ 41'%

%26.78
%32.23
%41

CMYK color model

#7188AD color CMYK value is (35,21,0,32).

  • cyan value is 34.68%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (35,21,0,32)
C35M21Y0K32 (35%, 21%, 0%, 32%)
(0.35 / 0.21 / 0.00 / 0.32)

CMYK percentages

%34.68
%21.39
%0
%32.16

Codes

Color #7188AD in popluar color models

71 88 AD
RGB 113 136 173
HSL 217° 26.79% 56.08%
HSB/HSV 217° 34.68% 67.84%
CMYK 34.68% 21.39% 0.00%
32.16%

Color #7188AD in popluar number systems.

HEX 71 88 AD
Decimal 113 136 173
Binary 1110001 10001000 10101101
Octal 161 210 255

Shades and tints

Shades of #7188AD

#7188AD
(113,136,173)
#677C9E
(103,124,158)
#5D708F
(93,112,143)
#536480
(83,100,128)
#495871
(73,88,113)
#3F4C62
(63,76,98)
#354053
(53,64,83)
#2B3444
(43,52,68)
#212835
(33,40,53)
#171C26
(23,28,38)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #7188AD

#7188AD
(113,136,173)
#7D92B4
(125,146,180)
#899CBB
(137,156,187)
#95A6C2
(149,166,194)
#A1B0C9
(161,176,201)
#ADBAD0
(173,186,208)
#B9C4D7
(185,196,215)
#C5CEDE
(197,206,222)
#D1D8E5
(209,216,229)
#DDE2EC
(221,226,236)
#E9ECF3
(233,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7188AD; }

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

This text font color is #7188AD.

Background Color

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

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

This div background color is #7188AD.

Border color

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

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

This div border color is #7188AD.

Opacity

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

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

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

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

This text has shadow with #7188AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7188AD.

Preview

Color preview on black background

This text has color #7188AD on black background.


Color preview on white background

This text has color #7188AD on white background.


Black color preview on #7188AD background

This text has black color on #7188AD background.


White color preview on #7188AD background

This text has white color on #7188AD background.


Related colors

Complementary color

Complementary color for #hex is #8E7752.


I love getcolorcode.com

Triadic colors

1 #AD7188 and #88AD71 with #7188AD are triadic colors.

2 #AD8871 and #8871AD with #7188AD are triadic colors.