COLOR #94AAB6

HEX: #94AAB6 RGB: (148,170,182)

Color info

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

RGB color model

#94AAB6 color RGB value is (148,170,182).

RGB: (148,170,182) (58%, 67%, 71%)

RGB channels and saturation

R 148 of 255 = 58%
G 170 of 255 = 67%
B 182 of 255 = 71%

148
170
182

R + G + B ~ 65%. #94AAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 170 + 182 = 500 (100%)
R 148 of 500 ~ 29.6%
G 170 of 500 ~ 34%
B 182 of 500 ~ 36.4'%

%29.6
%34
%36.4

CMYK color model

#94AAB6 color CMYK value is (19,7,0,29).

  • cyan value is 18.68%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (19,7,0,29)
C19M7Y0K29 (19%, 7%, 0%, 29%)
(0.19 / 0.07 / 0.00 / 0.29)

CMYK percentages

%18.68
%6.59
%0
%28.63

Codes

Color #94AAB6 in popluar color models

94 AA B6
RGB 148 170 182
HSL 201° 18.89% 64.71%
HSB/HSV 201° 18.68% 71.37%
CMYK 18.68% 6.59% 0.00%
28.63%

Color #94AAB6 in popluar number systems.

HEX 94 AA B6
Decimal 148 170 182
Binary 10010100 10101010 10110110
Octal 224 252 266

Shades and tints

Shades of #94AAB6

#94AAB6
(148,170,182)
#879BA6
(135,155,166)
#7A8C96
(122,140,150)
#6D7D86
(109,125,134)
#606E76
(96,110,118)
#535F66
(83,95,102)
#465056
(70,80,86)
#394146
(57,65,70)
#2C3236
(44,50,54)
#1F2326
(31,35,38)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #94AAB6

#94AAB6
(148,170,182)
#9DB1BC
(157,177,188)
#A6B8C2
(166,184,194)
#AFBFC8
(175,191,200)
#B8C6CE
(184,198,206)
#C1CDD4
(193,205,212)
#CAD4DA
(202,212,218)
#D3DBE0
(211,219,224)
#DCE2E6
(220,226,230)
#E5E9EC
(229,233,236)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94AAB6 color. Also use rgb(148,170,182) instead hex code.

Text Font Color

.myTextColor { color: #94AAB6; }

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

This text font color is #94AAB6.

Background Color

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

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

This div background color is #94AAB6.

Border color

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

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

This div border color is #94AAB6.

Opacity

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

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

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

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

This text has shadow with #94AAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94AAB6.

Preview

Color preview on black background

This text has color #94AAB6 on black background.


Color preview on white background

This text has color #94AAB6 on white background.


Black color preview on #94AAB6 background

This text has black color on #94AAB6 background.


White color preview on #94AAB6 background

This text has white color on #94AAB6 background.


Related colors

Complementary color

Complementary color for #hex is #6B5549.


I love getcolorcode.com

Triadic colors

1 #B694AA and #AAB694 with #94AAB6 are triadic colors.

2 #B6AA94 and #AA94B6 with #94AAB6 are triadic colors.