COLOR #93BB94

HEX: #93BB94
RGB: (147,187,148)

Color info

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

RGB color model

#93BB94 color RGB value is (147,187,148).

  • red value is 147;
  • green value is 187;
  • blue value is 148.
RGB:
(147,187,148)
(58%,73%,58%)

RGB channels and saturation

R 147 of 255 = 58%
G 187 of 255 = 73%
B 148 of 255 = 58%

147
187
148

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

Portions of RGB colors in percentages

R + G + B =
147 + 187 + 148 = 482 (100%)
R 147 of 482 ~ 30.5%
G 187 of 482 ~ 38.8%
B 148 of 482 ~ 30.71%

%30.5
%38.8
%30.71

CMYK color model

#93BB94 color CMYK value is (21,0,21,27).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 20.86%
  • key color value is 26.67%
CMYK:
(21,0,21,27)
C21M0Y21K27 
(21%,0%,21%,27%)
(0.21/0.00/0.21/0.27)	

CMYK percentages

%21.39
%0
%20.86
%26.67

Codes

Color #93BB94 in popluar color models

93BB94
RGB147187148
HSL122°22.73%65.49%
HSB/HSV122°21.39%73.33%
CMYK21.39%0.00%20.86%
26.67%

Color #93BB94 in popluar number systems.

HEX93BB94
Decimal147187148
Binary100100111011101110010100
Octal223273224

Shades and tints

Shades of #93BB94

#93BB94
(147,187,148)
#86AA87
(134,170,135)
#79997A
(121,153,122)
#6C886D
(108,136,109)
#5F7760
(95,119,96)
#526653
(82,102,83)
#455546
(69,85,70)
#384439
(56,68,57)
#2B332C
(43,51,44)
#1E221F
(30,34,31)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #93BB94

#93BB94
(147,187,148)
#9CC19D
(156,193,157)
#A5C7A6
(165,199,166)
#AECDAF
(174,205,175)
#B7D3B8
(183,211,184)
#C0D9C1
(192,217,193)
#C9DFCA
(201,223,202)
#D2E5D3
(210,229,211)
#DBEBDC
(219,235,220)
#E4F1E5
(228,241,229)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BB94 color. Also use rgb(147,187,148) instead hex code.

Text Font Color

.myTextColor { color: #93BB94; }

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

This text font color is #93BB94.


Background Color

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

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

This div background color is #93BB94.


Border color

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

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

This div border color is #93BB94.


Opacity

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

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

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

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

This text has shadow with #93BB94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BB94 on black background.


Color preview on white background

This text has color #93BB94 on white background.



Black color preview on #93BB94 background

This text has black color on #93BB94 background.


White color preview on #93BB94 background

This text has white color on #93BB94 background.