COLOR #93B4C9

HEX: #93B4C9
RGB: (147,180,201)

Color info

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

RGB color model

#93B4C9 color RGB value is (147,180,201).

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

RGB channels and saturation

R 147 of 255 = 58%
G 180 of 255 = 71%
B 201 of 255 = 79%

147
180
201

R + G + B ~ 69%. #93B4C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 180 + 201 = 528 (100%)
R 147 of 528 ~ 27.84%
G 180 of 528 ~ 34.09%
B 201 of 528 ~ 38.07%

%27.84
%34.09
%38.07

CMYK color model

#93B4C9 color CMYK value is (27,10,0,21).

  • cyan value is 26.87%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(27,10,0,21)
C27M10Y0K21 
(27%,10%,0%,21%)
(0.27/0.10/0.00/0.21)	

CMYK percentages

%26.87
%10.45
%0
%21.18

Codes

Color #93B4C9 in popluar color models

93B4C9
RGB147180201
HSL203°33.33%68.24%
HSB/HSV203°26.87%78.82%
CMYK26.87%10.45%0.00%
21.18%

Color #93B4C9 in popluar number systems.

HEX93B4C9
Decimal147180201
Binary100100111011010011001001
Octal223264311

Shades and tints

Shades of #93B4C9

#93B4C9
(147,180,201)
#86A4B7
(134,164,183)
#7994A5
(121,148,165)
#6C8493
(108,132,147)
#5F7481
(95,116,129)
#52646F
(82,100,111)
#45545D
(69,84,93)
#38444B
(56,68,75)
#2B3439
(43,52,57)
#1E2427
(30,36,39)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #93B4C9

#93B4C9
(147,180,201)
#9CBACD
(156,186,205)
#A5C0D1
(165,192,209)
#AEC6D5
(174,198,213)
#B7CCD9
(183,204,217)
#C0D2DD
(192,210,221)
#C9D8E1
(201,216,225)
#D2DEE5
(210,222,229)
#DBE4E9
(219,228,233)
#E4EAED
(228,234,237)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B4C9; }

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

This text font color is #93B4C9.


Background Color

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

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

This div background color is #93B4C9.


Border color

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

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

This div border color is #93B4C9.


Opacity

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

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

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

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

This text has shadow with #93B4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B4C9 on black background.


Color preview on white background

This text has color #93B4C9 on white background.



Black color preview on #93B4C9 background

This text has black color on #93B4C9 background.


White color preview on #93B4C9 background

This text has white color on #93B4C9 background.