COLOR #93DCA5

HEX: #93DCA5
RGB: (147,220,165)

Color info

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

RGB color model

#93DCA5 color RGB value is (147,220,165).

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

RGB channels and saturation

R 147 of 255 = 58%
G 220 of 255 = 86%
B 165 of 255 = 65%

147
220
165

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

Portions of RGB colors in percentages

R + G + B =
147 + 220 + 165 = 532 (100%)
R 147 of 532 ~ 27.63%
G 220 of 532 ~ 41.35%
B 165 of 532 ~ 31.02%

%27.63
%41.35
%31.02

CMYK color model

#93DCA5 color CMYK value is (33,0,25,14).

  • cyan value is 33.18%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 13.73%
CMYK:
(33,0,25,14)
C33M0Y25K14 
(33%,0%,25%,14%)
(0.33/0.00/0.25/0.14)	

CMYK percentages

%33.18
%0
%25
%13.73

Codes

Color #93DCA5 in popluar color models

93DCA5
RGB147220165
HSL135°51.05%71.96%
HSB/HSV135°33.18%86.27%
CMYK33.18%0.00%25.00%
13.73%

Color #93DCA5 in popluar number systems.

HEX93DCA5
Decimal147220165
Binary100100111101110010100101
Octal223334245

Shades and tints

Shades of #93DCA5

#93DCA5
(147,220,165)
#86C896
(134,200,150)
#79B487
(121,180,135)
#6CA078
(108,160,120)
#5F8C69
(95,140,105)
#52785A
(82,120,90)
#45644B
(69,100,75)
#38503C
(56,80,60)
#2B3C2D
(43,60,45)
#1E281E
(30,40,30)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #93DCA5

#93DCA5
(147,220,165)
#9CDFAD
(156,223,173)
#A5E2B5
(165,226,181)
#AEE5BD
(174,229,189)
#B7E8C5
(183,232,197)
#C0EBCD
(192,235,205)
#C9EED5
(201,238,213)
#D2F1DD
(210,241,221)
#DBF4E5
(219,244,229)
#E4F7ED
(228,247,237)
#EDFAF5
(237,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93DCA5 color. Also use rgb(147,220,165) instead hex code.

Text Font Color

.myTextColor { color: #93DCA5; }

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

This text font color is #93DCA5.


Background Color

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

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

This div background color is #93DCA5.


Border color

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

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

This div border color is #93DCA5.


Opacity

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

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

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

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

This text has shadow with #93DCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DCA5 on black background.


Color preview on white background

This text has color #93DCA5 on white background.



Black color preview on #93DCA5 background

This text has black color on #93DCA5 background.


White color preview on #93DCA5 background

This text has white color on #93DCA5 background.