COLOR #94AEC3

HEX: #94AEC3
RGB: (148,174,195)

Color info

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

RGB color model

#94AEC3 color RGB value is (148,174,195).

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

RGB channels and saturation

R 148 of 255 = 58%
G 174 of 255 = 68%
B 195 of 255 = 76%

148
174
195

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

Portions of RGB colors in percentages

R + G + B =
148 + 174 + 195 = 517 (100%)
R 148 of 517 ~ 28.63%
G 174 of 517 ~ 33.66%
B 195 of 517 ~ 37.72%

%28.63
%33.66
%37.72

CMYK color model

#94AEC3 color CMYK value is (24,11,0,24).

  • cyan value is 24.10%
  • magenta value is 10.77%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(24,11,0,24)
C24M11Y0K24 
(24%,11%,0%,24%)
(0.24/0.11/0.00/0.24)	

CMYK percentages

%24.1
%10.77
%0
%23.53

Codes

Color #94AEC3 in popluar color models

94AEC3
RGB148174195
HSL207°28.14%67.25%
HSB/HSV207°24.10%76.47%
CMYK24.10%10.77%0.00%
23.53%

Color #94AEC3 in popluar number systems.

HEX94AEC3
Decimal148174195
Binary100101001010111011000011
Octal224256303

Shades and tints

Shades of #94AEC3

#94AEC3
(148,174,195)
#879FB2
(135,159,178)
#7A90A1
(122,144,161)
#6D8190
(109,129,144)
#60727F
(96,114,127)
#53636E
(83,99,110)
#46545D
(70,84,93)
#39454C
(57,69,76)
#2C363B
(44,54,59)
#1F272A
(31,39,42)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #94AEC3

#94AEC3
(148,174,195)
#9DB5C8
(157,181,200)
#A6BCCD
(166,188,205)
#AFC3D2
(175,195,210)
#B8CAD7
(184,202,215)
#C1D1DC
(193,209,220)
#CAD8E1
(202,216,225)
#D3DFE6
(211,223,230)
#DCE6EB
(220,230,235)
#E5EDF0
(229,237,240)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94AEC3; }

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

This text font color is #94AEC3.


Background Color

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

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

This div background color is #94AEC3.


Border color

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

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

This div border color is #94AEC3.


Opacity

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

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

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

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

This text has shadow with #94AEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94AEC3 on black background.


Color preview on white background

This text has color #94AEC3 on white background.



Black color preview on #94AEC3 background

This text has black color on #94AEC3 background.


White color preview on #94AEC3 background

This text has white color on #94AEC3 background.