COLOR #1CA7C9

HEX: #1CA7C9
RGB: (28,167,201)

Color info

#1CA7C9 contains mainly green and blue colors. Web safe color of #1CA7C9 is #3399CC (or #39C).

RGB color model

#1CA7C9 color RGB value is (28,167,201).

  • red value is 28;
  • green value is 167;
  • blue value is 201.
RGB:
(28,167,201)
(11%,65%,79%)

RGB channels and saturation

R 28 of 255 = 11%
G 167 of 255 = 65%
B 201 of 255 = 79%

28
167
201

R + G + B ~ 52%. #1CA7C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
28 + 167 + 201 = 396 (100%)
R 28 of 396 ~ 7.07%
G 167 of 396 ~ 42.17%
B 201 of 396 ~ 50.76%

%42.17
%50.76

CMYK color model

#1CA7C9 color CMYK value is (86,17,0,21).

  • cyan value is 86.07%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(86,17,0,21)
C86M17Y0K21 
(86%,17%,0%,21%)
(0.86/0.17/0.00/0.21)	

CMYK percentages

%86.07
%16.92
%0
%21.18

Codes

Color #1CA7C9 in popluar color models

1CA7C9
RGB28167201
HSL192°75.55%44.90%
HSB/HSV192°86.07%78.82%
CMYK86.07%16.92%0.00%
21.18%

Color #1CA7C9 in popluar number systems.

HEX1CA7C9
Decimal28167201
Binary111001010011111001001
Octal34247311

Shades and tints

Shades of #1CA7C9

#1CA7C9
(28,167,201)
#1A98B7
(26,152,183)
#1889A5
(24,137,165)
#167A93
(22,122,147)
#146B81
(20,107,129)
#125C6F
(18,92,111)
#104D5D
(16,77,93)
#0E3E4B
(14,62,75)
#0C2F39
(12,47,57)
#0A2027
(10,32,39)
#081115
(8,17,21)
#000000
(0,0,0)

Tints of #1CA7C9

#1CA7C9
(28,167,201)
#30AFCD
(48,175,205)
#44B7D1
(68,183,209)
#58BFD5
(88,191,213)
#6CC7D9
(108,199,217)
#80CFDD
(128,207,221)
#94D7E1
(148,215,225)
#A8DFE5
(168,223,229)
#BCE7E9
(188,231,233)
#D0EFED
(208,239,237)
#E4F7F1
(228,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CA7C9 color. Also use rgb(28,167,201) instead hex code.

Text Font Color

.myTextColor { color: #1CA7C9; }

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

This text font color is #1CA7C9.


Background Color

.myBgColor { background-color: #1CA7C9; }

<div style="background-color:#1CA7C9">Inner text</div>

This div background color is #1CA7C9.


Border color

.myBorderColor { border: 1px solid #1CA7C9; }

<div style="border:3px solid #1CA7C9">Div</div>

This div border color is #1CA7C9.


Opacity

.myOpacity80 { color: #1CA7C9; opacity: 0.8; }

<p style="color:#1CA7C9;opacity:0.8;">80%</p>

Text with #1CA7C9 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 #1CA7C9;}

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

This text has shadow with #1CA7C9 color.

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

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

This text has shadow with #1CA7C9 primary color and red secondary color.


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

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

This text has shadow with #1CA7C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CA7C9 on black background.


Color preview on white background

This text has color #1CA7C9 on white background.



Black color preview on #1CA7C9 background

This text has black color on #1CA7C9 background.


White color preview on #1CA7C9 background

This text has white color on #1CA7C9 background.