COLOR #94B4AB

HEX: #94B4AB RGB: (148,180,171)

Color info

#94B4AB contains red, green and blue colors in about the same proportion. Web safe color of #94B4AB is #99CC99 (or #9C9).

RGB color model

#94B4AB color RGB value is (148,180,171).

RGB: (148,180,171) (58%, 71%, 67%)

RGB channels and saturation

R 148 of 255 = 58%
G 180 of 255 = 71%
B 171 of 255 = 67%

148
180
171

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

Portions of RGB colors in percentages

R + G + B = 148 + 180 + 171 = 499 (100%)
R 148 of 499 ~ 29.66%
G 180 of 499 ~ 36.07%
B 171 of 499 ~ 34.27'%

%29.66
%36.07
%34.27

CMYK color model

#94B4AB color CMYK value is (18,0,5,29).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 29.41%

CMYK: (18,0,5,29)
C18M0Y5K29 (18%, 0%, 5%, 29%)
(0.18 / 0.00 / 0.05 / 0.29)

CMYK percentages

%17.78
%0
%5
%29.41

Codes

Color #94B4AB in popluar color models

94 B4 AB
RGB 148 180 171
HSL 163° 17.58% 64.31%
HSB/HSV 163° 17.78% 70.59%
CMYK 17.78% 0.00% 5.00%
29.41%

Color #94B4AB in popluar number systems.

HEX 94 B4 AB
Decimal 148 180 171
Binary 10010100 10110100 10101011
Octal 224 264 253

Shades and tints

Shades of #94B4AB

#94B4AB
(148,180,171)
#87A49C
(135,164,156)
#7A948D
(122,148,141)
#6D847E
(109,132,126)
#60746F
(96,116,111)
#536460
(83,100,96)
#465451
(70,84,81)
#394442
(57,68,66)
#2C3433
(44,52,51)
#1F2424
(31,36,36)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #94B4AB

#94B4AB
(148,180,171)
#9DBAB2
(157,186,178)
#A6C0B9
(166,192,185)
#AFC6C0
(175,198,192)
#B8CCC7
(184,204,199)
#C1D2CE
(193,210,206)
#CAD8D5
(202,216,213)
#D3DEDC
(211,222,220)
#DCE4E3
(220,228,227)
#E5EAEA
(229,234,234)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B4AB color. Also use rgb(148,180,171) instead hex code.

Text Font Color

.myTextColor { color: #94B4AB; }

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

This text font color is #94B4AB.

Background Color

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

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

This div background color is #94B4AB.

Border color

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

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

This div border color is #94B4AB.

Opacity

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

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

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

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

This text has shadow with #94B4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94B4AB.

Preview

Color preview on black background

This text has color #94B4AB on black background.


Color preview on white background

This text has color #94B4AB on white background.


Black color preview on #94B4AB background

This text has black color on #94B4AB background.


White color preview on #94B4AB background

This text has white color on #94B4AB background.


Related colors

Complementary color

Complementary color for #hex is #6B4B54.


I love getcolorcode.com

Triadic colors

1 #AB94B4 and #B4AB94 with #94B4AB are triadic colors.

2 #ABB494 and #B494AB with #94B4AB are triadic colors.