COLOR #93DBA6

HEX: #93DBA6
RGB: (147,219,166)

Color info

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

RGB color model

#93DBA6 color RGB value is (147,219,166).

  • red value is 147;
  • green value is 219;
  • blue value is 166.
RGB:
(147,219,166)
(58%,86%,65%)

RGB channels and saturation

R 147 of 255 = 58%
G 219 of 255 = 86%
B 166 of 255 = 65%

147
219
166

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

Portions of RGB colors in percentages

R + G + B =
147 + 219 + 166 = 532 (100%)
R 147 of 532 ~ 27.63%
G 219 of 532 ~ 41.17%
B 166 of 532 ~ 31.2%

%27.63
%41.17
%31.2

CMYK color model

#93DBA6 color CMYK value is (33,0,24,14).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 24.20%
  • key color value is 14.12%
CMYK:
(33,0,24,14)
C33M0Y24K14 
(33%,0%,24%,14%)
(0.33/0.00/0.24/0.14)	

CMYK percentages

%32.88
%0
%24.2
%14.12

Codes

Color #93DBA6 in popluar color models

93DBA6
RGB147219166
HSL136°50.00%71.76%
HSB/HSV136°32.88%85.88%
CMYK32.88%0.00%24.20%
14.12%

Color #93DBA6 in popluar number systems.

HEX93DBA6
Decimal147219166
Binary100100111101101110100110
Octal223333246

Shades and tints

Shades of #93DBA6

#93DBA6
(147,219,166)
#86C897
(134,200,151)
#79B588
(121,181,136)
#6CA279
(108,162,121)
#5F8F6A
(95,143,106)
#527C5B
(82,124,91)
#45694C
(69,105,76)
#38563D
(56,86,61)
#2B432E
(43,67,46)
#1E301F
(30,48,31)
#111D10
(17,29,16)
#000000
(0,0,0)

Tints of #93DBA6

#93DBA6
(147,219,166)
#9CDEAE
(156,222,174)
#A5E1B6
(165,225,182)
#AEE4BE
(174,228,190)
#B7E7C6
(183,231,198)
#C0EACE
(192,234,206)
#C9EDD6
(201,237,214)
#D2F0DE
(210,240,222)
#DBF3E6
(219,243,230)
#E4F6EE
(228,246,238)
#EDF9F6
(237,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93DBA6 color. Also use rgb(147,219,166) instead hex code.

Text Font Color

.myTextColor { color: #93DBA6; }

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

This text font color is #93DBA6.


Background Color

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

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

This div background color is #93DBA6.


Border color

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

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

This div border color is #93DBA6.


Opacity

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

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

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

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

This text has shadow with #93DBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DBA6 on black background.


Color preview on white background

This text has color #93DBA6 on white background.



Black color preview on #93DBA6 background

This text has black color on #93DBA6 background.


White color preview on #93DBA6 background

This text has white color on #93DBA6 background.