COLOR #93E9BB

HEX: #93E9BB RGB: (147,233,187)

Color info

#93E9BB contains mainly green and blue colors. Web safe color of #93E9BB is #99FFCC (or #9FC).

RGB color model

#93E9BB color RGB value is (147,233,187).

RGB: (147,233,187) (58%, 91%, 73%)

RGB channels and saturation

R 147 of 255 = 58%
G 233 of 255 = 91%
B 187 of 255 = 73%

147
233
187

R + G + B ~ 74%. #93E9BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 233 + 187 = 567 (100%)
R 147 of 567 ~ 25.93%
G 233 of 567 ~ 41.09%
B 187 of 567 ~ 32.98'%

%25.93
%41.09
%32.98

CMYK color model

#93E9BB color CMYK value is (37,0,20,9).

  • cyan value is 36.91%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 8.63%

CMYK: (37,0,20,9)
C37M0Y20K9 (37%, 0%, 20%, 9%)
(0.37 / 0.00 / 0.20 / 0.09)

CMYK percentages

%36.91
%0
%19.74
%8.63

Codes

Color #93E9BB in popluar color models

93 E9 BB
RGB 147 233 187
HSL 148° 66.15% 74.51%
HSB/HSV 148° 36.91% 91.37%
CMYK 36.91% 0.00% 19.74%
8.63%

Color #93E9BB in popluar number systems.

HEX 93 E9 BB
Decimal 147 233 187
Binary 10010011 11101001 10111011
Octal 223 351 273

Shades and tints

Shades of #93E9BB

#93E9BB
(147,233,187)
#86D4AA
(134,212,170)
#79BF99
(121,191,153)
#6CAA88
(108,170,136)
#5F9577
(95,149,119)
#528066
(82,128,102)
#456B55
(69,107,85)
#385644
(56,86,68)
#2B4133
(43,65,51)
#1E2C22
(30,44,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #93E9BB

#93E9BB
(147,233,187)
#9CEBC1
(156,235,193)
#A5EDC7
(165,237,199)
#AEEFCD
(174,239,205)
#B7F1D3
(183,241,211)
#C0F3D9
(192,243,217)
#C9F5DF
(201,245,223)
#D2F7E5
(210,247,229)
#DBF9EB
(219,249,235)
#E4FBF1
(228,251,241)
#EDFDF7
(237,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E9BB color. Also use rgb(147,233,187) instead hex code.

Text Font Color

.myTextColor { color: #93E9BB; }

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

This text font color is #93E9BB.

Background Color

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

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

This div background color is #93E9BB.

Border color

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

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

This div border color is #93E9BB.

Opacity

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

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

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

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

This text has shadow with #93E9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93E9BB.

Preview

Color preview on black background

This text has color #93E9BB on black background.


Color preview on white background

This text has color #93E9BB on white background.


Black color preview on #93E9BB background

This text has black color on #93E9BB background.


White color preview on #93E9BB background

This text has white color on #93E9BB background.


Related colors

Complementary color

Complementary color for #hex is #6C1644.


I love getcolorcode.com

Triadic colors

1 #BB93E9 and #E9BB93 with #93E9BB are triadic colors.

2 #BBE993 and #E993BB with #93E9BB are triadic colors.