COLOR #2ADCC9

HEX: #2ADCC9
RGB: (42,220,201)

Color info

#2ADCC9 contains mainly green and blue colors. Web safe color of #2ADCC9 is #33CCCC (or #3CC).

RGB color model

#2ADCC9 color RGB value is (42,220,201).

  • red value is 42;
  • green value is 220;
  • blue value is 201.
RGB:
(42,220,201)
(16%,86%,79%)

RGB channels and saturation

R 42 of 255 = 16%
G 220 of 255 = 86%
B 201 of 255 = 79%

42
220
201

R + G + B ~ 60%. #2ADCC9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
42 + 220 + 201 = 463 (100%)
R 42 of 463 ~ 9.07%
G 220 of 463 ~ 47.52%
B 201 of 463 ~ 43.41%

%47.52
%43.41

CMYK color model

#2ADCC9 color CMYK value is (81,0,9,14).

  • cyan value is 80.91%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 13.73%
CMYK:
(81,0,9,14)
C81M0Y9K14 
(81%,0%,9%,14%)
(0.81/0.00/0.09/0.14)	

CMYK percentages

%80.91
%0
%8.64
%13.73

Codes

Color #2ADCC9 in popluar color models

2ADCC9
RGB42220201
HSL174°71.77%51.37%
HSB/HSV174°80.91%86.27%
CMYK80.91%0.00%8.64%
13.73%

Color #2ADCC9 in popluar number systems.

HEX2ADCC9
Decimal42220201
Binary1010101101110011001001
Octal52334311

Shades and tints

Shades of #2ADCC9

#2ADCC9
(42,220,201)
#27C8B7
(39,200,183)
#24B4A5
(36,180,165)
#21A093
(33,160,147)
#1E8C81
(30,140,129)
#1B786F
(27,120,111)
#18645D
(24,100,93)
#15504B
(21,80,75)
#123C39
(18,60,57)
#0F2827
(15,40,39)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #2ADCC9

#2ADCC9
(42,220,201)
#3DDFCD
(61,223,205)
#50E2D1
(80,226,209)
#63E5D5
(99,229,213)
#76E8D9
(118,232,217)
#89EBDD
(137,235,221)
#9CEEE1
(156,238,225)
#AFF1E5
(175,241,229)
#C2F4E9
(194,244,233)
#D5F7ED
(213,247,237)
#E8FAF1
(232,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2ADCC9 color. Also use rgb(42,220,201) instead hex code.

Text Font Color

.myTextColor { color: #2ADCC9; }

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

This text font color is #2ADCC9.


Background Color

.myBgColor { background-color: #2ADCC9; }

<div style="background-color:#2ADCC9">Inner text</div>

This div background color is #2ADCC9.


Border color

.myBorderColor { border: 1px solid #2ADCC9; }

<div style="border:3px solid #2ADCC9">Div</div>

This div border color is #2ADCC9.


Opacity

.myOpacity80 { color: #2ADCC9; opacity: 0.8; }

<p style="color:#2ADCC9;opacity:0.8;">80%</p>

Text with #2ADCC9 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 #2ADCC9;}

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

This text has shadow with #2ADCC9 color.

.textShadow {text-shadow: 3px 3px 1px #2ADCC9, 3px 3px 1px red;}

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

This text has shadow with #2ADCC9 primary color and red secondary color.


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

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

This text has shadow with #2ADCC9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2ADCC9 on black background.


Color preview on white background

This text has color #2ADCC9 on white background.



Black color preview on #2ADCC9 background

This text has black color on #2ADCC9 background.


White color preview on #2ADCC9 background

This text has white color on #2ADCC9 background.