COLOR #93BDC8

HEX: #93BDC8
RGB: (147,189,200)

Color info

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

RGB color model

#93BDC8 color RGB value is (147,189,200).

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

RGB channels and saturation

R 147 of 255 = 58%
G 189 of 255 = 74%
B 200 of 255 = 78%

147
189
200

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

Portions of RGB colors in percentages

R + G + B =
147 + 189 + 200 = 536 (100%)
R 147 of 536 ~ 27.43%
G 189 of 536 ~ 35.26%
B 200 of 536 ~ 37.31%

%27.43
%35.26
%37.31

CMYK color model

#93BDC8 color CMYK value is (27,5,0,22).

  • cyan value is 26.50%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(27,5,0,22)
C27M5Y0K22 
(27%,5%,0%,22%)
(0.27/0.05/0.00/0.22)	

CMYK percentages

%26.5
%5.5
%0
%21.57

Codes

Color #93BDC8 in popluar color models

93BDC8
RGB147189200
HSL192°32.52%68.04%
HSB/HSV192°26.50%78.43%
CMYK26.50%5.50%0.00%
21.57%

Color #93BDC8 in popluar number systems.

HEX93BDC8
Decimal147189200
Binary100100111011110111001000
Octal223275310

Shades and tints

Shades of #93BDC8

#93BDC8
(147,189,200)
#86ACB6
(134,172,182)
#799BA4
(121,155,164)
#6C8A92
(108,138,146)
#5F7980
(95,121,128)
#52686E
(82,104,110)
#45575C
(69,87,92)
#38464A
(56,70,74)
#2B3538
(43,53,56)
#1E2426
(30,36,38)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #93BDC8

#93BDC8
(147,189,200)
#9CC3CD
(156,195,205)
#A5C9D2
(165,201,210)
#AECFD7
(174,207,215)
#B7D5DC
(183,213,220)
#C0DBE1
(192,219,225)
#C9E1E6
(201,225,230)
#D2E7EB
(210,231,235)
#DBEDF0
(219,237,240)
#E4F3F5
(228,243,245)
#EDF9FA
(237,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BDC8; }

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

This text font color is #93BDC8.


Background Color

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

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

This div background color is #93BDC8.


Border color

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

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

This div border color is #93BDC8.


Opacity

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

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

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

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

This text has shadow with #93BDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BDC8 on black background.


Color preview on white background

This text has color #93BDC8 on white background.



Black color preview on #93BDC8 background

This text has black color on #93BDC8 background.


White color preview on #93BDC8 background

This text has white color on #93BDC8 background.