COLOR #93C9BD

HEX: #93C9BD
RGB: (147,201,189)

Color info

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

RGB color model

#93C9BD color RGB value is (147,201,189).

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

RGB channels and saturation

R 147 of 255 = 58%
G 201 of 255 = 79%
B 189 of 255 = 74%

147
201
189

R + G + B ~ 70%. #93C9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 201 + 189 = 537 (100%)
R 147 of 537 ~ 27.37%
G 201 of 537 ~ 37.43%
B 189 of 537 ~ 35.2%

%27.37
%37.43
%35.2

CMYK color model

#93C9BD color CMYK value is (27,0,6,21).

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK:
(27,0,6,21)
C27M0Y6K21 
(27%,0%,6%,21%)
(0.27/0.00/0.06/0.21)	

CMYK percentages

%26.87
%0
%5.97
%21.18

Codes

Color #93C9BD in popluar color models

93C9BD
RGB147201189
HSL167°33.33%68.24%
HSB/HSV167°26.87%78.82%
CMYK26.87%0.00%5.97%
21.18%

Color #93C9BD in popluar number systems.

HEX93C9BD
Decimal147201189
Binary100100111100100110111101
Octal223311275

Shades and tints

Shades of #93C9BD

#93C9BD
(147,201,189)
#86B7AC
(134,183,172)
#79A59B
(121,165,155)
#6C938A
(108,147,138)
#5F8179
(95,129,121)
#526F68
(82,111,104)
#455D57
(69,93,87)
#384B46
(56,75,70)
#2B3935
(43,57,53)
#1E2724
(30,39,36)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #93C9BD

#93C9BD
(147,201,189)
#9CCDC3
(156,205,195)
#A5D1C9
(165,209,201)
#AED5CF
(174,213,207)
#B7D9D5
(183,217,213)
#C0DDDB
(192,221,219)
#C9E1E1
(201,225,225)
#D2E5E7
(210,229,231)
#DBE9ED
(219,233,237)
#E4EDF3
(228,237,243)
#EDF1F9
(237,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C9BD; }

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

This text font color is #93C9BD.


Background Color

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

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

This div background color is #93C9BD.


Border color

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

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

This div border color is #93C9BD.


Opacity

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

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

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

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

This text has shadow with #93C9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C9BD on black background.


Color preview on white background

This text has color #93C9BD on white background.



Black color preview on #93C9BD background

This text has black color on #93C9BD background.


White color preview on #93C9BD background

This text has white color on #93C9BD background.