COLOR #94AEA5

HEX: #94AEA5
RGB: (148,174,165)

Color info

#94AEA5 contains red, green and blue colors in about the same proportion. Web safe color of #94AEA5 is #999999 (or #999).

RGB color model

#94AEA5 color RGB value is (148,174,165).

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

RGB channels and saturation

R 148 of 255 = 58%
G 174 of 255 = 68%
B 165 of 255 = 65%

148
174
165

R + G + B ~ 64%. #94AEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 174 + 165 = 487 (100%)
R 148 of 487 ~ 30.39%
G 174 of 487 ~ 35.73%
B 165 of 487 ~ 33.88%

%30.39
%35.73
%33.88

CMYK color model

#94AEA5 color CMYK value is (15,0,5,32).

  • cyan value is 14.94%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 31.76%
CMYK:
(15,0,5,32)
C15M0Y5K32 
(15%,0%,5%,32%)
(0.15/0.00/0.05/0.32)	

CMYK percentages

%14.94
%0
%5.17
%31.76

Codes

Color #94AEA5 in popluar color models

94AEA5
RGB148174165
HSL159°13.83%63.14%
HSB/HSV159°14.94%68.24%
CMYK14.94%0.00%5.17%
31.76%

Color #94AEA5 in popluar number systems.

HEX94AEA5
Decimal148174165
Binary100101001010111010100101
Octal224256245

Shades and tints

Shades of #94AEA5

#94AEA5
(148,174,165)
#879F96
(135,159,150)
#7A9087
(122,144,135)
#6D8178
(109,129,120)
#607269
(96,114,105)
#53635A
(83,99,90)
#46544B
(70,84,75)
#39453C
(57,69,60)
#2C362D
(44,54,45)
#1F271E
(31,39,30)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #94AEA5

#94AEA5
(148,174,165)
#9DB5AD
(157,181,173)
#A6BCB5
(166,188,181)
#AFC3BD
(175,195,189)
#B8CAC5
(184,202,197)
#C1D1CD
(193,209,205)
#CAD8D5
(202,216,213)
#D3DFDD
(211,223,221)
#DCE6E5
(220,230,229)
#E5EDED
(229,237,237)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94AEA5; }

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

This text font color is #94AEA5.


Background Color

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

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

This div background color is #94AEA5.


Border color

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

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

This div border color is #94AEA5.


Opacity

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

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

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

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

This text has shadow with #94AEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94AEA5 on black background.


Color preview on white background

This text has color #94AEA5 on white background.



Black color preview on #94AEA5 background

This text has black color on #94AEA5 background.


White color preview on #94AEA5 background

This text has white color on #94AEA5 background.