COLOR #21AACE

HEX: #21AACE
RGB: (33,170,206)

Color info

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

RGB color model

#21AACE color RGB value is (33,170,206).

  • red value is 33;
  • green value is 170;
  • blue value is 206.
RGB:
(33,170,206)
(13%,67%,81%)

RGB channels and saturation

R 33 of 255 = 13%
G 170 of 255 = 67%
B 206 of 255 = 81%

33
170
206

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

Portions of RGB colors in percentages

R + G + B =
33 + 170 + 206 = 409 (100%)
R 33 of 409 ~ 8.07%
G 170 of 409 ~ 41.56%
B 206 of 409 ~ 50.37%

%41.56
%50.37

CMYK color model

#21AACE color CMYK value is (84,17,0,19).

  • cyan value is 83.98%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(84,17,0,19)
C84M17Y0K19 
(84%,17%,0%,19%)
(0.84/0.17/0.00/0.19)	

CMYK percentages

%83.98
%17.48
%0
%19.22

Codes

Color #21AACE in popluar color models

21AACE
RGB33170206
HSL192°72.38%46.86%
HSB/HSV192°83.98%80.78%
CMYK83.98%17.48%0.00%
19.22%

Color #21AACE in popluar number systems.

HEX21AACE
Decimal33170206
Binary1000011010101011001110
Octal41252316

Shades and tints

Shades of #21AACE

#21AACE
(33,170,206)
#1E9BBC
(30,155,188)
#1B8CAA
(27,140,170)
#187D98
(24,125,152)
#156E86
(21,110,134)
#125F74
(18,95,116)
#0F5062
(15,80,98)
#0C4150
(12,65,80)
#09323E
(9,50,62)
#06232C
(6,35,44)
#03141A
(3,20,26)
#000000
(0,0,0)

Tints of #21AACE

#21AACE
(33,170,206)
#35B1D2
(53,177,210)
#49B8D6
(73,184,214)
#5DBFDA
(93,191,218)
#71C6DE
(113,198,222)
#85CDE2
(133,205,226)
#99D4E6
(153,212,230)
#ADDBEA
(173,219,234)
#C1E2EE
(193,226,238)
#D5E9F2
(213,233,242)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21AACE color. Also use rgb(33,170,206) instead hex code.

Text Font Color

.myTextColor { color: #21AACE; }

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

This text font color is #21AACE.


Background Color

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

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

This div background color is #21AACE.


Border color

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

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

This div border color is #21AACE.


Opacity

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

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

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

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

This text has shadow with #21AACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21AACE on black background.


Color preview on white background

This text has color #21AACE on white background.



Black color preview on #21AACE background

This text has black color on #21AACE background.


White color preview on #21AACE background

This text has white color on #21AACE background.