COLOR #93B6C2

HEX: #93B6C2
RGB: (147,182,194)

Color info

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

RGB color model

#93B6C2 color RGB value is (147,182,194).

  • red value is 147;
  • green value is 182;
  • blue value is 194.
RGB:
(147,182,194)
(58%,71%,76%)

RGB channels and saturation

R 147 of 255 = 58%
G 182 of 255 = 71%
B 194 of 255 = 76%

147
182
194

R + G + B ~ 68%. #93B6C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 182 + 194 = 523 (100%)
R 147 of 523 ~ 28.11%
G 182 of 523 ~ 34.8%
B 194 of 523 ~ 37.09%

%28.11
%34.8
%37.09

CMYK color model

#93B6C2 color CMYK value is (24,6,0,24).

  • cyan value is 24.23%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(24,6,0,24)
C24M6Y0K24 
(24%,6%,0%,24%)
(0.24/0.06/0.00/0.24)	

CMYK percentages

%24.23
%6.19
%0
%23.92

Codes

Color #93B6C2 in popluar color models

93B6C2
RGB147182194
HSL195°27.81%66.86%
HSB/HSV195°24.23%76.08%
CMYK24.23%6.19%0.00%
23.92%

Color #93B6C2 in popluar number systems.

HEX93B6C2
Decimal147182194
Binary100100111011011011000010
Octal223266302

Shades and tints

Shades of #93B6C2

#93B6C2
(147,182,194)
#86A6B1
(134,166,177)
#7996A0
(121,150,160)
#6C868F
(108,134,143)
#5F767E
(95,118,126)
#52666D
(82,102,109)
#45565C
(69,86,92)
#38464B
(56,70,75)
#2B363A
(43,54,58)
#1E2629
(30,38,41)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #93B6C2

#93B6C2
(147,182,194)
#9CBCC7
(156,188,199)
#A5C2CC
(165,194,204)
#AEC8D1
(174,200,209)
#B7CED6
(183,206,214)
#C0D4DB
(192,212,219)
#C9DAE0
(201,218,224)
#D2E0E5
(210,224,229)
#DBE6EA
(219,230,234)
#E4ECEF
(228,236,239)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B6C2 color. Also use rgb(147,182,194) instead hex code.

Text Font Color

.myTextColor { color: #93B6C2; }

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

This text font color is #93B6C2.


Background Color

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

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

This div background color is #93B6C2.


Border color

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

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

This div border color is #93B6C2.


Opacity

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

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

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

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

This text has shadow with #93B6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B6C2 on black background.


Color preview on white background

This text has color #93B6C2 on white background.



Black color preview on #93B6C2 background

This text has black color on #93B6C2 background.


White color preview on #93B6C2 background

This text has white color on #93B6C2 background.