COLOR #93C6B9

HEX: #93C6B9
RGB: (147,198,185)

Color info

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

RGB color model

#93C6B9 color RGB value is (147,198,185).

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

RGB channels and saturation

R 147 of 255 = 58%
G 198 of 255 = 78%
B 185 of 255 = 73%

147
198
185

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

Portions of RGB colors in percentages

R + G + B =
147 + 198 + 185 = 530 (100%)
R 147 of 530 ~ 27.74%
G 198 of 530 ~ 37.36%
B 185 of 530 ~ 34.91%

%27.74
%37.36
%34.91

CMYK color model

#93C6B9 color CMYK value is (26,0,7,22).

  • cyan value is 25.76%
  • magenta value is 0.00%
  • yellow value is 6.57%
  • key color value is 22.35%
CMYK:
(26,0,7,22)
C26M0Y7K22 
(26%,0%,7%,22%)
(0.26/0.00/0.07/0.22)	

CMYK percentages

%25.76
%0
%6.57
%22.35

Codes

Color #93C6B9 in popluar color models

93C6B9
RGB147198185
HSL165°30.91%67.65%
HSB/HSV165°25.76%77.65%
CMYK25.76%0.00%6.57%
22.35%

Color #93C6B9 in popluar number systems.

HEX93C6B9
Decimal147198185
Binary100100111100011010111001
Octal223306271

Shades and tints

Shades of #93C6B9

#93C6B9
(147,198,185)
#86B4A9
(134,180,169)
#79A299
(121,162,153)
#6C9089
(108,144,137)
#5F7E79
(95,126,121)
#526C69
(82,108,105)
#455A59
(69,90,89)
#384849
(56,72,73)
#2B3639
(43,54,57)
#1E2429
(30,36,41)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #93C6B9

#93C6B9
(147,198,185)
#9CCBBF
(156,203,191)
#A5D0C5
(165,208,197)
#AED5CB
(174,213,203)
#B7DAD1
(183,218,209)
#C0DFD7
(192,223,215)
#C9E4DD
(201,228,221)
#D2E9E3
(210,233,227)
#DBEEE9
(219,238,233)
#E4F3EF
(228,243,239)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C6B9; }

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

This text font color is #93C6B9.


Background Color

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

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

This div background color is #93C6B9.


Border color

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

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

This div border color is #93C6B9.


Opacity

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

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

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

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

This text has shadow with #93C6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C6B9 on black background.


Color preview on white background

This text has color #93C6B9 on white background.



Black color preview on #93C6B9 background

This text has black color on #93C6B9 background.


White color preview on #93C6B9 background

This text has white color on #93C6B9 background.