COLOR #187A92

HEX: #187A92
RGB: (24,122,146)

Color info

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

RGB color model

#187A92 color RGB value is (24,122,146).

  • red value is 24;
  • green value is 122;
  • blue value is 146.
RGB:
(24,122,146)
(9%,48%,57%)

RGB channels and saturation

R 24 of 255 = 9%
G 122 of 255 = 48%
B 146 of 255 = 57%

24
122
146

R + G + B ~ 38%. #187A92 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 122 + 146 = 292 (100%)
R 24 of 292 ~ 8.22%
G 122 of 292 ~ 41.78%
B 146 of 292 ~ 50%

%41.78
%50

CMYK color model

#187A92 color CMYK value is (84,16,0,43).

  • cyan value is 83.56%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(84,16,0,43)
C84M16Y0K43 
(84%,16%,0%,43%)
(0.84/0.16/0.00/0.43)	

CMYK percentages

%83.56
%16.44
%0
%42.75

Codes

Color #187A92 in popluar color models

187A92
RGB24122146
HSL192°71.76%33.33%
HSB/HSV192°83.56%57.25%
CMYK83.56%16.44%0.00%
42.75%

Color #187A92 in popluar number systems.

HEX187A92
Decimal24122146
Binary11000111101010010010
Octal30172222

Shades and tints

Shades of #187A92

#187A92
(24,122,146)
#166F85
(22,111,133)
#146478
(20,100,120)
#12596B
(18,89,107)
#104E5E
(16,78,94)
#0E4351
(14,67,81)
#0C3844
(12,56,68)
#0A2D37
(10,45,55)
#08222A
(8,34,42)
#06171D
(6,23,29)
#040C10
(4,12,16)
#000000
(0,0,0)

Tints of #187A92

#187A92
(24,122,146)
#2D869B
(45,134,155)
#4292A4
(66,146,164)
#579EAD
(87,158,173)
#6CAAB6
(108,170,182)
#81B6BF
(129,182,191)
#96C2C8
(150,194,200)
#ABCED1
(171,206,209)
#C0DADA
(192,218,218)
#D5E6E3
(213,230,227)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #187A92 color. Also use rgb(24,122,146) instead hex code.

Text Font Color

.myTextColor { color: #187A92; }

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

This text font color is #187A92.


Background Color

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

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

This div background color is #187A92.


Border color

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

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

This div border color is #187A92.


Opacity

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

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

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

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

This text has shadow with #187A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #187A92 on black background.


Color preview on white background

This text has color #187A92 on white background.



Black color preview on #187A92 background

This text has black color on #187A92 background.


White color preview on #187A92 background

This text has white color on #187A92 background.