COLOR #93BD88

HEX: #93BD88
RGB: (147,189,136)

Color info

#93BD88 contains red, green and blue colors in about the same proportion. Web safe color of #93BD88 is #99CC99 (or #9C9).

RGB color model

#93BD88 color RGB value is (147,189,136).

  • red value is 147;
  • green value is 189;
  • blue value is 136.
RGB:
(147,189,136)
(58%,74%,53%)

RGB channels and saturation

R 147 of 255 = 58%
G 189 of 255 = 74%
B 136 of 255 = 53%

147
189
136

R + G + B ~ 62%. #93BD88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 189 + 136 = 472 (100%)
R 147 of 472 ~ 31.14%
G 189 of 472 ~ 40.04%
B 136 of 472 ~ 28.81%

%31.14
%40.04
%28.81

CMYK color model

#93BD88 color CMYK value is (22,0,28,26).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 28.04%
  • key color value is 25.88%
CMYK:
(22,0,28,26)
C22M0Y28K26 
(22%,0%,28%,26%)
(0.22/0.00/0.28/0.26)	

CMYK percentages

%22.22
%0
%28.04
%25.88

Codes

Color #93BD88 in popluar color models

93BD88
RGB147189136
HSL108°28.65%63.73%
HSB/HSV108°28.04%74.12%
CMYK22.22%0.00%28.04%
25.88%

Color #93BD88 in popluar number systems.

HEX93BD88
Decimal147189136
Binary100100111011110110001000
Octal223275210

Shades and tints

Shades of #93BD88

#93BD88
(147,189,136)
#86AC7C
(134,172,124)
#799B70
(121,155,112)
#6C8A64
(108,138,100)
#5F7958
(95,121,88)
#52684C
(82,104,76)
#455740
(69,87,64)
#384634
(56,70,52)
#2B3528
(43,53,40)
#1E241C
(30,36,28)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #93BD88

#93BD88
(147,189,136)
#9CC392
(156,195,146)
#A5C99C
(165,201,156)
#AECFA6
(174,207,166)
#B7D5B0
(183,213,176)
#C0DBBA
(192,219,186)
#C9E1C4
(201,225,196)
#D2E7CE
(210,231,206)
#DBEDD8
(219,237,216)
#E4F3E2
(228,243,226)
#EDF9EC
(237,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BD88 color. Also use rgb(147,189,136) instead hex code.

Text Font Color

.myTextColor { color: #93BD88; }

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

This text font color is #93BD88.


Background Color

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

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

This div background color is #93BD88.


Border color

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

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

This div border color is #93BD88.


Opacity

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

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

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

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

This text has shadow with #93BD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BD88 on black background.


Color preview on white background

This text has color #93BD88 on white background.



Black color preview on #93BD88 background

This text has black color on #93BD88 background.


White color preview on #93BD88 background

This text has white color on #93BD88 background.