COLOR #1CA9C9

HEX: #1CA9C9
RGB: (28,169,201)

Color info

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

RGB color model

#1CA9C9 color RGB value is (28,169,201).

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

RGB channels and saturation

R 28 of 255 = 11%
G 169 of 255 = 66%
B 201 of 255 = 79%

28
169
201

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

Portions of RGB colors in percentages

R + G + B =
28 + 169 + 201 = 398 (100%)
R 28 of 398 ~ 7.04%
G 169 of 398 ~ 42.46%
B 201 of 398 ~ 50.5%

%42.46
%50.5

CMYK color model

#1CA9C9 color CMYK value is (86,16,0,21).

  • cyan value is 86.07%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(86,16,0,21)
C86M16Y0K21 
(86%,16%,0%,21%)
(0.86/0.16/0.00/0.21)	

CMYK percentages

%86.07
%15.92
%0
%21.18

Codes

Color #1CA9C9 in popluar color models

1CA9C9
RGB28169201
HSL191°75.55%44.90%
HSB/HSV191°86.07%78.82%
CMYK86.07%15.92%0.00%
21.18%

Color #1CA9C9 in popluar number systems.

HEX1CA9C9
Decimal28169201
Binary111001010100111001001
Octal34251311

Shades and tints

Shades of #1CA9C9

#1CA9C9
(28,169,201)
#1A9AB7
(26,154,183)
#188BA5
(24,139,165)
#167C93
(22,124,147)
#146D81
(20,109,129)
#125E6F
(18,94,111)
#104F5D
(16,79,93)
#0E404B
(14,64,75)
#0C3139
(12,49,57)
#0A2227
(10,34,39)
#081315
(8,19,21)
#000000
(0,0,0)

Tints of #1CA9C9

#1CA9C9
(28,169,201)
#30B0CD
(48,176,205)
#44B7D1
(68,183,209)
#58BED5
(88,190,213)
#6CC5D9
(108,197,217)
#80CCDD
(128,204,221)
#94D3E1
(148,211,225)
#A8DAE5
(168,218,229)
#BCE1E9
(188,225,233)
#D0E8ED
(208,232,237)
#E4EFF1
(228,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1CA9C9; }

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

This text font color is #1CA9C9.


Background Color

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

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

This div background color is #1CA9C9.


Border color

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

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

This div border color is #1CA9C9.


Opacity

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

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

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

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

This text has shadow with #1CA9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CA9C9 on black background.


Color preview on white background

This text has color #1CA9C9 on white background.



Black color preview on #1CA9C9 background

This text has black color on #1CA9C9 background.


White color preview on #1CA9C9 background

This text has white color on #1CA9C9 background.