COLOR #93B09E

HEX: #93B09E
RGB: (147,176,158)

Color info

#93B09E contains red, green and blue colors in about the same proportion. Web safe color of #93B09E is #999999 (or #999).

RGB color model

#93B09E color RGB value is (147,176,158).

  • red value is 147;
  • green value is 176;
  • blue value is 158.
RGB:
(147,176,158)
(58%,69%,62%)

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 158 of 255 = 62%

147
176
158

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

Portions of RGB colors in percentages

R + G + B =
147 + 176 + 158 = 481 (100%)
R 147 of 481 ~ 30.56%
G 176 of 481 ~ 36.59%
B 158 of 481 ~ 32.85%

%30.56
%36.59
%32.85

CMYK color model

#93B09E color CMYK value is (16,0,10,31).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK:
(16,0,10,31)
C16M0Y10K31 
(16%,0%,10%,31%)
(0.16/0.00/0.10/0.31)	

CMYK percentages

%16.48
%0
%10.23
%30.98

Codes

Color #93B09E in popluar color models

93B09E
RGB147176158
HSL143°15.51%63.33%
HSB/HSV143°16.48%69.02%
CMYK16.48%0.00%10.23%
30.98%

Color #93B09E in popluar number systems.

HEX93B09E
Decimal147176158
Binary100100111011000010011110
Octal223260236

Shades and tints

Shades of #93B09E

#93B09E
(147,176,158)
#86A090
(134,160,144)
#799082
(121,144,130)
#6C8074
(108,128,116)
#5F7066
(95,112,102)
#526058
(82,96,88)
#45504A
(69,80,74)
#38403C
(56,64,60)
#2B302E
(43,48,46)
#1E2020
(30,32,32)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #93B09E

#93B09E
(147,176,158)
#9CB7A6
(156,183,166)
#A5BEAE
(165,190,174)
#AEC5B6
(174,197,182)
#B7CCBE
(183,204,190)
#C0D3C6
(192,211,198)
#C9DACE
(201,218,206)
#D2E1D6
(210,225,214)
#DBE8DE
(219,232,222)
#E4EFE6
(228,239,230)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B09E; }

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

This text font color is #93B09E.


Background Color

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

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

This div background color is #93B09E.


Border color

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

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

This div border color is #93B09E.


Opacity

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

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

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

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

This text has shadow with #93B09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B09E on black background.


Color preview on white background

This text has color #93B09E on white background.



Black color preview on #93B09E background

This text has black color on #93B09E background.


White color preview on #93B09E background

This text has white color on #93B09E background.