COLOR #187180

HEX: #187180
RGB: (24,113,128)

Color info

#187180 contains mainly green and blue colors. Web safe color of #187180 is #006666 (or #066).

RGB color model

#187180 color RGB value is (24,113,128).

  • red value is 24;
  • green value is 113;
  • blue value is 128.
RGB:
(24,113,128)
(9%,44%,50%)

RGB channels and saturation

R 24 of 255 = 9%
G 113 of 255 = 44%
B 128 of 255 = 50%

24
113
128

R + G + B ~ 34%. #187180 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 113 + 128 = 265 (100%)
R 24 of 265 ~ 9.06%
G 113 of 265 ~ 42.64%
B 128 of 265 ~ 48.3%

%42.64
%48.3

CMYK color model

#187180 color CMYK value is (81,12,0,50).

  • cyan value is 81.25%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(81,12,0,50)
C81M12Y0K50 
(81%,12%,0%,50%)
(0.81/0.12/0.00/0.50)	

CMYK percentages

%81.25
%11.72
%0
%49.8

Codes

Color #187180 in popluar color models

187180
RGB24113128
HSL189°68.42%29.80%
HSB/HSV189°81.25%50.20%
CMYK81.25%11.72%0.00%
49.80%

Color #187180 in popluar number systems.

HEX187180
Decimal24113128
Binary11000111000110000000
Octal30161200

Shades and tints

Shades of #187180

#187180
(24,113,128)
#166775
(22,103,117)
#145D6A
(20,93,106)
#12535F
(18,83,95)
#104954
(16,73,84)
#0E3F49
(14,63,73)
#0C353E
(12,53,62)
#0A2B33
(10,43,51)
#082128
(8,33,40)
#06171D
(6,23,29)
#040D12
(4,13,18)
#000000
(0,0,0)

Tints of #187180

#187180
(24,113,128)
#2D7D8B
(45,125,139)
#428996
(66,137,150)
#5795A1
(87,149,161)
#6CA1AC
(108,161,172)
#81ADB7
(129,173,183)
#96B9C2
(150,185,194)
#ABC5CD
(171,197,205)
#C0D1D8
(192,209,216)
#D5DDE3
(213,221,227)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187180 color. Also use rgb(24,113,128) instead hex code.

Text Font Color

.myTextColor { color: #187180; }

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

This text font color is #187180.


Background Color

.myBgColor { background-color: #187180; }

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

This div background color is #187180.


Border color

.myBorderColor { border: 1px solid #187180; }

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

This div border color is #187180.


Opacity

.myOpacity80 { color: #187180; opacity: 0.8; }

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

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

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

This text has shadow with #187180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187180 on black background.


Color preview on white background

This text has color #187180 on white background.



Black color preview on #187180 background

This text has black color on #187180 background.


White color preview on #187180 background

This text has white color on #187180 background.