COLOR #93BCCA

HEX: #93BCCA RGB: (147,188,202)

Color info

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

RGB color model

#93BCCA color RGB value is (147,188,202).

RGB: (147,188,202) (58%, 74%, 79%)

RGB channels and saturation

R 147 of 255 = 58%
G 188 of 255 = 74%
B 202 of 255 = 79%

147
188
202

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

Portions of RGB colors in percentages

R + G + B = 147 + 188 + 202 = 537 (100%)
R 147 of 537 ~ 27.37%
G 188 of 537 ~ 35.01%
B 202 of 537 ~ 37.62'%

%27.37
%35.01
%37.62

CMYK color model

#93BCCA color CMYK value is (27,7,0,21).

  • cyan value is 27.23%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (27,7,0,21) C27M7Y0K21 (27%,7%,0%,21%) (0.27/0.07/0.00/0.21) 

CMYK percentages

%27.23
%6.93
%0
%20.78

Codes

Color #93BCCA in popluar color models

93 BC CA
RGB 147 188 202
HSL 195° 34.16% 68.43%
HSB/HSV 195° 27.23% 79.22%
CMYK 27.23% 6.93% 0.00%
20.78%

Color #93BCCA in popluar number systems.

HEX 93 BC CA
Decimal 147 188 202
Binary 10010011 10111100 11001010
Octal 223 274 312

Shades and tints

Shades of #93BCCA

#93BCCA
(147,188,202)
#86ABB8
(134,171,184)
#799AA6
(121,154,166)
#6C8994
(108,137,148)
#5F7882
(95,120,130)
#526770
(82,103,112)
#45565E
(69,86,94)
#38454C
(56,69,76)
#2B343A
(43,52,58)
#1E2328
(30,35,40)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #93BCCA

#93BCCA
(147,188,202)
#9CC2CE
(156,194,206)
#A5C8D2
(165,200,210)
#AECED6
(174,206,214)
#B7D4DA
(183,212,218)
#C0DADE
(192,218,222)
#C9E0E2
(201,224,226)
#D2E6E6
(210,230,230)
#DBECEA
(219,236,234)
#E4F2EE
(228,242,238)
#EDF8F2
(237,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BCCA; }

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

This text font color is #93BCCA.

Background Color

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

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

This div background color is #93BCCA.

Border color

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

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

This div border color is #93BCCA.

Opacity

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

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

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

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

This text has shadow with #93BCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BCCA.

Preview

Color preview on black background

This text has color #93BCCA on black background.


Color preview on white background

This text has color #93BCCA on white background.


Black color preview on #93BCCA background

This text has black color on #93BCCA background.


White color preview on #93BCCA background

This text has white color on #93BCCA background.


Related colors

Complementary color

Complementary color for #hex is #6C4335.


I love getcolorcode.com

Triadic colors

1 #CA93BC and #BCCA93 with #93BCCA are triadic colors.

2 #CABC93 and #BC93CA with #93BCCA are triadic colors.