COLOR #94AFA6

HEX: #94AFA6 RGB: (148,175,166)

Color info

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

RGB color model

#94AFA6 color RGB value is (148,175,166).

RGB: (148,175,166) (58%, 69%, 65%)

RGB channels and saturation

R 148 of 255 = 58%
G 175 of 255 = 69%
B 166 of 255 = 65%

148
175
166

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

Portions of RGB colors in percentages

R + G + B = 148 + 175 + 166 = 489 (100%)
R 148 of 489 ~ 30.27%
G 175 of 489 ~ 35.79%
B 166 of 489 ~ 33.95'%

%30.27
%35.79
%33.95

CMYK color model

#94AFA6 color CMYK value is (15,0,5,31).

  • cyan value is 15.43%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 31.37%

CMYK: (15,0,5,31)
C15M0Y5K31 (15%, 0%, 5%, 31%)
(0.15 / 0.00 / 0.05 / 0.31)

CMYK percentages

%15.43
%0
%5.14
%31.37

Codes

Color #94AFA6 in popluar color models

94 AF A6
RGB 148 175 166
HSL 160° 14.44% 63.33%
HSB/HSV 160° 15.43% 68.63%
CMYK 15.43% 0.00% 5.14%
31.37%

Color #94AFA6 in popluar number systems.

HEX 94 AF A6
Decimal 148 175 166
Binary 10010100 10101111 10100110
Octal 224 257 246

Shades and tints

Shades of #94AFA6

#94AFA6
(148,175,166)
#87A097
(135,160,151)
#7A9188
(122,145,136)
#6D8279
(109,130,121)
#60736A
(96,115,106)
#53645B
(83,100,91)
#46554C
(70,85,76)
#39463D
(57,70,61)
#2C372E
(44,55,46)
#1F281F
(31,40,31)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #94AFA6

#94AFA6
(148,175,166)
#9DB6AE
(157,182,174)
#A6BDB6
(166,189,182)
#AFC4BE
(175,196,190)
#B8CBC6
(184,203,198)
#C1D2CE
(193,210,206)
#CAD9D6
(202,217,214)
#D3E0DE
(211,224,222)
#DCE7E6
(220,231,230)
#E5EEEE
(229,238,238)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94AFA6 color. Also use rgb(148,175,166) instead hex code.

Text Font Color

.myTextColor { color: #94AFA6; }

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

This text font color is #94AFA6.

Background Color

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

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

This div background color is #94AFA6.

Border color

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

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

This div border color is #94AFA6.

Opacity

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

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

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

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

This text has shadow with #94AFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94AFA6.

Preview

Color preview on black background

This text has color #94AFA6 on black background.


Color preview on white background

This text has color #94AFA6 on white background.


Black color preview on #94AFA6 background

This text has black color on #94AFA6 background.


White color preview on #94AFA6 background

This text has white color on #94AFA6 background.


Related colors

Complementary color

Complementary color for #hex is #6B5059.


I love getcolorcode.com

Triadic colors

1 #A694AF and #AFA694 with #94AFA6 are triadic colors.

2 #A6AF94 and #AF94A6 with #94AFA6 are triadic colors.