COLOR #7187B0

HEX: #7187B0
RGB: (113,135,176)

Color info

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

RGB color model

#7187B0 color RGB value is (113,135,176).

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

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 176 of 255 = 69%

113
135
176

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 176 = 424 (100%)
R 113 of 424 ~ 26.65%
G 135 of 424 ~ 31.84%
B 176 of 424 ~ 41.51%

%26.65
%31.84
%41.51

CMYK color model

#7187B0 color CMYK value is (36,23,0,31).

  • cyan value is 35.80%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(36,23,0,31)
C36M23Y0K31 
(36%,23%,0%,31%)
(0.36/0.23/0.00/0.31)	

CMYK percentages

%35.8
%23.3
%0
%30.98

Codes

Color #7187B0 in popluar color models

7187B0
RGB113135176
HSL219°28.51%56.67%
HSB/HSV219°35.80%69.02%
CMYK35.80%23.30%0.00%
30.98%

Color #7187B0 in popluar number systems.

HEX7187B0
Decimal113135176
Binary11100011000011110110000
Octal161207260

Shades and tints

Shades of #7187B0

#7187B0
(113,135,176)
#677BA0
(103,123,160)
#5D6F90
(93,111,144)
#536380
(83,99,128)
#495770
(73,87,112)
#3F4B60
(63,75,96)
#353F50
(53,63,80)
#2B3340
(43,51,64)
#212730
(33,39,48)
#171B20
(23,27,32)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #7187B0

#7187B0
(113,135,176)
#7D91B7
(125,145,183)
#899BBE
(137,155,190)
#95A5C5
(149,165,197)
#A1AFCC
(161,175,204)
#ADB9D3
(173,185,211)
#B9C3DA
(185,195,218)
#C5CDE1
(197,205,225)
#D1D7E8
(209,215,232)
#DDE1EF
(221,225,239)
#E9EBF6
(233,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7187B0; }

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

This text font color is #7187B0.


Background Color

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

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

This div background color is #7187B0.


Border color

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

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

This div border color is #7187B0.


Opacity

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

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

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

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

This text has shadow with #7187B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7187B0 on black background.


Color preview on white background

This text has color #7187B0 on white background.



Black color preview on #7187B0 background

This text has black color on #7187B0 background.


White color preview on #7187B0 background

This text has white color on #7187B0 background.