COLOR #93B897

HEX: #93B897
RGB: (147,184,151)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

147
184
151

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

Portions of RGB colors in percentages

R + G + B =
147 + 184 + 151 = 482 (100%)
R 147 of 482 ~ 30.5%
G 184 of 482 ~ 38.17%
B 151 of 482 ~ 31.33%

%30.5
%38.17
%31.33

CMYK color model

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

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

CMYK percentages

%20.11
%0
%17.93
%27.84

Codes

Color #93B897 in popluar color models

93B897
RGB147184151
HSL126°20.67%64.90%
HSB/HSV126°20.11%72.16%
CMYK20.11%0.00%17.93%
27.84%

Color #93B897 in popluar number systems.

HEX93B897
Decimal147184151
Binary100100111011100010010111
Octal223270227

Shades and tints

Shades of #93B897

#93B897
(147,184,151)
#86A88A
(134,168,138)
#79987D
(121,152,125)
#6C8870
(108,136,112)
#5F7863
(95,120,99)
#526856
(82,104,86)
#455849
(69,88,73)
#38483C
(56,72,60)
#2B382F
(43,56,47)
#1E2822
(30,40,34)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #93B897

#93B897
(147,184,151)
#9CBEA0
(156,190,160)
#A5C4A9
(165,196,169)
#AECAB2
(174,202,178)
#B7D0BB
(183,208,187)
#C0D6C4
(192,214,196)
#C9DCCD
(201,220,205)
#D2E2D6
(210,226,214)
#DBE8DF
(219,232,223)
#E4EEE8
(228,238,232)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B897; }

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

This text font color is #93B897.


Background Color

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

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

This div background color is #93B897.


Border color

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

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

This div border color is #93B897.


Opacity

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

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

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

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

This text has shadow with #93B897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B897 on black background.


Color preview on white background

This text has color #93B897 on white background.



Black color preview on #93B897 background

This text has black color on #93B897 background.


White color preview on #93B897 background

This text has white color on #93B897 background.