COLOR #15B2CD

HEX: #15B2CD
RGB: (21,178,205)

Color info

#15B2CD contains mainly green and blue colors. Web safe color of #15B2CD is #0099CC (or #09C).

RGB color model

#15B2CD color RGB value is (21,178,205).

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

RGB channels and saturation

R 21 of 255 = 8%
G 178 of 255 = 70%
B 205 of 255 = 80%

21
178
205

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

Portions of RGB colors in percentages

R + G + B =
21 + 178 + 205 = 404 (100%)
R 21 of 404 ~ 5.2%
G 178 of 404 ~ 44.06%
B 205 of 404 ~ 50.74%

%44.06
%50.74

CMYK color model

#15B2CD color CMYK value is (90,13,0,20).

  • cyan value is 89.76%
  • magenta value is 13.17%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(90,13,0,20)
C90M13Y0K20 
(90%,13%,0%,20%)
(0.90/0.13/0.00/0.20)	

CMYK percentages

%89.76
%13.17
%0
%19.61

Codes

Color #15B2CD in popluar color models

15B2CD
RGB21178205
HSL189°81.42%44.31%
HSB/HSV189°89.76%80.39%
CMYK89.76%13.17%0.00%
19.61%

Color #15B2CD in popluar number systems.

HEX15B2CD
Decimal21178205
Binary101011011001011001101
Octal25262315

Shades and tints

Shades of #15B2CD

#15B2CD
(21,178,205)
#14A2BB
(20,162,187)
#1392A9
(19,146,169)
#128297
(18,130,151)
#117285
(17,114,133)
#106273
(16,98,115)
#0F5261
(15,82,97)
#0E424F
(14,66,79)
#0D323D
(13,50,61)
#0C222B
(12,34,43)
#0B1219
(11,18,25)
#000000
(0,0,0)

Tints of #15B2CD

#15B2CD
(21,178,205)
#2AB9D1
(42,185,209)
#3FC0D5
(63,192,213)
#54C7D9
(84,199,217)
#69CEDD
(105,206,221)
#7ED5E1
(126,213,225)
#93DCE5
(147,220,229)
#A8E3E9
(168,227,233)
#BDEAED
(189,234,237)
#D2F1F1
(210,241,241)
#E7F8F5
(231,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15B2CD; }

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

This text font color is #15B2CD.


Background Color

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

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

This div background color is #15B2CD.


Border color

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

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

This div border color is #15B2CD.


Opacity

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

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

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

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

This text has shadow with #15B2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15B2CD on black background.


Color preview on white background

This text has color #15B2CD on white background.



Black color preview on #15B2CD background

This text has black color on #15B2CD background.


White color preview on #15B2CD background

This text has white color on #15B2CD background.