COLOR #93EBE2

HEX: #93EBE2
RGB: (147,235,226)

Color info

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

RGB color model

#93EBE2 color RGB value is (147,235,226).

  • red value is 147;
  • green value is 235;
  • blue value is 226.
RGB:
(147,235,226)
(58%,92%,89%)

RGB channels and saturation

R 147 of 255 = 58%
G 235 of 255 = 92%
B 226 of 255 = 89%

147
235
226

R + G + B ~ 80%. #93EBE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 235 + 226 = 608 (100%)
R 147 of 608 ~ 24.18%
G 235 of 608 ~ 38.65%
B 226 of 608 ~ 37.17%

%24.18
%38.65
%37.17

CMYK color model

#93EBE2 color CMYK value is (37,0,4,8).

  • cyan value is 37.45%
  • magenta value is 0.00%
  • yellow value is 3.83%
  • key color value is 7.84%
CMYK:
(37,0,4,8)
C37M0Y4K8 
(37%,0%,4%,8%)
(0.37/0.00/0.04/0.08)	

CMYK percentages

%37.45
%0
%3.83
%7.84

Codes

Color #93EBE2 in popluar color models

93EBE2
RGB147235226
HSL174°68.75%74.90%
HSB/HSV174°37.45%92.16%
CMYK37.45%0.00%3.83%
7.84%

Color #93EBE2 in popluar number systems.

HEX93EBE2
Decimal147235226
Binary100100111110101111100010
Octal223353342

Shades and tints

Shades of #93EBE2

#93EBE2
(147,235,226)
#86D6CE
(134,214,206)
#79C1BA
(121,193,186)
#6CACA6
(108,172,166)
#5F9792
(95,151,146)
#52827E
(82,130,126)
#456D6A
(69,109,106)
#385856
(56,88,86)
#2B4342
(43,67,66)
#1E2E2E
(30,46,46)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #93EBE2

#93EBE2
(147,235,226)
#9CECE4
(156,236,228)
#A5EDE6
(165,237,230)
#AEEEE8
(174,238,232)
#B7EFEA
(183,239,234)
#C0F0EC
(192,240,236)
#C9F1EE
(201,241,238)
#D2F2F0
(210,242,240)
#DBF3F2
(219,243,242)
#E4F4F4
(228,244,244)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93EBE2 color. Also use rgb(147,235,226) instead hex code.

Text Font Color

.myTextColor { color: #93EBE2; }

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

This text font color is #93EBE2.


Background Color

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

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

This div background color is #93EBE2.


Border color

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

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

This div border color is #93EBE2.


Opacity

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

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

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

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

This text has shadow with #93EBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93EBE2 on black background.


Color preview on white background

This text has color #93EBE2 on white background.



Black color preview on #93EBE2 background

This text has black color on #93EBE2 background.


White color preview on #93EBE2 background

This text has white color on #93EBE2 background.