COLOR #20A1D7

HEX: #20A1D7
RGB: (32,161,215)

Color info

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

RGB color model

#20A1D7 color RGB value is (32,161,215).

  • red value is 32;
  • green value is 161;
  • blue value is 215.
RGB:
(32,161,215)
(13%,63%,84%)

RGB channels and saturation

R 32 of 255 = 13%
G 161 of 255 = 63%
B 215 of 255 = 84%

32
161
215

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

Portions of RGB colors in percentages

R + G + B =
32 + 161 + 215 = 408 (100%)
R 32 of 408 ~ 7.84%
G 161 of 408 ~ 39.46%
B 215 of 408 ~ 52.7%

%39.46
%52.7

CMYK color model

#20A1D7 color CMYK value is (85,25,0,16).

  • cyan value is 85.12%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(85,25,0,16)
C85M25Y0K16 
(85%,25%,0%,16%)
(0.85/0.25/0.00/0.16)	

CMYK percentages

%85.12
%25.12
%0
%15.69

Codes

Color #20A1D7 in popluar color models

20A1D7
RGB32161215
HSL198°74.09%48.43%
HSB/HSV198°85.12%84.31%
CMYK85.12%25.12%0.00%
15.69%

Color #20A1D7 in popluar number systems.

HEX20A1D7
Decimal32161215
Binary1000001010000111010111
Octal40241327

Shades and tints

Shades of #20A1D7

#20A1D7
(32,161,215)
#1E93C4
(30,147,196)
#1C85B1
(28,133,177)
#1A779E
(26,119,158)
#18698B
(24,105,139)
#165B78
(22,91,120)
#144D65
(20,77,101)
#123F52
(18,63,82)
#10313F
(16,49,63)
#0E232C
(14,35,44)
#0C1519
(12,21,25)
#000000
(0,0,0)

Tints of #20A1D7

#20A1D7
(32,161,215)
#34A9DA
(52,169,218)
#48B1DD
(72,177,221)
#5CB9E0
(92,185,224)
#70C1E3
(112,193,227)
#84C9E6
(132,201,230)
#98D1E9
(152,209,233)
#ACD9EC
(172,217,236)
#C0E1EF
(192,225,239)
#D4E9F2
(212,233,242)
#E8F1F5
(232,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20A1D7 color. Also use rgb(32,161,215) instead hex code.

Text Font Color

.myTextColor { color: #20A1D7; }

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

This text font color is #20A1D7.


Background Color

.myBgColor { background-color: #20A1D7; }

<div style="background-color:#20A1D7">Inner text</div>

This div background color is #20A1D7.


Border color

.myBorderColor { border: 1px solid #20A1D7; }

<div style="border:3px solid #20A1D7">Div</div>

This div border color is #20A1D7.


Opacity

.myOpacity80 { color: #20A1D7; opacity: 0.8; }

<p style="color:#20A1D7;opacity:0.8;">80%</p>

Text with #20A1D7 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 #20A1D7;}

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

This text has shadow with #20A1D7 color.

.textShadow {text-shadow: 3px 3px 1px #20A1D7, 3px 3px 1px red;}

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

This text has shadow with #20A1D7 primary color and red secondary color.


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

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

This text has shadow with #20A1D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20A1D7 on black background.


Color preview on white background

This text has color #20A1D7 on white background.



Black color preview on #20A1D7 background

This text has black color on #20A1D7 background.


White color preview on #20A1D7 background

This text has white color on #20A1D7 background.