COLOR #93BD9D

HEX: #93BD9D
RGB: (147,189,157)

Color info

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

RGB color model

#93BD9D color RGB value is (147,189,157).

  • red value is 147;
  • green value is 189;
  • blue value is 157.
RGB:
(147,189,157)
(58%,74%,62%)

RGB channels and saturation

R 147 of 255 = 58%
G 189 of 255 = 74%
B 157 of 255 = 62%

147
189
157

R + G + B ~ 65%. #93BD9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 189 + 157 = 493 (100%)
R 147 of 493 ~ 29.82%
G 189 of 493 ~ 38.34%
B 157 of 493 ~ 31.85%

%29.82
%38.34
%31.85

CMYK color model

#93BD9D color CMYK value is (22,0,17,26).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(22,0,17,26)
C22M0Y17K26 
(22%,0%,17%,26%)
(0.22/0.00/0.17/0.26)	

CMYK percentages

%22.22
%0
%16.93
%25.88

Codes

Color #93BD9D in popluar color models

93BD9D
RGB147189157
HSL134°24.14%65.88%
HSB/HSV134°22.22%74.12%
CMYK22.22%0.00%16.93%
25.88%

Color #93BD9D in popluar number systems.

HEX93BD9D
Decimal147189157
Binary100100111011110110011101
Octal223275235

Shades and tints

Shades of #93BD9D

#93BD9D
(147,189,157)
#86AC8F
(134,172,143)
#799B81
(121,155,129)
#6C8A73
(108,138,115)
#5F7965
(95,121,101)
#526857
(82,104,87)
#455749
(69,87,73)
#38463B
(56,70,59)
#2B352D
(43,53,45)
#1E241F
(30,36,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #93BD9D

#93BD9D
(147,189,157)
#9CC3A5
(156,195,165)
#A5C9AD
(165,201,173)
#AECFB5
(174,207,181)
#B7D5BD
(183,213,189)
#C0DBC5
(192,219,197)
#C9E1CD
(201,225,205)
#D2E7D5
(210,231,213)
#DBEDDD
(219,237,221)
#E4F3E5
(228,243,229)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BD9D; }

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

This text font color is #93BD9D.


Background Color

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

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

This div background color is #93BD9D.


Border color

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

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

This div border color is #93BD9D.


Opacity

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

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

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

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

This text has shadow with #93BD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BD9D on black background.


Color preview on white background

This text has color #93BD9D on white background.



Black color preview on #93BD9D background

This text has black color on #93BD9D background.


White color preview on #93BD9D background

This text has white color on #93BD9D background.