COLOR #15DBE5

HEX: #15DBE5
RGB: (21,219,229)

Color info

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

RGB color model

#15DBE5 color RGB value is (21,219,229).

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

RGB channels and saturation

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

21
219
229

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

Portions of RGB colors in percentages

R + G + B =
21 + 219 + 229 = 469 (100%)
R 21 of 469 ~ 4.48%
G 219 of 469 ~ 46.7%
B 229 of 469 ~ 48.83%

%46.7
%48.83

CMYK color model

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

  • cyan value is 90.83%
  • magenta value is 4.37%
  • 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
%4.37
%0
%10.2

Codes

Color #15DBE5 in popluar color models

15DBE5
RGB21219229
HSL183°83.20%49.02%
HSB/HSV183°90.83%89.80%
CMYK90.83%4.37%0.00%
10.20%

Color #15DBE5 in popluar number systems.

HEX15DBE5
Decimal21219229
Binary101011101101111100101
Octal25333345

Shades and tints

Shades of #15DBE5

#15DBE5
(21,219,229)
#14C8D1
(20,200,209)
#13B5BD
(19,181,189)
#12A2A9
(18,162,169)
#118F95
(17,143,149)
#107C81
(16,124,129)
#0F696D
(15,105,109)
#0E5659
(14,86,89)
#0D4345
(13,67,69)
#0C3031
(12,48,49)
#0B1D1D
(11,29,29)
#000000
(0,0,0)

Tints of #15DBE5

#15DBE5
(21,219,229)
#2ADEE7
(42,222,231)
#3FE1E9
(63,225,233)
#54E4EB
(84,228,235)
#69E7ED
(105,231,237)
#7EEAEF
(126,234,239)
#93EDF1
(147,237,241)
#A8F0F3
(168,240,243)
#BDF3F5
(189,243,245)
#D2F6F7
(210,246,247)
#E7F9F9
(231,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15DBE5; }

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

This text font color is #15DBE5.


Background Color

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

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

This div background color is #15DBE5.


Border color

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

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

This div border color is #15DBE5.


Opacity

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

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

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

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

This text has shadow with #15DBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15DBE5 on black background.


Color preview on white background

This text has color #15DBE5 on white background.



Black color preview on #15DBE5 background

This text has black color on #15DBE5 background.


White color preview on #15DBE5 background

This text has white color on #15DBE5 background.