COLOR #7187A3

HEX: #7187A3
RGB: (113,135,163)

Color info

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

RGB color model

#7187A3 color RGB value is (113,135,163).

  • red value is 113;
  • green value is 135;
  • blue value is 163.
RGB:
(113,135,163)
(44%,53%,64%)

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 163 of 255 = 64%

113
135
163

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 163 = 411 (100%)
R 113 of 411 ~ 27.49%
G 135 of 411 ~ 32.85%
B 163 of 411 ~ 39.66%

%27.49
%32.85
%39.66

CMYK color model

#7187A3 color CMYK value is (31,17,0,36).

  • cyan value is 30.67%
  • magenta value is 17.18%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(31,17,0,36)
C31M17Y0K36 
(31%,17%,0%,36%)
(0.31/0.17/0.00/0.36)	

CMYK percentages

%30.67
%17.18
%0
%36.08

Codes

Color #7187A3 in popluar color models

7187A3
RGB113135163
HSL214°21.37%54.12%
HSB/HSV214°30.67%63.92%
CMYK30.67%17.18%0.00%
36.08%

Color #7187A3 in popluar number systems.

HEX7187A3
Decimal113135163
Binary11100011000011110100011
Octal161207243

Shades and tints

Shades of #7187A3

#7187A3
(113,135,163)
#677B95
(103,123,149)
#5D6F87
(93,111,135)
#536379
(83,99,121)
#49576B
(73,87,107)
#3F4B5D
(63,75,93)
#353F4F
(53,63,79)
#2B3341
(43,51,65)
#212733
(33,39,51)
#171B25
(23,27,37)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #7187A3

#7187A3
(113,135,163)
#7D91AB
(125,145,171)
#899BB3
(137,155,179)
#95A5BB
(149,165,187)
#A1AFC3
(161,175,195)
#ADB9CB
(173,185,203)
#B9C3D3
(185,195,211)
#C5CDDB
(197,205,219)
#D1D7E3
(209,215,227)
#DDE1EB
(221,225,235)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7187A3 color. Also use rgb(113,135,163) instead hex code.

Text Font Color

.myTextColor { color: #7187A3; }

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

This text font color is #7187A3.


Background Color

.myBgColor { background-color: #7187A3; }

<div style="background-color:#7187A3">Inner text</div>

This div background color is #7187A3.


Border color

.myBorderColor { border: 1px solid #7187A3; }

<div style="border:3px solid #7187A3">Div</div>

This div border color is #7187A3.


Opacity

.myOpacity80 { color: #7187A3; opacity: 0.8; }

<p style="color:#7187A3;opacity:0.8;">80%</p>

Text with #7187A3 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 #7187A3;}

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

This text has shadow with #7187A3 color.

.textShadow {text-shadow: 3px 3px 1px #7187A3, 3px 3px 1px red;}

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

This text has shadow with #7187A3 primary color and red secondary color.


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

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

This text has shadow with #7187A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7187A3 on black background.


Color preview on white background

This text has color #7187A3 on white background.



Black color preview on #7187A3 background

This text has black color on #7187A3 background.


White color preview on #7187A3 background

This text has white color on #7187A3 background.