COLOR #94AEB7

HEX: #94AEB7
RGB: (148,174,183)

Color info

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

RGB color model

#94AEB7 color RGB value is (148,174,183).

  • red value is 148;
  • green value is 174;
  • blue value is 183.
RGB:
(148,174,183)
(58%,68%,72%)

RGB channels and saturation

R 148 of 255 = 58%
G 174 of 255 = 68%
B 183 of 255 = 72%

148
174
183

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

Portions of RGB colors in percentages

R + G + B =
148 + 174 + 183 = 505 (100%)
R 148 of 505 ~ 29.31%
G 174 of 505 ~ 34.46%
B 183 of 505 ~ 36.24%

%29.31
%34.46
%36.24

CMYK color model

#94AEB7 color CMYK value is (19,5,0,28).

  • cyan value is 19.13%
  • magenta value is 4.92%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(19,5,0,28)
C19M5Y0K28 
(19%,5%,0%,28%)
(0.19/0.05/0.00/0.28)	

CMYK percentages

%19.13
%4.92
%0
%28.24

Codes

Color #94AEB7 in popluar color models

94AEB7
RGB148174183
HSL195°19.55%64.90%
HSB/HSV195°19.13%71.76%
CMYK19.13%4.92%0.00%
28.24%

Color #94AEB7 in popluar number systems.

HEX94AEB7
Decimal148174183
Binary100101001010111010110111
Octal224256267

Shades and tints

Shades of #94AEB7

#94AEB7
(148,174,183)
#879FA7
(135,159,167)
#7A9097
(122,144,151)
#6D8187
(109,129,135)
#607277
(96,114,119)
#536367
(83,99,103)
#465457
(70,84,87)
#394547
(57,69,71)
#2C3637
(44,54,55)
#1F2727
(31,39,39)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #94AEB7

#94AEB7
(148,174,183)
#9DB5BD
(157,181,189)
#A6BCC3
(166,188,195)
#AFC3C9
(175,195,201)
#B8CACF
(184,202,207)
#C1D1D5
(193,209,213)
#CAD8DB
(202,216,219)
#D3DFE1
(211,223,225)
#DCE6E7
(220,230,231)
#E5EDED
(229,237,237)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94AEB7 color. Also use rgb(148,174,183) instead hex code.

Text Font Color

.myTextColor { color: #94AEB7; }

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

This text font color is #94AEB7.


Background Color

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

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

This div background color is #94AEB7.


Border color

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

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

This div border color is #94AEB7.


Opacity

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

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

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

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

This text has shadow with #94AEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94AEB7 on black background.


Color preview on white background

This text has color #94AEB7 on white background.



Black color preview on #94AEB7 background

This text has black color on #94AEB7 background.


White color preview on #94AEB7 background

This text has white color on #94AEB7 background.