COLOR #93E0BB

HEX: #93E0BB
RGB: (147,224,187)

Color info

#93E0BB contains mainly green and blue colors. Web safe color of #93E0BB is #99CCCC (or #9CC).

RGB color model

#93E0BB color RGB value is (147,224,187).

  • red value is 147;
  • green value is 224;
  • blue value is 187.
RGB:
(147,224,187)
(58%,88%,73%)

RGB channels and saturation

R 147 of 255 = 58%
G 224 of 255 = 88%
B 187 of 255 = 73%

147
224
187

R + G + B ~ 73%. #93E0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 224 + 187 = 558 (100%)
R 147 of 558 ~ 26.34%
G 224 of 558 ~ 40.14%
B 187 of 558 ~ 33.51%

%26.34
%40.14
%33.51

CMYK color model

#93E0BB color CMYK value is (34,0,17,12).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 12.16%
CMYK:
(34,0,17,12)
C34M0Y17K12 
(34%,0%,17%,12%)
(0.34/0.00/0.17/0.12)	

CMYK percentages

%34.38
%0
%16.52
%12.16

Codes

Color #93E0BB in popluar color models

93E0BB
RGB147224187
HSL151°55.40%72.75%
HSB/HSV151°34.38%87.84%
CMYK34.38%0.00%16.52%
12.16%

Color #93E0BB in popluar number systems.

HEX93E0BB
Decimal147224187
Binary100100111110000010111011
Octal223340273

Shades and tints

Shades of #93E0BB

#93E0BB
(147,224,187)
#86CCAA
(134,204,170)
#79B899
(121,184,153)
#6CA488
(108,164,136)
#5F9077
(95,144,119)
#527C66
(82,124,102)
#456855
(69,104,85)
#385444
(56,84,68)
#2B4033
(43,64,51)
#1E2C22
(30,44,34)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #93E0BB

#93E0BB
(147,224,187)
#9CE2C1
(156,226,193)
#A5E4C7
(165,228,199)
#AEE6CD
(174,230,205)
#B7E8D3
(183,232,211)
#C0EAD9
(192,234,217)
#C9ECDF
(201,236,223)
#D2EEE5
(210,238,229)
#DBF0EB
(219,240,235)
#E4F2F1
(228,242,241)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93E0BB; }

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

This text font color is #93E0BB.


Background Color

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

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

This div background color is #93E0BB.


Border color

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

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

This div border color is #93E0BB.


Opacity

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

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

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

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

This text has shadow with #93E0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93E0BB on black background.


Color preview on white background

This text has color #93E0BB on white background.



Black color preview on #93E0BB background

This text has black color on #93E0BB background.


White color preview on #93E0BB background

This text has white color on #93E0BB background.