COLOR #93DB8B

HEX: #93DB8B RGB: (147,219,139)

Color info

#93DB8B contains mainly green color. Web safe color of #93DB8B is #99CC99 (or #9C9).

RGB color model

#93DB8B color RGB value is (147,219,139).

RGB: (147,219,139) (58%, 86%, 55%)

RGB channels and saturation

R 147 of 255 = 58%
G 219 of 255 = 86%
B 139 of 255 = 55%

147
219
139

R + G + B ~ 66%. #93DB8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 219 + 139 = 505 (100%)
R 147 of 505 ~ 29.11%
G 219 of 505 ~ 43.37%
B 139 of 505 ~ 27.52'%

%29.11
%43.37
%27.52

CMYK color model

#93DB8B color CMYK value is (33,0,37,14).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 36.53%
  • key color value is 14.12%
CMYK: (33,0,37,14) C33M0Y37K14 (33%,0%,37%,14%) (0.33/0.00/0.37/0.14) 

CMYK percentages

%32.88
%0
%36.53
%14.12

Codes

Color #93DB8B in popluar color models

93 DB 8B
RGB 147 219 139
HSL 114° 52.63% 70.20%
HSB/HSV 114° 36.53% 85.88%
CMYK 32.88% 0.00% 36.53%
14.12%

Color #93DB8B in popluar number systems.

HEX 93 DB 8B
Decimal 147 219 139
Binary 10010011 11011011 10001011
Octal 223 333 213

Shades and tints

Shades of #93DB8B

#93DB8B
(147,219,139)
#86C87F
(134,200,127)
#79B573
(121,181,115)
#6CA267
(108,162,103)
#5F8F5B
(95,143,91)
#527C4F
(82,124,79)
#456943
(69,105,67)
#385637
(56,86,55)
#2B432B
(43,67,43)
#1E301F
(30,48,31)
#111D13
(17,29,19)
#000000
(0,0,0)

Tints of #93DB8B

#93DB8B
(147,219,139)
#9CDE95
(156,222,149)
#A5E19F
(165,225,159)
#AEE4A9
(174,228,169)
#B7E7B3
(183,231,179)
#C0EABD
(192,234,189)
#C9EDC7
(201,237,199)
#D2F0D1
(210,240,209)
#DBF3DB
(219,243,219)
#E4F6E5
(228,246,229)
#EDF9EF
(237,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93DB8B; }

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

This text font color is #93DB8B.

Background Color

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

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

This div background color is #93DB8B.

Border color

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

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

This div border color is #93DB8B.

Opacity

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

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

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

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

This text has shadow with #93DB8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93DB8B.

Preview

Color preview on black background

This text has color #93DB8B on black background.


Color preview on white background

This text has color #93DB8B on white background.


Black color preview on #93DB8B background

This text has black color on #93DB8B background.


White color preview on #93DB8B background

This text has white color on #93DB8B background.


Related colors

Complementary color

Complementary color for #hex is #6C2474.


I love getcolorcode.com

Triadic colors

1 #8B93DB and #DB8B93 with #93DB8B are triadic colors.

2 #8BDB93 and #DB938B with #93DB8B are triadic colors.