COLOR #93BE8D

HEX: #93BE8D
RGB: (147,190,141)

Color info

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

RGB color model

#93BE8D color RGB value is (147,190,141).

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

RGB channels and saturation

R 147 of 255 = 58%
G 190 of 255 = 75%
B 141 of 255 = 55%

147
190
141

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

Portions of RGB colors in percentages

R + G + B =
147 + 190 + 141 = 478 (100%)
R 147 of 478 ~ 30.75%
G 190 of 478 ~ 39.75%
B 141 of 478 ~ 29.5%

%30.75
%39.75
%29.5

CMYK color model

#93BE8D color CMYK value is (23,0,26,25).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 25.49%
CMYK:
(23,0,26,25)
C23M0Y26K25 
(23%,0%,26%,25%)
(0.23/0.00/0.26/0.25)	

CMYK percentages

%22.63
%0
%25.79
%25.49

Codes

Color #93BE8D in popluar color models

93BE8D
RGB147190141
HSL113°27.37%64.90%
HSB/HSV113°25.79%74.51%
CMYK22.63%0.00%25.79%
25.49%

Color #93BE8D in popluar number systems.

HEX93BE8D
Decimal147190141
Binary100100111011111010001101
Octal223276215

Shades and tints

Shades of #93BE8D

#93BE8D
(147,190,141)
#86AD81
(134,173,129)
#799C75
(121,156,117)
#6C8B69
(108,139,105)
#5F7A5D
(95,122,93)
#526951
(82,105,81)
#455845
(69,88,69)
#384739
(56,71,57)
#2B362D
(43,54,45)
#1E2521
(30,37,33)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #93BE8D

#93BE8D
(147,190,141)
#9CC397
(156,195,151)
#A5C8A1
(165,200,161)
#AECDAB
(174,205,171)
#B7D2B5
(183,210,181)
#C0D7BF
(192,215,191)
#C9DCC9
(201,220,201)
#D2E1D3
(210,225,211)
#DBE6DD
(219,230,221)
#E4EBE7
(228,235,231)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BE8D; }

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

This text font color is #93BE8D.


Background Color

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

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

This div background color is #93BE8D.


Border color

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

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

This div border color is #93BE8D.


Opacity

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

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

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

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

This text has shadow with #93BE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BE8D on black background.


Color preview on white background

This text has color #93BE8D on white background.



Black color preview on #93BE8D background

This text has black color on #93BE8D background.


White color preview on #93BE8D background

This text has white color on #93BE8D background.