COLOR #93BED1

HEX: #93BED1
RGB: (147,190,209)

Color info

#93BED1 contains mainly green and blue colors. Web safe color of #93BED1 is #99CCCC (or #9CC).

RGB color model

#93BED1 color RGB value is (147,190,209).

  • red value is 147;
  • green value is 190;
  • blue value is 209.
RGB:
(147,190,209)
(58%,75%,82%)

RGB channels and saturation

R 147 of 255 = 58%
G 190 of 255 = 75%
B 209 of 255 = 82%

147
190
209

R + G + B ~ 72%. #93BED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 190 + 209 = 546 (100%)
R 147 of 546 ~ 26.92%
G 190 of 546 ~ 34.8%
B 209 of 546 ~ 38.28%

%26.92
%34.8
%38.28

CMYK color model

#93BED1 color CMYK value is (30,9,0,18).

  • cyan value is 29.67%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(30,9,0,18)
C30M9Y0K18 
(30%,9%,0%,18%)
(0.30/0.09/0.00/0.18)	

CMYK percentages

%29.67
%9.09
%0
%18.04

Codes

Color #93BED1 in popluar color models

93BED1
RGB147190209
HSL198°40.26%69.80%
HSB/HSV198°29.67%81.96%
CMYK29.67%9.09%0.00%
18.04%

Color #93BED1 in popluar number systems.

HEX93BED1
Decimal147190209
Binary100100111011111011010001
Octal223276321

Shades and tints

Shades of #93BED1

#93BED1
(147,190,209)
#86ADBE
(134,173,190)
#799CAB
(121,156,171)
#6C8B98
(108,139,152)
#5F7A85
(95,122,133)
#526972
(82,105,114)
#45585F
(69,88,95)
#38474C
(56,71,76)
#2B3639
(43,54,57)
#1E2526
(30,37,38)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #93BED1

#93BED1
(147,190,209)
#9CC3D5
(156,195,213)
#A5C8D9
(165,200,217)
#AECDDD
(174,205,221)
#B7D2E1
(183,210,225)
#C0D7E5
(192,215,229)
#C9DCE9
(201,220,233)
#D2E1ED
(210,225,237)
#DBE6F1
(219,230,241)
#E4EBF5
(228,235,245)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BED1 color. Also use rgb(147,190,209) instead hex code.

Text Font Color

.myTextColor { color: #93BED1; }

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

This text font color is #93BED1.


Background Color

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

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

This div background color is #93BED1.


Border color

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

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

This div border color is #93BED1.


Opacity

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

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

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

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

This text has shadow with #93BED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BED1 on black background.


Color preview on white background

This text has color #93BED1 on white background.



Black color preview on #93BED1 background

This text has black color on #93BED1 background.


White color preview on #93BED1 background

This text has white color on #93BED1 background.