COLOR #94ADB5

HEX: #94ADB5 RGB: (148,173,181)

Color info

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

RGB color model

#94ADB5 color RGB value is (148,173,181).

RGB: (148,173,181) (58%, 68%, 71%)

RGB channels and saturation

R 148 of 255 = 58%
G 173 of 255 = 68%
B 181 of 255 = 71%

148
173
181

R + G + B ~ 66%. #94ADB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 173 + 181 = 502 (100%)
R 148 of 502 ~ 29.48%
G 173 of 502 ~ 34.46%
B 181 of 502 ~ 36.06'%

%29.48
%34.46
%36.06

CMYK color model

#94ADB5 color CMYK value is (18,4,0,29).

  • cyan value is 18.23%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (18,4,0,29)
C18M4Y0K29 (18%, 4%, 0%, 29%)
(0.18 / 0.04 / 0.00 / 0.29)

CMYK percentages

%18.23
%4.42
%0
%29.02

Codes

Color #94ADB5 in popluar color models

94 AD B5
RGB 148 173 181
HSL 195° 18.23% 64.51%
HSB/HSV 195° 18.23% 70.98%
CMYK 18.23% 4.42% 0.00%
29.02%

Color #94ADB5 in popluar number systems.

HEX 94 AD B5
Decimal 148 173 181
Binary 10010100 10101101 10110101
Octal 224 255 265

Shades and tints

Shades of #94ADB5

#94ADB5
(148,173,181)
#879EA5
(135,158,165)
#7A8F95
(122,143,149)
#6D8085
(109,128,133)
#607175
(96,113,117)
#536265
(83,98,101)
#465355
(70,83,85)
#394445
(57,68,69)
#2C3535
(44,53,53)
#1F2625
(31,38,37)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #94ADB5

#94ADB5
(148,173,181)
#9DB4BB
(157,180,187)
#A6BBC1
(166,187,193)
#AFC2C7
(175,194,199)
#B8C9CD
(184,201,205)
#C1D0D3
(193,208,211)
#CAD7D9
(202,215,217)
#D3DEDF
(211,222,223)
#DCE5E5
(220,229,229)
#E5ECEB
(229,236,235)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94ADB5 color. Also use rgb(148,173,181) instead hex code.

Text Font Color

.myTextColor { color: #94ADB5; }

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

This text font color is #94ADB5.

Background Color

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

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

This div background color is #94ADB5.

Border color

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

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

This div border color is #94ADB5.

Opacity

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

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

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

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

This text has shadow with #94ADB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94ADB5.

Preview

Color preview on black background

This text has color #94ADB5 on black background.


Color preview on white background

This text has color #94ADB5 on white background.


Black color preview on #94ADB5 background

This text has black color on #94ADB5 background.


White color preview on #94ADB5 background

This text has white color on #94ADB5 background.


Related colors

Complementary color

Complementary color for #hex is #6B524A.


I love getcolorcode.com

Triadic colors

1 #B594AD and #ADB594 with #94ADB5 are triadic colors.

2 #B5AD94 and #AD94B5 with #94ADB5 are triadic colors.