COLOR #93BEE1

HEX: #93BEE1 RGB: (147,190,225)

Color info

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

RGB color model

#93BEE1 color RGB value is (147,190,225).

RGB: (147,190,225) (58%, 75%, 88%)

RGB channels and saturation

R 147 of 255 = 58%
G 190 of 255 = 75%
B 225 of 255 = 88%

147
190
225

R + G + B ~ 74%. #93BEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 190 + 225 = 562 (100%)
R 147 of 562 ~ 26.16%
G 190 of 562 ~ 33.81%
B 225 of 562 ~ 40.04'%

%26.16
%33.81
%40.04

CMYK color model

#93BEE1 color CMYK value is (35,16,0,12).

  • cyan value is 34.67%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (35,16,0,12)
C35M16Y0K12 (35%, 16%, 0%, 12%)
(0.35 / 0.16 / 0.00 / 0.12)

CMYK percentages

%34.67
%15.56
%0
%11.76

Codes

Color #93BEE1 in popluar color models

93 BE E1
RGB 147 190 225
HSL 207° 56.52% 72.94%
HSB/HSV 207° 34.67% 88.24%
CMYK 34.67% 15.56% 0.00%
11.76%

Color #93BEE1 in popluar number systems.

HEX 93 BE E1
Decimal 147 190 225
Binary 10010011 10111110 11100001
Octal 223 276 341

Shades and tints

Shades of #93BEE1

#93BEE1
(147,190,225)
#86ADCD
(134,173,205)
#799CB9
(121,156,185)
#6C8BA5
(108,139,165)
#5F7A91
(95,122,145)
#52697D
(82,105,125)
#455869
(69,88,105)
#384755
(56,71,85)
#2B3641
(43,54,65)
#1E252D
(30,37,45)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #93BEE1

#93BEE1
(147,190,225)
#9CC3E3
(156,195,227)
#A5C8E5
(165,200,229)
#AECDE7
(174,205,231)
#B7D2E9
(183,210,233)
#C0D7EB
(192,215,235)
#C9DCED
(201,220,237)
#D2E1EF
(210,225,239)
#DBE6F1
(219,230,241)
#E4EBF3
(228,235,243)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BEE1; }

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

This text font color is #93BEE1.

Background Color

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

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

This div background color is #93BEE1.

Border color

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

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

This div border color is #93BEE1.

Opacity

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

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

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

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

This text has shadow with #93BEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BEE1.

Preview

Color preview on black background

This text has color #93BEE1 on black background.


Color preview on white background

This text has color #93BEE1 on white background.


Black color preview on #93BEE1 background

This text has black color on #93BEE1 background.


White color preview on #93BEE1 background

This text has white color on #93BEE1 background.


Related colors

Complementary color

Complementary color for #hex is #6C411E.


I love getcolorcode.com

Triadic colors

1 #E193BE and #BEE193 with #93BEE1 are triadic colors.

2 #E1BE93 and #BE93E1 with #93BEE1 are triadic colors.