COLOR #93DAAB

HEX: #93DAAB
RGB: (147,218,171)

Color info

#93DAAB contains mainly green and blue colors. Web safe color of #93DAAB is #99CC99 (or #9C9).

RGB color model

#93DAAB color RGB value is (147,218,171).

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

RGB channels and saturation

R 147 of 255 = 58%
G 218 of 255 = 85%
B 171 of 255 = 67%

147
218
171

R + G + B ~ 70%. #93DAAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 218 + 171 = 536 (100%)
R 147 of 536 ~ 27.43%
G 218 of 536 ~ 40.67%
B 171 of 536 ~ 31.9%

%27.43
%40.67
%31.9

CMYK color model

#93DAAB color CMYK value is (33,0,22,15).

  • cyan value is 32.57%
  • magenta value is 0.00%
  • yellow value is 21.56%
  • key color value is 14.51%
CMYK:
(33,0,22,15)
C33M0Y22K15 
(33%,0%,22%,15%)
(0.33/0.00/0.22/0.15)	

CMYK percentages

%32.57
%0
%21.56
%14.51

Codes

Color #93DAAB in popluar color models

93DAAB
RGB147218171
HSL140°48.97%71.57%
HSB/HSV140°32.57%85.49%
CMYK32.57%0.00%21.56%
14.51%

Color #93DAAB in popluar number systems.

HEX93DAAB
Decimal147218171
Binary100100111101101010101011
Octal223332253

Shades and tints

Shades of #93DAAB

#93DAAB
(147,218,171)
#86C79C
(134,199,156)
#79B48D
(121,180,141)
#6CA17E
(108,161,126)
#5F8E6F
(95,142,111)
#527B60
(82,123,96)
#456851
(69,104,81)
#385542
(56,85,66)
#2B4233
(43,66,51)
#1E2F24
(30,47,36)
#111C15
(17,28,21)
#000000
(0,0,0)

Tints of #93DAAB

#93DAAB
(147,218,171)
#9CDDB2
(156,221,178)
#A5E0B9
(165,224,185)
#AEE3C0
(174,227,192)
#B7E6C7
(183,230,199)
#C0E9CE
(192,233,206)
#C9ECD5
(201,236,213)
#D2EFDC
(210,239,220)
#DBF2E3
(219,242,227)
#E4F5EA
(228,245,234)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93DAAB color. Also use rgb(147,218,171) instead hex code.

Text Font Color

.myTextColor { color: #93DAAB; }

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

This text font color is #93DAAB.


Background Color

.myBgColor { background-color: #93DAAB; }

<div style="background-color:#93DAAB">Inner text</div>

This div background color is #93DAAB.


Border color

.myBorderColor { border: 1px solid #93DAAB; }

<div style="border:3px solid #93DAAB">Div</div>

This div border color is #93DAAB.


Opacity

.myOpacity80 { color: #93DAAB; opacity: 0.8; }

<p style="color:#93DAAB;opacity:0.8;">80%</p>

Text with #93DAAB 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 #93DAAB;}

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

This text has shadow with #93DAAB color.

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

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

This text has shadow with #93DAAB primary color and red secondary color.


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

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

This text has shadow with #93DAAB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DAAB on black background.


Color preview on white background

This text has color #93DAAB on white background.



Black color preview on #93DAAB background

This text has black color on #93DAAB background.


White color preview on #93DAAB background

This text has white color on #93DAAB background.