COLOR #1CEFD9

HEX: #1CEFD9
RGB: (28,239,217)

Color info

#1CEFD9 contains mainly green and blue colors. Web safe color of #1CEFD9 is #33FFCC (or #3FC).

RGB color model

#1CEFD9 color RGB value is (28,239,217).

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

RGB channels and saturation

R 28 of 255 = 11%
G 239 of 255 = 94%
B 217 of 255 = 85%

28
239
217

R + G + B ~ 63%. #1CEFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
28 + 239 + 217 = 484 (100%)
R 28 of 484 ~ 5.79%
G 239 of 484 ~ 49.38%
B 217 of 484 ~ 44.83%

%49.38
%44.83

CMYK color model

#1CEFD9 color CMYK value is (88,0,9,6).

  • cyan value is 88.28%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 6.27%
CMYK:
(88,0,9,6)
C88M0Y9K6 
(88%,0%,9%,6%)
(0.88/0.00/0.09/0.06)	

CMYK percentages

%88.28
%0
%9.21
%6.27

Codes

Color #1CEFD9 in popluar color models

1CEFD9
RGB28239217
HSL174°86.83%52.35%
HSB/HSV174°88.28%93.73%
CMYK88.28%0.00%9.21%
6.27%

Color #1CEFD9 in popluar number systems.

HEX1CEFD9
Decimal28239217
Binary111001110111111011001
Octal34357331

Shades and tints

Shades of #1CEFD9

#1CEFD9
(28,239,217)
#1ADAC6
(26,218,198)
#18C5B3
(24,197,179)
#16B0A0
(22,176,160)
#149B8D
(20,155,141)
#12867A
(18,134,122)
#107167
(16,113,103)
#0E5C54
(14,92,84)
#0C4741
(12,71,65)
#0A322E
(10,50,46)
#081D1B
(8,29,27)
#000000
(0,0,0)

Tints of #1CEFD9

#1CEFD9
(28,239,217)
#30F0DC
(48,240,220)
#44F1DF
(68,241,223)
#58F2E2
(88,242,226)
#6CF3E5
(108,243,229)
#80F4E8
(128,244,232)
#94F5EB
(148,245,235)
#A8F6EE
(168,246,238)
#BCF7F1
(188,247,241)
#D0F8F4
(208,248,244)
#E4F9F7
(228,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1CEFD9; }

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

This text font color is #1CEFD9.


Background Color

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

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

This div background color is #1CEFD9.


Border color

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

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

This div border color is #1CEFD9.


Opacity

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

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

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

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

This text has shadow with #1CEFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CEFD9 on black background.


Color preview on white background

This text has color #1CEFD9 on white background.



Black color preview on #1CEFD9 background

This text has black color on #1CEFD9 background.


White color preview on #1CEFD9 background

This text has white color on #1CEFD9 background.