COLOR #93B9C6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

147
185
198

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

Portions of RGB colors in percentages

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

%27.74
%34.91
%37.36

CMYK color model

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

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

CMYK percentages

%25.76
%6.57
%0
%22.35

Codes

Color #93B9C6 in popluar color models

93B9C6
RGB147185198
HSL195°30.91%67.65%
HSB/HSV195°25.76%77.65%
CMYK25.76%6.57%0.00%
22.35%

Color #93B9C6 in popluar number systems.

HEX93B9C6
Decimal147185198
Binary100100111011100111000110
Octal223271306

Shades and tints

Shades of #93B9C6

#93B9C6
(147,185,198)
#86A9B4
(134,169,180)
#7999A2
(121,153,162)
#6C8990
(108,137,144)
#5F797E
(95,121,126)
#52696C
(82,105,108)
#45595A
(69,89,90)
#384948
(56,73,72)
#2B3936
(43,57,54)
#1E2924
(30,41,36)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #93B9C6

#93B9C6
(147,185,198)
#9CBFCB
(156,191,203)
#A5C5D0
(165,197,208)
#AECBD5
(174,203,213)
#B7D1DA
(183,209,218)
#C0D7DF
(192,215,223)
#C9DDE4
(201,221,228)
#D2E3E9
(210,227,233)
#DBE9EE
(219,233,238)
#E4EFF3
(228,239,243)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B9C6; }

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

This text font color is #93B9C6.


Background Color

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

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

This div background color is #93B9C6.


Border color

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

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

This div border color is #93B9C6.


Opacity

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

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

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

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

This text has shadow with #93B9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B9C6 on black background.


Color preview on white background

This text has color #93B9C6 on white background.



Black color preview on #93B9C6 background

This text has black color on #93B9C6 background.


White color preview on #93B9C6 background

This text has white color on #93B9C6 background.