COLOR #93B893

HEX: #93B893
RGB: (147,184,147)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

147
184
147

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

Portions of RGB colors in percentages

R + G + B =
147 + 184 + 147 = 478 (100%)
R 147 of 478 ~ 30.75%
G 184 of 478 ~ 38.49%
B 147 of 478 ~ 30.75%

%30.75
%38.49
%30.75

CMYK color model

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

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

CMYK percentages

%20.11
%0
%20.11
%27.84

Codes

Color #93B893 in popluar color models

93B893
RGB147184147
HSL120°20.67%64.90%
HSB/HSV120°20.11%72.16%
CMYK20.11%0.00%20.11%
27.84%

Color #93B893 in popluar number systems.

HEX93B893
Decimal147184147
Binary100100111011100010010011
Octal223270223

Shades and tints

Shades of #93B893

#93B893
(147,184,147)
#86A886
(134,168,134)
#799879
(121,152,121)
#6C886C
(108,136,108)
#5F785F
(95,120,95)
#526852
(82,104,82)
#455845
(69,88,69)
#384838
(56,72,56)
#2B382B
(43,56,43)
#1E281E
(30,40,30)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #93B893

#93B893
(147,184,147)
#9CBE9C
(156,190,156)
#A5C4A5
(165,196,165)
#AECAAE
(174,202,174)
#B7D0B7
(183,208,183)
#C0D6C0
(192,214,192)
#C9DCC9
(201,220,201)
#D2E2D2
(210,226,210)
#DBE8DB
(219,232,219)
#E4EEE4
(228,238,228)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B893; }

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

This text font color is #93B893.


Background Color

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

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

This div background color is #93B893.


Border color

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

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

This div border color is #93B893.


Opacity

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

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

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

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

This text has shadow with #93B893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B893 on black background.


Color preview on white background

This text has color #93B893 on white background.



Black color preview on #93B893 background

This text has black color on #93B893 background.


White color preview on #93B893 background

This text has white color on #93B893 background.