COLOR #93D5B3

HEX: #93D5B3 RGB: (147,213,179)

Color info

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

RGB color model

#93D5B3 color RGB value is (147,213,179).

RGB: (147,213,179) (58%, 84%, 70%)

RGB channels and saturation

R 147 of 255 = 58%
G 213 of 255 = 84%
B 179 of 255 = 70%

147
213
179

R + G + B ~ 71%. #93D5B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 213 + 179 = 539 (100%)
R 147 of 539 ~ 27.27%
G 213 of 539 ~ 39.52%
B 179 of 539 ~ 33.21'%

%27.27
%39.52
%33.21

CMYK color model

#93D5B3 color CMYK value is (31,0,16,16).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 15.96%
  • key color value is 16.47%
CMYK: (31,0,16,16) C31M0Y16K16 (31%,0%,16%,16%) (0.31/0.00/0.16/0.16) 

CMYK percentages

%30.99
%0
%15.96
%16.47

Codes

Color #93D5B3 in popluar color models

93 D5 B3
RGB 147 213 179
HSL 149° 44.00% 70.59%
HSB/HSV 149° 30.99% 83.53%
CMYK 30.99% 0.00% 15.96%
16.47%

Color #93D5B3 in popluar number systems.

HEX 93 D5 B3
Decimal 147 213 179
Binary 10010011 11010101 10110011
Octal 223 325 263

Shades and tints

Shades of #93D5B3

#93D5B3
(147,213,179)
#86C2A3
(134,194,163)
#79AF93
(121,175,147)
#6C9C83
(108,156,131)
#5F8973
(95,137,115)
#527663
(82,118,99)
#456353
(69,99,83)
#385043
(56,80,67)
#2B3D33
(43,61,51)
#1E2A23
(30,42,35)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #93D5B3

#93D5B3
(147,213,179)
#9CD8B9
(156,216,185)
#A5DBBF
(165,219,191)
#AEDEC5
(174,222,197)
#B7E1CB
(183,225,203)
#C0E4D1
(192,228,209)
#C9E7D7
(201,231,215)
#D2EADD
(210,234,221)
#DBEDE3
(219,237,227)
#E4F0E9
(228,240,233)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D5B3 color. Also use rgb(147,213,179) instead hex code.

Text Font Color

.myTextColor { color: #93D5B3; }

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

This text font color is #93D5B3.


Background Color

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

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

This div background color is #93D5B3.


Border color

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

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

This div border color is #93D5B3.


Opacity

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

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

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

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

This text has shadow with #93D5B3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #93D5B3 on black background.


Color preview on white background

This text has color #93D5B3 on white background.



Black color preview on #93D5B3 background

This text has black color on #93D5B3 background.


White color preview on #93D5B3 background

This text has white color on #93D5B3 background.