COLOR #187D89

HEX: #187D89
RGB: (24,125,137)

Color info

#187D89 contains mainly green and blue colors. Web safe color of #187D89 is #006699 (or #069).

RGB color model

#187D89 color RGB value is (24,125,137).

  • red value is 24;
  • green value is 125;
  • blue value is 137.
RGB:
(24,125,137)
(9%,49%,54%)

RGB channels and saturation

R 24 of 255 = 9%
G 125 of 255 = 49%
B 137 of 255 = 54%

24
125
137

R + G + B ~ 37%. #187D89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 125 + 137 = 286 (100%)
R 24 of 286 ~ 8.39%
G 125 of 286 ~ 43.71%
B 137 of 286 ~ 47.9%

%43.71
%47.9

CMYK color model

#187D89 color CMYK value is (82,9,0,46).

  • cyan value is 82.48%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(82,9,0,46)
C82M9Y0K46 
(82%,9%,0%,46%)
(0.82/0.09/0.00/0.46)	

CMYK percentages

%82.48
%8.76
%0
%46.27

Codes

Color #187D89 in popluar color models

187D89
RGB24125137
HSL186°70.19%31.57%
HSB/HSV186°82.48%53.73%
CMYK82.48%8.76%0.00%
46.27%

Color #187D89 in popluar number systems.

HEX187D89
Decimal24125137
Binary11000111110110001001
Octal30175211

Shades and tints

Shades of #187D89

#187D89
(24,125,137)
#16727D
(22,114,125)
#146771
(20,103,113)
#125C65
(18,92,101)
#105159
(16,81,89)
#0E464D
(14,70,77)
#0C3B41
(12,59,65)
#0A3035
(10,48,53)
#082529
(8,37,41)
#061A1D
(6,26,29)
#040F11
(4,15,17)
#000000
(0,0,0)

Tints of #187D89

#187D89
(24,125,137)
#2D8893
(45,136,147)
#42939D
(66,147,157)
#579EA7
(87,158,167)
#6CA9B1
(108,169,177)
#81B4BB
(129,180,187)
#96BFC5
(150,191,197)
#ABCACF
(171,202,207)
#C0D5D9
(192,213,217)
#D5E0E3
(213,224,227)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187D89 color. Also use rgb(24,125,137) instead hex code.

Text Font Color

.myTextColor { color: #187D89; }

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

This text font color is #187D89.


Background Color

.myBgColor { background-color: #187D89; }

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

This div background color is #187D89.


Border color

.myBorderColor { border: 1px solid #187D89; }

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

This div border color is #187D89.


Opacity

.myOpacity80 { color: #187D89; opacity: 0.8; }

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

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

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

This text has shadow with #187D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187D89 on black background.


Color preview on white background

This text has color #187D89 on white background.



Black color preview on #187D89 background

This text has black color on #187D89 background.


White color preview on #187D89 background

This text has white color on #187D89 background.