COLOR #7187B3

HEX: #7187B3
RGB: (113,135,179)

Color info

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

RGB color model

#7187B3 color RGB value is (113,135,179).

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

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 179 of 255 = 70%

113
135
179

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 179 = 427 (100%)
R 113 of 427 ~ 26.46%
G 135 of 427 ~ 31.62%
B 179 of 427 ~ 41.92%

%26.46
%31.62
%41.92

CMYK color model

#7187B3 color CMYK value is (37,25,0,30).

  • cyan value is 36.87%
  • magenta value is 24.58%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(37,25,0,30)
C37M25Y0K30 
(37%,25%,0%,30%)
(0.37/0.25/0.00/0.30)	

CMYK percentages

%36.87
%24.58
%0
%29.8

Codes

Color #7187B3 in popluar color models

7187B3
RGB113135179
HSL220°30.28%57.25%
HSB/HSV220°36.87%70.20%
CMYK36.87%24.58%0.00%
29.80%

Color #7187B3 in popluar number systems.

HEX7187B3
Decimal113135179
Binary11100011000011110110011
Octal161207263

Shades and tints

Shades of #7187B3

#7187B3
(113,135,179)
#677BA3
(103,123,163)
#5D6F93
(93,111,147)
#536383
(83,99,131)
#495773
(73,87,115)
#3F4B63
(63,75,99)
#353F53
(53,63,83)
#2B3343
(43,51,67)
#212733
(33,39,51)
#171B23
(23,27,35)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #7187B3

#7187B3
(113,135,179)
#7D91B9
(125,145,185)
#899BBF
(137,155,191)
#95A5C5
(149,165,197)
#A1AFCB
(161,175,203)
#ADB9D1
(173,185,209)
#B9C3D7
(185,195,215)
#C5CDDD
(197,205,221)
#D1D7E3
(209,215,227)
#DDE1E9
(221,225,233)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7187B3; }

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

This text font color is #7187B3.


Background Color

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

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

This div background color is #7187B3.


Border color

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

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

This div border color is #7187B3.


Opacity

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

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

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

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

This text has shadow with #7187B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7187B3 on black background.


Color preview on white background

This text has color #7187B3 on white background.



Black color preview on #7187B3 background

This text has black color on #7187B3 background.


White color preview on #7187B3 background

This text has white color on #7187B3 background.