COLOR #21AADC

HEX: #21AADC
RGB: (33,170,220)

Color info

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

RGB color model

#21AADC color RGB value is (33,170,220).

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

RGB channels and saturation

R 33 of 255 = 13%
G 170 of 255 = 67%
B 220 of 255 = 86%

33
170
220

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

Portions of RGB colors in percentages

R + G + B =
33 + 170 + 220 = 423 (100%)
R 33 of 423 ~ 7.8%
G 170 of 423 ~ 40.19%
B 220 of 423 ~ 52.01%

%40.19
%52.01

CMYK color model

#21AADC color CMYK value is (85,23,0,14).

  • cyan value is 85.00%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(85,23,0,14)
C85M23Y0K14 
(85%,23%,0%,14%)
(0.85/0.23/0.00/0.14)	

CMYK percentages

%85
%22.73
%0
%13.73

Codes

Color #21AADC in popluar color models

21AADC
RGB33170220
HSL196°73.91%49.61%
HSB/HSV196°85.00%86.27%
CMYK85.00%22.73%0.00%
13.73%

Color #21AADC in popluar number systems.

HEX21AADC
Decimal33170220
Binary1000011010101011011100
Octal41252334

Shades and tints

Shades of #21AADC

#21AADC
(33,170,220)
#1E9BC8
(30,155,200)
#1B8CB4
(27,140,180)
#187DA0
(24,125,160)
#156E8C
(21,110,140)
#125F78
(18,95,120)
#0F5064
(15,80,100)
#0C4150
(12,65,80)
#09323C
(9,50,60)
#062328
(6,35,40)
#031414
(3,20,20)
#000000
(0,0,0)

Tints of #21AADC

#21AADC
(33,170,220)
#35B1DF
(53,177,223)
#49B8E2
(73,184,226)
#5DBFE5
(93,191,229)
#71C6E8
(113,198,232)
#85CDEB
(133,205,235)
#99D4EE
(153,212,238)
#ADDBF1
(173,219,241)
#C1E2F4
(193,226,244)
#D5E9F7
(213,233,247)
#E9F0FA
(233,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21AADC; }

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

This text font color is #21AADC.


Background Color

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

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

This div background color is #21AADC.


Border color

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

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

This div border color is #21AADC.


Opacity

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

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

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

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

This text has shadow with #21AADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21AADC on black background.


Color preview on white background

This text has color #21AADC on white background.



Black color preview on #21AADC background

This text has black color on #21AADC background.


White color preview on #21AADC background

This text has white color on #21AADC background.