COLOR #15B1CE

HEX: #15B1CE
RGB: (21,177,206)

Color info

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

RGB color model

#15B1CE color RGB value is (21,177,206).

  • red value is 21;
  • green value is 177;
  • blue value is 206.
RGB:
(21,177,206)
(8%,69%,81%)

RGB channels and saturation

R 21 of 255 = 8%
G 177 of 255 = 69%
B 206 of 255 = 81%

21
177
206

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

Portions of RGB colors in percentages

R + G + B =
21 + 177 + 206 = 404 (100%)
R 21 of 404 ~ 5.2%
G 177 of 404 ~ 43.81%
B 206 of 404 ~ 50.99%

%43.81
%50.99

CMYK color model

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

  • cyan value is 89.81%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(90,14,0,19)
C90M14Y0K19 
(90%,14%,0%,19%)
(0.90/0.14/0.00/0.19)	

CMYK percentages

%89.81
%14.08
%0
%19.22

Codes

Color #15B1CE in popluar color models

15B1CE
RGB21177206
HSL189°81.50%44.51%
HSB/HSV189°89.81%80.78%
CMYK89.81%14.08%0.00%
19.22%

Color #15B1CE in popluar number systems.

HEX15B1CE
Decimal21177206
Binary101011011000111001110
Octal25261316

Shades and tints

Shades of #15B1CE

#15B1CE
(21,177,206)
#14A1BC
(20,161,188)
#1391AA
(19,145,170)
#128198
(18,129,152)
#117186
(17,113,134)
#106174
(16,97,116)
#0F5162
(15,81,98)
#0E4150
(14,65,80)
#0D313E
(13,49,62)
#0C212C
(12,33,44)
#0B111A
(11,17,26)
#000000
(0,0,0)

Tints of #15B1CE

#15B1CE
(21,177,206)
#2AB8D2
(42,184,210)
#3FBFD6
(63,191,214)
#54C6DA
(84,198,218)
#69CDDE
(105,205,222)
#7ED4E2
(126,212,226)
#93DBE6
(147,219,230)
#A8E2EA
(168,226,234)
#BDE9EE
(189,233,238)
#D2F0F2
(210,240,242)
#E7F7F6
(231,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15B1CE color. Also use rgb(21,177,206) instead hex code.

Text Font Color

.myTextColor { color: #15B1CE; }

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

This text font color is #15B1CE.


Background Color

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

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

This div background color is #15B1CE.


Border color

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

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

This div border color is #15B1CE.


Opacity

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

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

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

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

This text has shadow with #15B1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15B1CE on black background.


Color preview on white background

This text has color #15B1CE on white background.



Black color preview on #15B1CE background

This text has black color on #15B1CE background.


White color preview on #15B1CE background

This text has white color on #15B1CE background.