COLOR #93AECA

HEX: #93AECA
RGB: (147,174,202)

Color info

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

RGB color model

#93AECA color RGB value is (147,174,202).

  • red value is 147;
  • green value is 174;
  • blue value is 202.
RGB:
(147,174,202)
(58%,68%,79%)

RGB channels and saturation

R 147 of 255 = 58%
G 174 of 255 = 68%
B 202 of 255 = 79%

147
174
202

R + G + B ~ 68%. #93AECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 174 + 202 = 523 (100%)
R 147 of 523 ~ 28.11%
G 174 of 523 ~ 33.27%
B 202 of 523 ~ 38.62%

%28.11
%33.27
%38.62

CMYK color model

#93AECA color CMYK value is (27,14,0,21).

  • cyan value is 27.23%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(27,14,0,21)
C27M14Y0K21 
(27%,14%,0%,21%)
(0.27/0.14/0.00/0.21)	

CMYK percentages

%27.23
%13.86
%0
%20.78

Codes

Color #93AECA in popluar color models

93AECA
RGB147174202
HSL211°34.16%68.43%
HSB/HSV211°27.23%79.22%
CMYK27.23%13.86%0.00%
20.78%

Color #93AECA in popluar number systems.

HEX93AECA
Decimal147174202
Binary100100111010111011001010
Octal223256312

Shades and tints

Shades of #93AECA

#93AECA
(147,174,202)
#869FB8
(134,159,184)
#7990A6
(121,144,166)
#6C8194
(108,129,148)
#5F7282
(95,114,130)
#526370
(82,99,112)
#45545E
(69,84,94)
#38454C
(56,69,76)
#2B363A
(43,54,58)
#1E2728
(30,39,40)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #93AECA

#93AECA
(147,174,202)
#9CB5CE
(156,181,206)
#A5BCD2
(165,188,210)
#AEC3D6
(174,195,214)
#B7CADA
(183,202,218)
#C0D1DE
(192,209,222)
#C9D8E2
(201,216,226)
#D2DFE6
(210,223,230)
#DBE6EA
(219,230,234)
#E4EDEE
(228,237,238)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AECA; }

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

This text font color is #93AECA.


Background Color

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

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

This div background color is #93AECA.


Border color

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

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

This div border color is #93AECA.


Opacity

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

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

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

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

This text has shadow with #93AECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AECA on black background.


Color preview on white background

This text has color #93AECA on white background.



Black color preview on #93AECA background

This text has black color on #93AECA background.


White color preview on #93AECA background

This text has white color on #93AECA background.