COLOR #15DBDA

HEX: #15DBDA
RGB: (21,219,218)

Color info

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

RGB color model

#15DBDA color RGB value is (21,219,218).

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

RGB channels and saturation

R 21 of 255 = 8%
G 219 of 255 = 86%
B 218 of 255 = 85%

21
219
218

R + G + B ~ 60%. #15DBDA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
21 + 219 + 218 = 458 (100%)
R 21 of 458 ~ 4.59%
G 219 of 458 ~ 47.82%
B 218 of 458 ~ 47.6%

%47.82
%47.6

CMYK color model

#15DBDA color CMYK value is (90,0,0,14).

  • cyan value is 90.41%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.12%
CMYK:
(90,0,0,14)
C90M0Y0K14 
(90%,0%,0%,14%)
(0.90/0.00/0.00/0.14)	

CMYK percentages

%90.41
%0
%0.46
%14.12

Codes

Color #15DBDA in popluar color models

15DBDA
RGB21219218
HSL180°82.50%47.06%
HSB/HSV180°90.41%85.88%
CMYK90.41%0.00%0.46%
14.12%

Color #15DBDA in popluar number systems.

HEX15DBDA
Decimal21219218
Binary101011101101111011010
Octal25333332

Shades and tints

Shades of #15DBDA

#15DBDA
(21,219,218)
#14C8C7
(20,200,199)
#13B5B4
(19,181,180)
#12A2A1
(18,162,161)
#118F8E
(17,143,142)
#107C7B
(16,124,123)
#0F6968
(15,105,104)
#0E5655
(14,86,85)
#0D4342
(13,67,66)
#0C302F
(12,48,47)
#0B1D1C
(11,29,28)
#000000
(0,0,0)

Tints of #15DBDA

#15DBDA
(21,219,218)
#2ADEDD
(42,222,221)
#3FE1E0
(63,225,224)
#54E4E3
(84,228,227)
#69E7E6
(105,231,230)
#7EEAE9
(126,234,233)
#93EDEC
(147,237,236)
#A8F0EF
(168,240,239)
#BDF3F2
(189,243,242)
#D2F6F5
(210,246,245)
#E7F9F8
(231,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15DBDA; }

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

This text font color is #15DBDA.


Background Color

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

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

This div background color is #15DBDA.


Border color

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

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

This div border color is #15DBDA.


Opacity

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

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

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

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

This text has shadow with #15DBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15DBDA on black background.


Color preview on white background

This text has color #15DBDA on white background.



Black color preview on #15DBDA background

This text has black color on #15DBDA background.


White color preview on #15DBDA background

This text has white color on #15DBDA background.