COLOR #93DEB8

HEX: #93DEB8 RGB: (147,222,184)

Color info

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

RGB color model

#93DEB8 color RGB value is (147,222,184).

RGB: (147,222,184) (58%, 87%, 72%)

RGB channels and saturation

R 147 of 255 = 58%
G 222 of 255 = 87%
B 184 of 255 = 72%

147
222
184

R + G + B ~ 72%. #93DEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 222 + 184 = 553 (100%)
R 147 of 553 ~ 26.58%
G 222 of 553 ~ 40.14%
B 184 of 553 ~ 33.27'%

%26.58
%40.14
%33.27

CMYK color model

#93DEB8 color CMYK value is (34,0,17,13).

  • cyan value is 33.78%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 12.94%
CMYK: (34,0,17,13) C34M0Y17K13 (34%,0%,17%,13%) (0.34/0.00/0.17/0.13) 

CMYK percentages

%33.78
%0
%17.12
%12.94

Codes

Color #93DEB8 in popluar color models

93 DE B8
RGB 147 222 184
HSL 150° 53.19% 72.35%
HSB/HSV 150° 33.78% 87.06%
CMYK 33.78% 0.00% 17.12%
12.94%

Color #93DEB8 in popluar number systems.

HEX 93 DE B8
Decimal 147 222 184
Binary 10010011 11011110 10111000
Octal 223 336 270

Shades and tints

Shades of #93DEB8

#93DEB8
(147,222,184)
#86CAA8
(134,202,168)
#79B698
(121,182,152)
#6CA288
(108,162,136)
#5F8E78
(95,142,120)
#527A68
(82,122,104)
#456658
(69,102,88)
#385248
(56,82,72)
#2B3E38
(43,62,56)
#1E2A28
(30,42,40)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #93DEB8

#93DEB8
(147,222,184)
#9CE1BE
(156,225,190)
#A5E4C4
(165,228,196)
#AEE7CA
(174,231,202)
#B7EAD0
(183,234,208)
#C0EDD6
(192,237,214)
#C9F0DC
(201,240,220)
#D2F3E2
(210,243,226)
#DBF6E8
(219,246,232)
#E4F9EE
(228,249,238)
#EDFCF4
(237,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93DEB8 color. Also use rgb(147,222,184) instead hex code.

Text Font Color

.myTextColor { color: #93DEB8; }

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

This text font color is #93DEB8.

Background Color

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

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

This div background color is #93DEB8.

Border color

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

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

This div border color is #93DEB8.

Opacity

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

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

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

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

This text has shadow with #93DEB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93DEB8.

Preview

Color preview on black background

This text has color #93DEB8 on black background.


Color preview on white background

This text has color #93DEB8 on white background.


Black color preview on #93DEB8 background

This text has black color on #93DEB8 background.


White color preview on #93DEB8 background

This text has white color on #93DEB8 background.


Related colors

Complementary color

Complementary color for #hex is #6C2147.


I love getcolorcode.com

Triadic colors

1 #B893DE and #DEB893 with #93DEB8 are triadic colors.

2 #B8DE93 and #DE93B8 with #93DEB8 are triadic colors.