COLOR #21B0E6

HEX: #21B0E6
RGB: (33,176,230)

Color info

#21B0E6 contains mainly green and blue colors. Web safe color of #21B0E6 is #3399CC (or #39C).

RGB color model

#21B0E6 color RGB value is (33,176,230).

  • red value is 33;
  • green value is 176;
  • blue value is 230.
RGB:
(33,176,230)
(13%,69%,90%)

RGB channels and saturation

R 33 of 255 = 13%
G 176 of 255 = 69%
B 230 of 255 = 90%

33
176
230

R + G + B ~ 57%. #21B0E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
33 + 176 + 230 = 439 (100%)
R 33 of 439 ~ 7.52%
G 176 of 439 ~ 40.09%
B 230 of 439 ~ 52.39%

%40.09
%52.39

CMYK color model

#21B0E6 color CMYK value is (86,23,0,10).

  • cyan value is 85.65%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(86,23,0,10)
C86M23Y0K10 
(86%,23%,0%,10%)
(0.86/0.23/0.00/0.10)	

CMYK percentages

%85.65
%23.48
%0
%9.8

Codes

Color #21B0E6 in popluar color models

21B0E6
RGB33176230
HSL196°79.76%51.57%
HSB/HSV196°85.65%90.20%
CMYK85.65%23.48%0.00%
9.80%

Color #21B0E6 in popluar number systems.

HEX21B0E6
Decimal33176230
Binary1000011011000011100110
Octal41260346

Shades and tints

Shades of #21B0E6

#21B0E6
(33,176,230)
#1EA0D2
(30,160,210)
#1B90BE
(27,144,190)
#1880AA
(24,128,170)
#157096
(21,112,150)
#126082
(18,96,130)
#0F506E
(15,80,110)
#0C405A
(12,64,90)
#093046
(9,48,70)
#062032
(6,32,50)
#03101E
(3,16,30)
#000000
(0,0,0)

Tints of #21B0E6

#21B0E6
(33,176,230)
#35B7E8
(53,183,232)
#49BEEA
(73,190,234)
#5DC5EC
(93,197,236)
#71CCEE
(113,204,238)
#85D3F0
(133,211,240)
#99DAF2
(153,218,242)
#ADE1F4
(173,225,244)
#C1E8F6
(193,232,246)
#D5EFF8
(213,239,248)
#E9F6FA
(233,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21B0E6 color. Also use rgb(33,176,230) instead hex code.

Text Font Color

.myTextColor { color: #21B0E6; }

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

This text font color is #21B0E6.


Background Color

.myBgColor { background-color: #21B0E6; }

<div style="background-color:#21B0E6">Inner text</div>

This div background color is #21B0E6.


Border color

.myBorderColor { border: 1px solid #21B0E6; }

<div style="border:3px solid #21B0E6">Div</div>

This div border color is #21B0E6.


Opacity

.myOpacity80 { color: #21B0E6; opacity: 0.8; }

<p style="color:#21B0E6;opacity:0.8;">80%</p>

Text with #21B0E6 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 #21B0E6;}

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

This text has shadow with #21B0E6 color.

.textShadow {text-shadow: 3px 3px 1px #21B0E6, 3px 3px 1px red;}

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

This text has shadow with #21B0E6 primary color and red secondary color.


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

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

This text has shadow with #21B0E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21B0E6 on black background.


Color preview on white background

This text has color #21B0E6 on white background.



Black color preview on #21B0E6 background

This text has black color on #21B0E6 background.


White color preview on #21B0E6 background

This text has white color on #21B0E6 background.