COLOR #93BCCE

HEX: #93BCCE RGB: (147,188,206)

Color info

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

RGB color model

#93BCCE color RGB value is (147,188,206).

RGB: (147,188,206) (58%, 74%, 81%)

RGB channels and saturation

R 147 of 255 = 58%
G 188 of 255 = 74%
B 206 of 255 = 81%

147
188
206

R + G + B ~ 71%. #93BCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 188 + 206 = 541 (100%)
R 147 of 541 ~ 27.17%
G 188 of 541 ~ 34.75%
B 206 of 541 ~ 38.08'%

%27.17
%34.75
%38.08

CMYK color model

#93BCCE color CMYK value is (29,9,0,19).

  • cyan value is 28.64%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (29,9,0,19) C29M9Y0K19 (29%,9%,0%,19%) (0.29/0.09/0.00/0.19) 

CMYK percentages

%28.64
%8.74
%0
%19.22

Codes

Color #93BCCE in popluar color models

93 BC CE
RGB 147 188 206
HSL 198° 37.58% 69.22%
HSB/HSV 198° 28.64% 80.78%
CMYK 28.64% 8.74% 0.00%
19.22%

Color #93BCCE in popluar number systems.

HEX 93 BC CE
Decimal 147 188 206
Binary 10010011 10111100 11001110
Octal 223 274 316

Shades and tints

Shades of #93BCCE

#93BCCE
(147,188,206)
#86ABBC
(134,171,188)
#799AAA
(121,154,170)
#6C8998
(108,137,152)
#5F7886
(95,120,134)
#526774
(82,103,116)
#455662
(69,86,98)
#384550
(56,69,80)
#2B343E
(43,52,62)
#1E232C
(30,35,44)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #93BCCE

#93BCCE
(147,188,206)
#9CC2D2
(156,194,210)
#A5C8D6
(165,200,214)
#AECEDA
(174,206,218)
#B7D4DE
(183,212,222)
#C0DAE2
(192,218,226)
#C9E0E6
(201,224,230)
#D2E6EA
(210,230,234)
#DBECEE
(219,236,238)
#E4F2F2
(228,242,242)
#EDF8F6
(237,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BCCE color. Also use rgb(147,188,206) instead hex code.

Text Font Color

.myTextColor { color: #93BCCE; }

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

This text font color is #93BCCE.

Background Color

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

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

This div background color is #93BCCE.

Border color

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

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

This div border color is #93BCCE.

Opacity

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

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

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

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

This text has shadow with #93BCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BCCE.

Preview

Color preview on black background

This text has color #93BCCE on black background.


Color preview on white background

This text has color #93BCCE on white background.


Black color preview on #93BCCE background

This text has black color on #93BCCE background.


White color preview on #93BCCE background

This text has white color on #93BCCE background.


Related colors

Complementary color

Complementary color for #hex is #6C4331.


I love getcolorcode.com

Triadic colors

1 #CE93BC and #BCCE93 with #93BCCE are triadic colors.

2 #CEBC93 and #BC93CE with #93BCCE are triadic colors.