COLOR #94ACC3

HEX: #94ACC3
RGB: (148,172,195)

Color info

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

RGB color model

#94ACC3 color RGB value is (148,172,195).

  • red value is 148;
  • green value is 172;
  • blue value is 195.
RGB:
(148,172,195)
(58%,67%,76%)

RGB channels and saturation

R 148 of 255 = 58%
G 172 of 255 = 67%
B 195 of 255 = 76%

148
172
195

R + G + B ~ 67%. #94ACC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 172 + 195 = 515 (100%)
R 148 of 515 ~ 28.74%
G 172 of 515 ~ 33.4%
B 195 of 515 ~ 37.86%

%28.74
%33.4
%37.86

CMYK color model

#94ACC3 color CMYK value is (24,12,0,24).

  • cyan value is 24.10%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(24,12,0,24)
C24M12Y0K24 
(24%,12%,0%,24%)
(0.24/0.12/0.00/0.24)	

CMYK percentages

%24.1
%11.79
%0
%23.53

Codes

Color #94ACC3 in popluar color models

94ACC3
RGB148172195
HSL209°28.14%67.25%
HSB/HSV209°24.10%76.47%
CMYK24.10%11.79%0.00%
23.53%

Color #94ACC3 in popluar number systems.

HEX94ACC3
Decimal148172195
Binary100101001010110011000011
Octal224254303

Shades and tints

Shades of #94ACC3

#94ACC3
(148,172,195)
#879DB2
(135,157,178)
#7A8EA1
(122,142,161)
#6D7F90
(109,127,144)
#60707F
(96,112,127)
#53616E
(83,97,110)
#46525D
(70,82,93)
#39434C
(57,67,76)
#2C343B
(44,52,59)
#1F252A
(31,37,42)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #94ACC3

#94ACC3
(148,172,195)
#9DB3C8
(157,179,200)
#A6BACD
(166,186,205)
#AFC1D2
(175,193,210)
#B8C8D7
(184,200,215)
#C1CFDC
(193,207,220)
#CAD6E1
(202,214,225)
#D3DDE6
(211,221,230)
#DCE4EB
(220,228,235)
#E5EBF0
(229,235,240)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94ACC3 color. Also use rgb(148,172,195) instead hex code.

Text Font Color

.myTextColor { color: #94ACC3; }

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

This text font color is #94ACC3.


Background Color

.myBgColor { background-color: #94ACC3; }

<div style="background-color:#94ACC3">Inner text</div>

This div background color is #94ACC3.


Border color

.myBorderColor { border: 1px solid #94ACC3; }

<div style="border:3px solid #94ACC3">Div</div>

This div border color is #94ACC3.


Opacity

.myOpacity80 { color: #94ACC3; opacity: 0.8; }

<p style="color:#94ACC3;opacity:0.8;">80%</p>

Text with #94ACC3 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 #94ACC3;}

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

This text has shadow with #94ACC3 color.

.textShadow {text-shadow: 3px 3px 1px #94ACC3, 3px 3px 1px red;}

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

This text has shadow with #94ACC3 primary color and red secondary color.


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

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

This text has shadow with #94ACC3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94ACC3 on black background.


Color preview on white background

This text has color #94ACC3 on white background.



Black color preview on #94ACC3 background

This text has black color on #94ACC3 background.


White color preview on #94ACC3 background

This text has white color on #94ACC3 background.