COLOR #15DCE5

HEX: #15DCE5
RGB: (21,220,229)

Color info

#15DCE5 contains mainly green and blue colors. Web safe color of #15DCE5 is #00CCCC (or #0CC).

RGB color model

#15DCE5 color RGB value is (21,220,229).

  • red value is 21;
  • green value is 220;
  • blue value is 229.
RGB:
(21,220,229)
(8%,86%,90%)

RGB channels and saturation

R 21 of 255 = 8%
G 220 of 255 = 86%
B 229 of 255 = 90%

21
220
229

R + G + B ~ 61%. #15DCE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
21 + 220 + 229 = 470 (100%)
R 21 of 470 ~ 4.47%
G 220 of 470 ~ 46.81%
B 229 of 470 ~ 48.72%

%46.81
%48.72

CMYK color model

#15DCE5 color CMYK value is (91,4,0,10).

  • cyan value is 90.83%
  • magenta value is 3.93%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(91,4,0,10)
C91M4Y0K10 
(91%,4%,0%,10%)
(0.91/0.04/0.00/0.10)	

CMYK percentages

%90.83
%3.93
%0
%10.2

Codes

Color #15DCE5 in popluar color models

15DCE5
RGB21220229
HSL183°83.20%49.02%
HSB/HSV183°90.83%89.80%
CMYK90.83%3.93%0.00%
10.20%

Color #15DCE5 in popluar number systems.

HEX15DCE5
Decimal21220229
Binary101011101110011100101
Octal25334345

Shades and tints

Shades of #15DCE5

#15DCE5
(21,220,229)
#14C8D1
(20,200,209)
#13B4BD
(19,180,189)
#12A0A9
(18,160,169)
#118C95
(17,140,149)
#107881
(16,120,129)
#0F646D
(15,100,109)
#0E5059
(14,80,89)
#0D3C45
(13,60,69)
#0C2831
(12,40,49)
#0B141D
(11,20,29)
#000000
(0,0,0)

Tints of #15DCE5

#15DCE5
(21,220,229)
#2ADFE7
(42,223,231)
#3FE2E9
(63,226,233)
#54E5EB
(84,229,235)
#69E8ED
(105,232,237)
#7EEBEF
(126,235,239)
#93EEF1
(147,238,241)
#A8F1F3
(168,241,243)
#BDF4F5
(189,244,245)
#D2F7F7
(210,247,247)
#E7FAF9
(231,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15DCE5 color. Also use rgb(21,220,229) instead hex code.

Text Font Color

.myTextColor { color: #15DCE5; }

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

This text font color is #15DCE5.


Background Color

.myBgColor { background-color: #15DCE5; }

<div style="background-color:#15DCE5">Inner text</div>

This div background color is #15DCE5.


Border color

.myBorderColor { border: 1px solid #15DCE5; }

<div style="border:3px solid #15DCE5">Div</div>

This div border color is #15DCE5.


Opacity

.myOpacity80 { color: #15DCE5; opacity: 0.8; }

<p style="color:#15DCE5;opacity:0.8;">80%</p>

Text with #15DCE5 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 #15DCE5;}

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

This text has shadow with #15DCE5 color.

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

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

This text has shadow with #15DCE5 primary color and red secondary color.


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

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

This text has shadow with #15DCE5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15DCE5 on black background.


Color preview on white background

This text has color #15DCE5 on white background.



Black color preview on #15DCE5 background

This text has black color on #15DCE5 background.


White color preview on #15DCE5 background

This text has white color on #15DCE5 background.