COLOR #187A84

HEX: #187A84
RGB: (24,122,132)

Color info

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

RGB color model

#187A84 color RGB value is (24,122,132).

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

RGB channels and saturation

R 24 of 255 = 9%
G 122 of 255 = 48%
B 132 of 255 = 52%

24
122
132

R + G + B ~ 36%. #187A84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 122 + 132 = 278 (100%)
R 24 of 278 ~ 8.63%
G 122 of 278 ~ 43.88%
B 132 of 278 ~ 47.48%

%43.88
%47.48

CMYK color model

#187A84 color CMYK value is (82,8,0,48).

  • cyan value is 81.82%
  • magenta value is 7.58%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (82,8,0,48) C82M8Y0K48 (82%,8%,0%,48%) (0.82/0.08/0.00/0.48)

CMYK percentages

%81.82
%7.58
%0
%48.24

Codes

Color #187A84 in popluar color models

187A84
RGB24122132
HSL186°69.23%30.59%
HSB/HSV186°81.82%51.76%
CMYK81.82%7.58%0.00%
48.24%

Color #187A84 in popluar number systems.

HEX187A84
Decimal24122132
Binary11000111101010000100
Octal30172204

Shades and tints

Shades of #187A84

#187A84
(24,122,132)
#166F78
(22,111,120)
#14646C
(20,100,108)
#125960
(18,89,96)
#104E54
(16,78,84)
#0E4348
(14,67,72)
#0C383C
(12,56,60)
#0A2D30
(10,45,48)
#082224
(8,34,36)
#061718
(6,23,24)
#040C0C
(4,12,12)
#000000
(0,0,0)

Tints of #187A84

#187A84
(24,122,132)
#2D868F
(45,134,143)
#42929A
(66,146,154)
#579EA5
(87,158,165)
#6CAAB0
(108,170,176)
#81B6BB
(129,182,187)
#96C2C6
(150,194,198)
#ABCED1
(171,206,209)
#C0DADC
(192,218,220)
#D5E6E7
(213,230,231)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #187A84; }

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

This text font color is #187A84.


Background Color

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

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

This div background color is #187A84.


Border color

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

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

This div border color is #187A84.


Opacity

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

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

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

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

This text has shadow with #187A84 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #187A84 on black background.


Color preview on white background

This text has color #187A84 on white background.



Black color preview on #187A84 background

This text has black color on #187A84 background.


White color preview on #187A84 background

This text has white color on #187A84 background.