COLOR #94AEDB

HEX: #94AEDB
RGB: (148,174,219)

Color info

#94AEDB contains mainly green and blue colors. Web safe color of #94AEDB is #9999CC (or #99C).

RGB color model

#94AEDB color RGB value is (148,174,219).

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

RGB channels and saturation

R 148 of 255 = 58%
G 174 of 255 = 68%
B 219 of 255 = 86%

148
174
219

R + G + B ~ 71%. #94AEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 174 + 219 = 541 (100%)
R 148 of 541 ~ 27.36%
G 174 of 541 ~ 32.16%
B 219 of 541 ~ 40.48%

%27.36
%32.16
%40.48

CMYK color model

#94AEDB color CMYK value is (32,21,0,14).

  • cyan value is 32.42%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(32,21,0,14)
C32M21Y0K14 
(32%,21%,0%,14%)
(0.32/0.21/0.00/0.14)	

CMYK percentages

%32.42
%20.55
%0
%14.12

Codes

Color #94AEDB in popluar color models

94AEDB
RGB148174219
HSL218°49.65%71.96%
HSB/HSV218°32.42%85.88%
CMYK32.42%20.55%0.00%
14.12%

Color #94AEDB in popluar number systems.

HEX94AEDB
Decimal148174219
Binary100101001010111011011011
Octal224256333

Shades and tints

Shades of #94AEDB

#94AEDB
(148,174,219)
#879FC8
(135,159,200)
#7A90B5
(122,144,181)
#6D81A2
(109,129,162)
#60728F
(96,114,143)
#53637C
(83,99,124)
#465469
(70,84,105)
#394556
(57,69,86)
#2C3643
(44,54,67)
#1F2730
(31,39,48)
#12181D
(18,24,29)
#000000
(0,0,0)

Tints of #94AEDB

#94AEDB
(148,174,219)
#9DB5DE
(157,181,222)
#A6BCE1
(166,188,225)
#AFC3E4
(175,195,228)
#B8CAE7
(184,202,231)
#C1D1EA
(193,209,234)
#CAD8ED
(202,216,237)
#D3DFF0
(211,223,240)
#DCE6F3
(220,230,243)
#E5EDF6
(229,237,246)
#EEF4F9
(238,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94AEDB; }

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

This text font color is #94AEDB.


Background Color

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

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

This div background color is #94AEDB.


Border color

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

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

This div border color is #94AEDB.


Opacity

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

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

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

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

This text has shadow with #94AEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94AEDB on black background.


Color preview on white background

This text has color #94AEDB on white background.



Black color preview on #94AEDB background

This text has black color on #94AEDB background.


White color preview on #94AEDB background

This text has white color on #94AEDB background.