COLOR #93B88D

HEX: #93B88D
RGB: (147,184,141)

Color info

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

RGB color model

#93B88D color RGB value is (147,184,141).

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

RGB channels and saturation

R 147 of 255 = 58%
G 184 of 255 = 72%
B 141 of 255 = 55%

147
184
141

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

Portions of RGB colors in percentages

R + G + B =
147 + 184 + 141 = 472 (100%)
R 147 of 472 ~ 31.14%
G 184 of 472 ~ 38.98%
B 141 of 472 ~ 29.87%

%31.14
%38.98
%29.87

CMYK color model

#93B88D color CMYK value is (20,0,23,28).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%
CMYK:
(20,0,23,28)
C20M0Y23K28 
(20%,0%,23%,28%)
(0.20/0.00/0.23/0.28)	

CMYK percentages

%20.11
%0
%23.37
%27.84

Codes

Color #93B88D in popluar color models

93B88D
RGB147184141
HSL112°23.24%63.73%
HSB/HSV112°23.37%72.16%
CMYK20.11%0.00%23.37%
27.84%

Color #93B88D in popluar number systems.

HEX93B88D
Decimal147184141
Binary100100111011100010001101
Octal223270215

Shades and tints

Shades of #93B88D

#93B88D
(147,184,141)
#86A881
(134,168,129)
#799875
(121,152,117)
#6C8869
(108,136,105)
#5F785D
(95,120,93)
#526851
(82,104,81)
#455845
(69,88,69)
#384839
(56,72,57)
#2B382D
(43,56,45)
#1E2821
(30,40,33)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #93B88D

#93B88D
(147,184,141)
#9CBE97
(156,190,151)
#A5C4A1
(165,196,161)
#AECAAB
(174,202,171)
#B7D0B5
(183,208,181)
#C0D6BF
(192,214,191)
#C9DCC9
(201,220,201)
#D2E2D3
(210,226,211)
#DBE8DD
(219,232,221)
#E4EEE7
(228,238,231)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B88D; }

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

This text font color is #93B88D.


Background Color

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

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

This div background color is #93B88D.


Border color

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

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

This div border color is #93B88D.


Opacity

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

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

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

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

This text has shadow with #93B88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B88D on black background.


Color preview on white background

This text has color #93B88D on white background.



Black color preview on #93B88D background

This text has black color on #93B88D background.


White color preview on #93B88D background

This text has white color on #93B88D background.