COLOR #93BE91

HEX: #93BE91
RGB: (147,190,145)

Color info

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

RGB color model

#93BE91 color RGB value is (147,190,145).

  • red value is 147;
  • green value is 190;
  • blue value is 145.
RGB:
(147,190,145)
(58%,75%,57%)

RGB channels and saturation

R 147 of 255 = 58%
G 190 of 255 = 75%
B 145 of 255 = 57%

147
190
145

R + G + B ~ 63%. #93BE91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 190 + 145 = 482 (100%)
R 147 of 482 ~ 30.5%
G 190 of 482 ~ 39.42%
B 145 of 482 ~ 30.08%

%30.5
%39.42
%30.08

CMYK color model

#93BE91 color CMYK value is (23,0,24,25).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 25.49%
CMYK:
(23,0,24,25)
C23M0Y24K25 
(23%,0%,24%,25%)
(0.23/0.00/0.24/0.25)	

CMYK percentages

%22.63
%0
%23.68
%25.49

Codes

Color #93BE91 in popluar color models

93BE91
RGB147190145
HSL117°25.71%65.69%
HSB/HSV117°23.68%74.51%
CMYK22.63%0.00%23.68%
25.49%

Color #93BE91 in popluar number systems.

HEX93BE91
Decimal147190145
Binary100100111011111010010001
Octal223276221

Shades and tints

Shades of #93BE91

#93BE91
(147,190,145)
#86AD84
(134,173,132)
#799C77
(121,156,119)
#6C8B6A
(108,139,106)
#5F7A5D
(95,122,93)
#526950
(82,105,80)
#455843
(69,88,67)
#384736
(56,71,54)
#2B3629
(43,54,41)
#1E251C
(30,37,28)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #93BE91

#93BE91
(147,190,145)
#9CC39B
(156,195,155)
#A5C8A5
(165,200,165)
#AECDAF
(174,205,175)
#B7D2B9
(183,210,185)
#C0D7C3
(192,215,195)
#C9DCCD
(201,220,205)
#D2E1D7
(210,225,215)
#DBE6E1
(219,230,225)
#E4EBEB
(228,235,235)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BE91 color. Also use rgb(147,190,145) instead hex code.

Text Font Color

.myTextColor { color: #93BE91; }

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

This text font color is #93BE91.


Background Color

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

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

This div background color is #93BE91.


Border color

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

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

This div border color is #93BE91.


Opacity

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

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

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

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

This text has shadow with #93BE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BE91 on black background.


Color preview on white background

This text has color #93BE91 on white background.



Black color preview on #93BE91 background

This text has black color on #93BE91 background.


White color preview on #93BE91 background

This text has white color on #93BE91 background.