COLOR #93EDEB

HEX: #93EDEB
RGB: (147,237,235)

Color info

#93EDEB contains mainly green and blue colors. Web safe color of #93EDEB is #99FFFF (or #9FF).

RGB color model

#93EDEB color RGB value is (147,237,235).

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

RGB channels and saturation

R 147 of 255 = 58%
G 237 of 255 = 93%
B 235 of 255 = 92%

147
237
235

R + G + B ~ 81%. #93EDEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 237 + 235 = 619 (100%)
R 147 of 619 ~ 23.75%
G 237 of 619 ~ 38.29%
B 235 of 619 ~ 37.96%

%23.75
%38.29
%37.96

CMYK color model

#93EDEB color CMYK value is (38,0,1,7).

  • cyan value is 37.97%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 7.06%
CMYK:
(38,0,1,7)
C38M0Y1K7 
(38%,0%,1%,7%)
(0.38/0.00/0.01/0.07)	

CMYK percentages

%37.97
%0
%0.84
%7.06

Codes

Color #93EDEB in popluar color models

93EDEB
RGB147237235
HSL179°71.43%75.29%
HSB/HSV179°37.97%92.94%
CMYK37.97%0.00%0.84%
7.06%

Color #93EDEB in popluar number systems.

HEX93EDEB
Decimal147237235
Binary100100111110110111101011
Octal223355353

Shades and tints

Shades of #93EDEB

#93EDEB
(147,237,235)
#86D8D6
(134,216,214)
#79C3C1
(121,195,193)
#6CAEAC
(108,174,172)
#5F9997
(95,153,151)
#528482
(82,132,130)
#456F6D
(69,111,109)
#385A58
(56,90,88)
#2B4543
(43,69,67)
#1E302E
(30,48,46)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #93EDEB

#93EDEB
(147,237,235)
#9CEEEC
(156,238,236)
#A5EFED
(165,239,237)
#AEF0EE
(174,240,238)
#B7F1EF
(183,241,239)
#C0F2F0
(192,242,240)
#C9F3F1
(201,243,241)
#D2F4F2
(210,244,242)
#DBF5F3
(219,245,243)
#E4F6F4
(228,246,244)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93EDEB; }

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

This text font color is #93EDEB.


Background Color

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

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

This div background color is #93EDEB.


Border color

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

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

This div border color is #93EDEB.


Opacity

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

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

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

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

This text has shadow with #93EDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93EDEB on black background.


Color preview on white background

This text has color #93EDEB on white background.



Black color preview on #93EDEB background

This text has black color on #93EDEB background.


White color preview on #93EDEB background

This text has white color on #93EDEB background.