COLOR #1796C0

HEX: #1796C0
RGB: (23,150,192)

Color info

#1796C0 contains mainly green and blue colors. Web safe color of #1796C0 is #0099CC (or #09C).

RGB color model

#1796C0 color RGB value is (23,150,192).

  • red value is 23;
  • green value is 150;
  • blue value is 192.
RGB:
(23,150,192)
(9%,59%,75%)

RGB channels and saturation

R 23 of 255 = 9%
G 150 of 255 = 59%
B 192 of 255 = 75%

23
150
192

R + G + B ~ 48%. #1796C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
23 + 150 + 192 = 365 (100%)
R 23 of 365 ~ 6.3%
G 150 of 365 ~ 41.1%
B 192 of 365 ~ 52.6%

%41.1
%52.6

CMYK color model

#1796C0 color CMYK value is (88,22,0,25).

  • cyan value is 88.02%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(88,22,0,25)
C88M22Y0K25 
(88%,22%,0%,25%)
(0.88/0.22/0.00/0.25)	

CMYK percentages

%88.02
%21.88
%0
%24.71

Codes

Color #1796C0 in popluar color models

1796C0
RGB23150192
HSL195°78.60%42.16%
HSB/HSV195°88.02%75.29%
CMYK88.02%21.88%0.00%
24.71%

Color #1796C0 in popluar number systems.

HEX1796C0
Decimal23150192
Binary101111001011011000000
Octal27226300

Shades and tints

Shades of #1796C0

#1796C0
(23,150,192)
#1589AF
(21,137,175)
#137C9E
(19,124,158)
#116F8D
(17,111,141)
#0F627C
(15,98,124)
#0D556B
(13,85,107)
#0B485A
(11,72,90)
#093B49
(9,59,73)
#072E38
(7,46,56)
#052127
(5,33,39)
#031416
(3,20,22)
#000000
(0,0,0)

Tints of #1796C0

#1796C0
(23,150,192)
#2C9FC5
(44,159,197)
#41A8CA
(65,168,202)
#56B1CF
(86,177,207)
#6BBAD4
(107,186,212)
#80C3D9
(128,195,217)
#95CCDE
(149,204,222)
#AAD5E3
(170,213,227)
#BFDEE8
(191,222,232)
#D4E7ED
(212,231,237)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1796C0 color. Also use rgb(23,150,192) instead hex code.

Text Font Color

.myTextColor { color: #1796C0; }

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

This text font color is #1796C0.


Background Color

.myBgColor { background-color: #1796C0; }

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

This div background color is #1796C0.


Border color

.myBorderColor { border: 1px solid #1796C0; }

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

This div border color is #1796C0.


Opacity

.myOpacity80 { color: #1796C0; opacity: 0.8; }

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

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

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

This text has shadow with #1796C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1796C0 on black background.


Color preview on white background

This text has color #1796C0 on white background.



Black color preview on #1796C0 background

This text has black color on #1796C0 background.


White color preview on #1796C0 background

This text has white color on #1796C0 background.