COLOR #21AB93

HEX: #21AB93
RGB: (33,171,147)

Color info

#21AB93 contains mainly green and blue colors. Web safe color of #21AB93 is #339999 (or #399).

RGB color model

#21AB93 color RGB value is (33,171,147).

  • red value is 33;
  • green value is 171;
  • blue value is 147.
RGB:
(33,171,147)
(13%,67%,58%)

RGB channels and saturation

R 33 of 255 = 13%
G 171 of 255 = 67%
B 147 of 255 = 58%

33
171
147

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

Portions of RGB colors in percentages

R + G + B =
33 + 171 + 147 = 351 (100%)
R 33 of 351 ~ 9.4%
G 171 of 351 ~ 48.72%
B 147 of 351 ~ 41.88%

%48.72
%41.88

CMYK color model

#21AB93 color CMYK value is (81,0,14,33).

  • cyan value is 80.70%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 32.94%
CMYK:
(81,0,14,33)
C81M0Y14K33 
(81%,0%,14%,33%)
(0.81/0.00/0.14/0.33)	

CMYK percentages

%80.7
%0
%14.04
%32.94

Codes

Color #21AB93 in popluar color models

21AB93
RGB33171147
HSL170°67.65%40.00%
HSB/HSV170°80.70%67.06%
CMYK80.70%0.00%14.04%
32.94%

Color #21AB93 in popluar number systems.

HEX21AB93
Decimal33171147
Binary1000011010101110010011
Octal41253223

Shades and tints

Shades of #21AB93

#21AB93
(33,171,147)
#1E9C86
(30,156,134)
#1B8D79
(27,141,121)
#187E6C
(24,126,108)
#156F5F
(21,111,95)
#126052
(18,96,82)
#0F5145
(15,81,69)
#0C4238
(12,66,56)
#09332B
(9,51,43)
#06241E
(6,36,30)
#031511
(3,21,17)
#000000
(0,0,0)

Tints of #21AB93

#21AB93
(33,171,147)
#35B29C
(53,178,156)
#49B9A5
(73,185,165)
#5DC0AE
(93,192,174)
#71C7B7
(113,199,183)
#85CEC0
(133,206,192)
#99D5C9
(153,213,201)
#ADDCD2
(173,220,210)
#C1E3DB
(193,227,219)
#D5EAE4
(213,234,228)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21AB93 color. Also use rgb(33,171,147) instead hex code.

Text Font Color

.myTextColor { color: #21AB93; }

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

This text font color is #21AB93.


Background Color

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

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

This div background color is #21AB93.


Border color

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

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

This div border color is #21AB93.


Opacity

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

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

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

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

This text has shadow with #21AB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21AB93 on black background.


Color preview on white background

This text has color #21AB93 on white background.



Black color preview on #21AB93 background

This text has black color on #21AB93 background.


White color preview on #21AB93 background

This text has white color on #21AB93 background.