COLOR #15B1CB

HEX: #15B1CB
RGB: (21,177,203)

Color info

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

RGB color model

#15B1CB color RGB value is (21,177,203).

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

RGB channels and saturation

R 21 of 255 = 8%
G 177 of 255 = 69%
B 203 of 255 = 80%

21
177
203

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

Portions of RGB colors in percentages

R + G + B =
21 + 177 + 203 = 401 (100%)
R 21 of 401 ~ 5.24%
G 177 of 401 ~ 44.14%
B 203 of 401 ~ 50.62%

%44.14
%50.62

CMYK color model

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

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

CMYK percentages

%89.66
%12.81
%0
%20.39

Codes

Color #15B1CB in popluar color models

15B1CB
RGB21177203
HSL189°81.25%43.92%
HSB/HSV189°89.66%79.61%
CMYK89.66%12.81%0.00%
20.39%

Color #15B1CB in popluar number systems.

HEX15B1CB
Decimal21177203
Binary101011011000111001011
Octal25261313

Shades and tints

Shades of #15B1CB

#15B1CB
(21,177,203)
#14A1B9
(20,161,185)
#1391A7
(19,145,167)
#128195
(18,129,149)
#117183
(17,113,131)
#106171
(16,97,113)
#0F515F
(15,81,95)
#0E414D
(14,65,77)
#0D313B
(13,49,59)
#0C2129
(12,33,41)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #15B1CB

#15B1CB
(21,177,203)
#2AB8CF
(42,184,207)
#3FBFD3
(63,191,211)
#54C6D7
(84,198,215)
#69CDDB
(105,205,219)
#7ED4DF
(126,212,223)
#93DBE3
(147,219,227)
#A8E2E7
(168,226,231)
#BDE9EB
(189,233,235)
#D2F0EF
(210,240,239)
#E7F7F3
(231,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15B1CB; }

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

This text font color is #15B1CB.


Background Color

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

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

This div background color is #15B1CB.


Border color

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

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

This div border color is #15B1CB.


Opacity

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

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

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

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

This text has shadow with #15B1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15B1CB on black background.


Color preview on white background

This text has color #15B1CB on white background.



Black color preview on #15B1CB background

This text has black color on #15B1CB background.


White color preview on #15B1CB background

This text has white color on #15B1CB background.