COLOR #94DAFB

HEX: #94DAFB
RGB: (148,218,251)

Color info

#94DAFB contains mainly green and blue colors. Web safe color of #94DAFB is #99CCFF (or #9CF).

RGB color model

#94DAFB color RGB value is (148,218,251).

  • red value is 148;
  • green value is 218;
  • blue value is 251.
RGB:
(148,218,251)
(58%,85%,98%)

RGB channels and saturation

R 148 of 255 = 58%
G 218 of 255 = 85%
B 251 of 255 = 98%

148
218
251

R + G + B ~ 80%. #94DAFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 218 + 251 = 617 (100%)
R 148 of 617 ~ 23.99%
G 218 of 617 ~ 35.33%
B 251 of 617 ~ 40.68%

%23.99
%35.33
%40.68

CMYK color model

#94DAFB color CMYK value is (41,13,0,2).

  • cyan value is 41.04%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(41,13,0,2)
C41M13Y0K2 
(41%,13%,0%,2%)
(0.41/0.13/0.00/0.02)	

CMYK percentages

%41.04
%13.15
%0
%1.57

Codes

Color #94DAFB in popluar color models

94DAFB
RGB148218251
HSL199°92.79%78.24%
HSB/HSV199°41.04%98.43%
CMYK41.04%13.15%0.00%
1.57%

Color #94DAFB in popluar number systems.

HEX94DAFB
Decimal148218251
Binary100101001101101011111011
Octal224332373

Shades and tints

Shades of #94DAFB

#94DAFB
(148,218,251)
#87C7E5
(135,199,229)
#7AB4CF
(122,180,207)
#6DA1B9
(109,161,185)
#608EA3
(96,142,163)
#537B8D
(83,123,141)
#466877
(70,104,119)
#395561
(57,85,97)
#2C424B
(44,66,75)
#1F2F35
(31,47,53)
#121C1F
(18,28,31)
#000000
(0,0,0)

Tints of #94DAFB

#94DAFB
(148,218,251)
#9DDDFB
(157,221,251)
#A6E0FB
(166,224,251)
#AFE3FB
(175,227,251)
#B8E6FB
(184,230,251)
#C1E9FB
(193,233,251)
#CAECFB
(202,236,251)
#D3EFFB
(211,239,251)
#DCF2FB
(220,242,251)
#E5F5FB
(229,245,251)
#EEF8FB
(238,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94DAFB color. Also use rgb(148,218,251) instead hex code.

Text Font Color

.myTextColor { color: #94DAFB; }

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

This text font color is #94DAFB.


Background Color

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

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

This div background color is #94DAFB.


Border color

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

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

This div border color is #94DAFB.


Opacity

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

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

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

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

This text has shadow with #94DAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94DAFB on black background.


Color preview on white background

This text has color #94DAFB on white background.



Black color preview on #94DAFB background

This text has black color on #94DAFB background.


White color preview on #94DAFB background

This text has white color on #94DAFB background.