COLOR #15CDDB

HEX: #15CDDB
RGB: (21,205,219)

Color info

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

RGB color model

#15CDDB color RGB value is (21,205,219).

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

RGB channels and saturation

R 21 of 255 = 8%
G 205 of 255 = 80%
B 219 of 255 = 86%

21
205
219

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

Portions of RGB colors in percentages

R + G + B =
21 + 205 + 219 = 445 (100%)
R 21 of 445 ~ 4.72%
G 205 of 445 ~ 46.07%
B 219 of 445 ~ 49.21%

%46.07
%49.21

CMYK color model

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

  • cyan value is 90.41%
  • magenta value is 6.39%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(90,6,0,14)
C90M6Y0K14 
(90%,6%,0%,14%)
(0.90/0.06/0.00/0.14)	

CMYK percentages

%90.41
%6.39
%0
%14.12

Codes

Color #15CDDB in popluar color models

15CDDB
RGB21205219
HSL184°82.50%47.06%
HSB/HSV184°90.41%85.88%
CMYK90.41%6.39%0.00%
14.12%

Color #15CDDB in popluar number systems.

HEX15CDDB
Decimal21205219
Binary101011100110111011011
Octal25315333

Shades and tints

Shades of #15CDDB

#15CDDB
(21,205,219)
#14BBC8
(20,187,200)
#13A9B5
(19,169,181)
#1297A2
(18,151,162)
#11858F
(17,133,143)
#10737C
(16,115,124)
#0F6169
(15,97,105)
#0E4F56
(14,79,86)
#0D3D43
(13,61,67)
#0C2B30
(12,43,48)
#0B191D
(11,25,29)
#000000
(0,0,0)

Tints of #15CDDB

#15CDDB
(21,205,219)
#2AD1DE
(42,209,222)
#3FD5E1
(63,213,225)
#54D9E4
(84,217,228)
#69DDE7
(105,221,231)
#7EE1EA
(126,225,234)
#93E5ED
(147,229,237)
#A8E9F0
(168,233,240)
#BDEDF3
(189,237,243)
#D2F1F6
(210,241,246)
#E7F5F9
(231,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15CDDB; }

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

This text font color is #15CDDB.


Background Color

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

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

This div background color is #15CDDB.


Border color

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

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

This div border color is #15CDDB.


Opacity

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

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

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

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

This text has shadow with #15CDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15CDDB on black background.


Color preview on white background

This text has color #15CDDB on white background.



Black color preview on #15CDDB background

This text has black color on #15CDDB background.


White color preview on #15CDDB background

This text has white color on #15CDDB background.