COLOR #1787A8

HEX: #1787A8
RGB: (23,135,168)

Color info

#1787A8 contains mainly green and blue colors. Web safe color of #1787A8 is #009999 (or #099).

RGB color model

#1787A8 color RGB value is (23,135,168).

  • red value is 23;
  • green value is 135;
  • blue value is 168.
RGB:
(23,135,168)
(9%,53%,66%)

RGB channels and saturation

R 23 of 255 = 9%
G 135 of 255 = 53%
B 168 of 255 = 66%

23
135
168

R + G + B ~ 43%. #1787A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
23 + 135 + 168 = 326 (100%)
R 23 of 326 ~ 7.06%
G 135 of 326 ~ 41.41%
B 168 of 326 ~ 51.53%

%41.41
%51.53

CMYK color model

#1787A8 color CMYK value is (86,20,0,34).

  • cyan value is 86.31%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(86,20,0,34)
C86M20Y0K34 
(86%,20%,0%,34%)
(0.86/0.20/0.00/0.34)	

CMYK percentages

%86.31
%19.64
%0
%34.12

Codes

Color #1787A8 in popluar color models

1787A8
RGB23135168
HSL194°75.92%37.45%
HSB/HSV194°86.31%65.88%
CMYK86.31%19.64%0.00%
34.12%

Color #1787A8 in popluar number systems.

HEX1787A8
Decimal23135168
Binary101111000011110101000
Octal27207250

Shades and tints

Shades of #1787A8

#1787A8
(23,135,168)
#157B99
(21,123,153)
#136F8A
(19,111,138)
#11637B
(17,99,123)
#0F576C
(15,87,108)
#0D4B5D
(13,75,93)
#0B3F4E
(11,63,78)
#09333F
(9,51,63)
#072730
(7,39,48)
#051B21
(5,27,33)
#030F12
(3,15,18)
#000000
(0,0,0)

Tints of #1787A8

#1787A8
(23,135,168)
#2C91AF
(44,145,175)
#419BB6
(65,155,182)
#56A5BD
(86,165,189)
#6BAFC4
(107,175,196)
#80B9CB
(128,185,203)
#95C3D2
(149,195,210)
#AACDD9
(170,205,217)
#BFD7E0
(191,215,224)
#D4E1E7
(212,225,231)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1787A8 color. Also use rgb(23,135,168) instead hex code.

Text Font Color

.myTextColor { color: #1787A8; }

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

This text font color is #1787A8.


Background Color

.myBgColor { background-color: #1787A8; }

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

This div background color is #1787A8.


Border color

.myBorderColor { border: 1px solid #1787A8; }

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

This div border color is #1787A8.


Opacity

.myOpacity80 { color: #1787A8; opacity: 0.8; }

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

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

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

This text has shadow with #1787A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1787A8 on black background.


Color preview on white background

This text has color #1787A8 on white background.



Black color preview on #1787A8 background

This text has black color on #1787A8 background.


White color preview on #1787A8 background

This text has white color on #1787A8 background.