COLOR #93B99B

HEX: #93B99B
RGB: (147,185,155)

Color info

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

RGB color model

#93B99B color RGB value is (147,185,155).

  • red value is 147;
  • green value is 185;
  • blue value is 155.
RGB:
(147,185,155)
(58%,73%,61%)

RGB channels and saturation

R 147 of 255 = 58%
G 185 of 255 = 73%
B 155 of 255 = 61%

147
185
155

R + G + B ~ 64%. #93B99B is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 185 + 155 = 487 (100%)
R 147 of 487 ~ 30.18%
G 185 of 487 ~ 37.99%
B 155 of 487 ~ 31.83%

%30.18
%37.99
%31.83

CMYK color model

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

  • cyan value is 20.54%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 27.45%
CMYK:
(21,0,16,27)
C21M0Y16K27 
(21%,0%,16%,27%)
(0.21/0.00/0.16/0.27)	

CMYK percentages

%20.54
%0
%16.22
%27.45

Codes

Color #93B99B in popluar color models

93B99B
RGB147185155
HSL133°21.35%65.10%
HSB/HSV133°20.54%72.55%
CMYK20.54%0.00%16.22%
27.45%

Color #93B99B in popluar number systems.

HEX93B99B
Decimal147185155
Binary100100111011100110011011
Octal223271233

Shades and tints

Shades of #93B99B

#93B99B
(147,185,155)
#86A98D
(134,169,141)
#79997F
(121,153,127)
#6C8971
(108,137,113)
#5F7963
(95,121,99)
#526955
(82,105,85)
#455947
(69,89,71)
#384939
(56,73,57)
#2B392B
(43,57,43)
#1E291D
(30,41,29)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #93B99B

#93B99B
(147,185,155)
#9CBFA4
(156,191,164)
#A5C5AD
(165,197,173)
#AECBB6
(174,203,182)
#B7D1BF
(183,209,191)
#C0D7C8
(192,215,200)
#C9DDD1
(201,221,209)
#D2E3DA
(210,227,218)
#DBE9E3
(219,233,227)
#E4EFEC
(228,239,236)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B99B; }

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

This text font color is #93B99B.


Background Color

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

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

This div background color is #93B99B.


Border color

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

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

This div border color is #93B99B.


Opacity

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

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

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

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

This text has shadow with #93B99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B99B on black background.


Color preview on white background

This text has color #93B99B on white background.



Black color preview on #93B99B background

This text has black color on #93B99B background.


White color preview on #93B99B background

This text has white color on #93B99B background.