COLOR #1ADAB1

HEX: #1ADAB1
RGB: (26,218,177)

Color info

#1ADAB1 contains mainly green and blue colors. Web safe color of #1ADAB1 is #00CC99 (or #0C9).

RGB color model

#1ADAB1 color RGB value is (26,218,177).

  • red value is 26;
  • green value is 218;
  • blue value is 177.
RGB:
(26,218,177)
(10%,85%,69%)

RGB channels and saturation

R 26 of 255 = 10%
G 218 of 255 = 85%
B 177 of 255 = 69%

26
218
177

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

Portions of RGB colors in percentages

R + G + B =
26 + 218 + 177 = 421 (100%)
R 26 of 421 ~ 6.18%
G 218 of 421 ~ 51.78%
B 177 of 421 ~ 42.04%

%51.78
%42.04

CMYK color model

#1ADAB1 color CMYK value is (88,0,19,15).

  • cyan value is 88.07%
  • magenta value is 0.00%
  • yellow value is 18.81%
  • key color value is 14.51%
CMYK:
(88,0,19,15)
C88M0Y19K15 
(88%,0%,19%,15%)
(0.88/0.00/0.19/0.15)	

CMYK percentages

%88.07
%0
%18.81
%14.51

Codes

Color #1ADAB1 in popluar color models

1ADAB1
RGB26218177
HSL167°78.69%47.84%
HSB/HSV167°88.07%85.49%
CMYK88.07%0.00%18.81%
14.51%

Color #1ADAB1 in popluar number systems.

HEX1ADAB1
Decimal26218177
Binary110101101101010110001
Octal32332261

Shades and tints

Shades of #1ADAB1

#1ADAB1
(26,218,177)
#18C7A1
(24,199,161)
#16B491
(22,180,145)
#14A181
(20,161,129)
#128E71
(18,142,113)
#107B61
(16,123,97)
#0E6851
(14,104,81)
#0C5541
(12,85,65)
#0A4231
(10,66,49)
#082F21
(8,47,33)
#061C11
(6,28,17)
#000000
(0,0,0)

Tints of #1ADAB1

#1ADAB1
(26,218,177)
#2EDDB8
(46,221,184)
#42E0BF
(66,224,191)
#56E3C6
(86,227,198)
#6AE6CD
(106,230,205)
#7EE9D4
(126,233,212)
#92ECDB
(146,236,219)
#A6EFE2
(166,239,226)
#BAF2E9
(186,242,233)
#CEF5F0
(206,245,240)
#E2F8F7
(226,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ADAB1 color. Also use rgb(26,218,177) instead hex code.

Text Font Color

.myTextColor { color: #1ADAB1; }

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

This text font color is #1ADAB1.


Background Color

.myBgColor { background-color: #1ADAB1; }

<div style="background-color:#1ADAB1">Inner text</div>

This div background color is #1ADAB1.


Border color

.myBorderColor { border: 1px solid #1ADAB1; }

<div style="border:3px solid #1ADAB1">Div</div>

This div border color is #1ADAB1.


Opacity

.myOpacity80 { color: #1ADAB1; opacity: 0.8; }

<p style="color:#1ADAB1;opacity:0.8;">80%</p>

Text with #1ADAB1 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 #1ADAB1;}

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

This text has shadow with #1ADAB1 color.

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

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

This text has shadow with #1ADAB1 primary color and red secondary color.


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

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

This text has shadow with #1ADAB1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ADAB1 on black background.


Color preview on white background

This text has color #1ADAB1 on white background.



Black color preview on #1ADAB1 background

This text has black color on #1ADAB1 background.


White color preview on #1ADAB1 background

This text has white color on #1ADAB1 background.