COLOR #94ADBA

HEX: #94ADBA
RGB: (148,173,186)

Color info

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

RGB color model

#94ADBA color RGB value is (148,173,186).

  • red value is 148;
  • green value is 173;
  • blue value is 186.
RGB:
(148,173,186)
(58%,68%,73%)

RGB channels and saturation

R 148 of 255 = 58%
G 173 of 255 = 68%
B 186 of 255 = 73%

148
173
186

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

Portions of RGB colors in percentages

R + G + B =
148 + 173 + 186 = 507 (100%)
R 148 of 507 ~ 29.19%
G 173 of 507 ~ 34.12%
B 186 of 507 ~ 36.69%

%29.19
%34.12
%36.69

CMYK color model

#94ADBA color CMYK value is (20,7,0,27).

  • cyan value is 20.43%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,7,0,27)
C20M7Y0K27 
(20%,7%,0%,27%)
(0.20/0.07/0.00/0.27)	

CMYK percentages

%20.43
%6.99
%0
%27.06

Codes

Color #94ADBA in popluar color models

94ADBA
RGB148173186
HSL201°21.59%65.49%
HSB/HSV201°20.43%72.94%
CMYK20.43%6.99%0.00%
27.06%

Color #94ADBA in popluar number systems.

HEX94ADBA
Decimal148173186
Binary100101001010110110111010
Octal224255272

Shades and tints

Shades of #94ADBA

#94ADBA
(148,173,186)
#879EAA
(135,158,170)
#7A8F9A
(122,143,154)
#6D808A
(109,128,138)
#60717A
(96,113,122)
#53626A
(83,98,106)
#46535A
(70,83,90)
#39444A
(57,68,74)
#2C353A
(44,53,58)
#1F262A
(31,38,42)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #94ADBA

#94ADBA
(148,173,186)
#9DB4C0
(157,180,192)
#A6BBC6
(166,187,198)
#AFC2CC
(175,194,204)
#B8C9D2
(184,201,210)
#C1D0D8
(193,208,216)
#CAD7DE
(202,215,222)
#D3DEE4
(211,222,228)
#DCE5EA
(220,229,234)
#E5ECF0
(229,236,240)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94ADBA; }

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

This text font color is #94ADBA.


Background Color

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

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

This div background color is #94ADBA.


Border color

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

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

This div border color is #94ADBA.


Opacity

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

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

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

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

This text has shadow with #94ADBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94ADBA on black background.


Color preview on white background

This text has color #94ADBA on white background.



Black color preview on #94ADBA background

This text has black color on #94ADBA background.


White color preview on #94ADBA background

This text has white color on #94ADBA background.