COLOR #1CA6B9

HEX: #1CA6B9
RGB: (28,166,185)

Color info

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

RGB color model

#1CA6B9 color RGB value is (28,166,185).

  • red value is 28;
  • green value is 166;
  • blue value is 185.
RGB:
(28,166,185)
(11%,65%,73%)

RGB channels and saturation

R 28 of 255 = 11%
G 166 of 255 = 65%
B 185 of 255 = 73%

28
166
185

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

Portions of RGB colors in percentages

R + G + B =
28 + 166 + 185 = 379 (100%)
R 28 of 379 ~ 7.39%
G 166 of 379 ~ 43.8%
B 185 of 379 ~ 48.81%

%43.8
%48.81

CMYK color model

#1CA6B9 color CMYK value is (85,10,0,27).

  • cyan value is 84.86%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(85,10,0,27)
C85M10Y0K27 
(85%,10%,0%,27%)
(0.85/0.10/0.00/0.27)	

CMYK percentages

%84.86
%10.27
%0
%27.45

Codes

Color #1CA6B9 in popluar color models

1CA6B9
RGB28166185
HSL187°73.71%41.76%
HSB/HSV187°84.86%72.55%
CMYK84.86%10.27%0.00%
27.45%

Color #1CA6B9 in popluar number systems.

HEX1CA6B9
Decimal28166185
Binary111001010011010111001
Octal34246271

Shades and tints

Shades of #1CA6B9

#1CA6B9
(28,166,185)
#1A97A9
(26,151,169)
#188899
(24,136,153)
#167989
(22,121,137)
#146A79
(20,106,121)
#125B69
(18,91,105)
#104C59
(16,76,89)
#0E3D49
(14,61,73)
#0C2E39
(12,46,57)
#0A1F29
(10,31,41)
#081019
(8,16,25)
#000000
(0,0,0)

Tints of #1CA6B9

#1CA6B9
(28,166,185)
#30AEBF
(48,174,191)
#44B6C5
(68,182,197)
#58BECB
(88,190,203)
#6CC6D1
(108,198,209)
#80CED7
(128,206,215)
#94D6DD
(148,214,221)
#A8DEE3
(168,222,227)
#BCE6E9
(188,230,233)
#D0EEEF
(208,238,239)
#E4F6F5
(228,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CA6B9 color. Also use rgb(28,166,185) instead hex code.

Text Font Color

.myTextColor { color: #1CA6B9; }

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

This text font color is #1CA6B9.


Background Color

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

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

This div background color is #1CA6B9.


Border color

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

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

This div border color is #1CA6B9.


Opacity

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

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

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

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

This text has shadow with #1CA6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CA6B9 on black background.


Color preview on white background

This text has color #1CA6B9 on white background.



Black color preview on #1CA6B9 background

This text has black color on #1CA6B9 background.


White color preview on #1CA6B9 background

This text has white color on #1CA6B9 background.