COLOR #1CD9C9

HEX: #1CD9C9
RGB: (28,217,201)

Color info

#1CD9C9 contains mainly green and blue colors. Web safe color of #1CD9C9 is #33CCCC (or #3CC).

RGB color model

#1CD9C9 color RGB value is (28,217,201).

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

RGB channels and saturation

R 28 of 255 = 11%
G 217 of 255 = 85%
B 201 of 255 = 79%

28
217
201

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

Portions of RGB colors in percentages

R + G + B =
28 + 217 + 201 = 446 (100%)
R 28 of 446 ~ 6.28%
G 217 of 446 ~ 48.65%
B 201 of 446 ~ 45.07%

%48.65
%45.07

CMYK color model

#1CD9C9 color CMYK value is (87,0,7,15).

  • cyan value is 87.10%
  • magenta value is 0.00%
  • yellow value is 7.37%
  • key color value is 14.90%
CMYK:
(87,0,7,15)
C87M0Y7K15 
(87%,0%,7%,15%)
(0.87/0.00/0.07/0.15)	

CMYK percentages

%87.1
%0
%7.37
%14.9

Codes

Color #1CD9C9 in popluar color models

1CD9C9
RGB28217201
HSL175°77.14%48.04%
HSB/HSV175°87.10%85.10%
CMYK87.10%0.00%7.37%
14.90%

Color #1CD9C9 in popluar number systems.

HEX1CD9C9
Decimal28217201
Binary111001101100111001001
Octal34331311

Shades and tints

Shades of #1CD9C9

#1CD9C9
(28,217,201)
#1AC6B7
(26,198,183)
#18B3A5
(24,179,165)
#16A093
(22,160,147)
#148D81
(20,141,129)
#127A6F
(18,122,111)
#10675D
(16,103,93)
#0E544B
(14,84,75)
#0C4139
(12,65,57)
#0A2E27
(10,46,39)
#081B15
(8,27,21)
#000000
(0,0,0)

Tints of #1CD9C9

#1CD9C9
(28,217,201)
#30DCCD
(48,220,205)
#44DFD1
(68,223,209)
#58E2D5
(88,226,213)
#6CE5D9
(108,229,217)
#80E8DD
(128,232,221)
#94EBE1
(148,235,225)
#A8EEE5
(168,238,229)
#BCF1E9
(188,241,233)
#D0F4ED
(208,244,237)
#E4F7F1
(228,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1CD9C9; }

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

This text font color is #1CD9C9.


Background Color

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

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

This div background color is #1CD9C9.


Border color

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

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

This div border color is #1CD9C9.


Opacity

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

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

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

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

This text has shadow with #1CD9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CD9C9 on black background.


Color preview on white background

This text has color #1CD9C9 on white background.



Black color preview on #1CD9C9 background

This text has black color on #1CD9C9 background.


White color preview on #1CD9C9 background

This text has white color on #1CD9C9 background.