COLOR #94BEE2

HEX: #94BEE2
RGB: (148,190,226)

Color info

#94BEE2 contains mainly green and blue colors. Web safe color of #94BEE2 is #99CCCC (or #9CC).

RGB color model

#94BEE2 color RGB value is (148,190,226).

  • red value is 148;
  • green value is 190;
  • blue value is 226.
RGB:
(148,190,226)
(58%,75%,89%)

RGB channels and saturation

R 148 of 255 = 58%
G 190 of 255 = 75%
B 226 of 255 = 89%

148
190
226

R + G + B ~ 74%. #94BEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 190 + 226 = 564 (100%)
R 148 of 564 ~ 26.24%
G 190 of 564 ~ 33.69%
B 226 of 564 ~ 40.07%

%26.24
%33.69
%40.07

CMYK color model

#94BEE2 color CMYK value is (35,16,0,11).

  • cyan value is 34.51%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(35,16,0,11)
C35M16Y0K11 
(35%,16%,0%,11%)
(0.35/0.16/0.00/0.11)	

CMYK percentages

%34.51
%15.93
%0
%11.37

Codes

Color #94BEE2 in popluar color models

94BEE2
RGB148190226
HSL208°57.35%73.33%
HSB/HSV208°34.51%88.63%
CMYK34.51%15.93%0.00%
11.37%

Color #94BEE2 in popluar number systems.

HEX94BEE2
Decimal148190226
Binary100101001011111011100010
Octal224276342

Shades and tints

Shades of #94BEE2

#94BEE2
(148,190,226)
#87ADCE
(135,173,206)
#7A9CBA
(122,156,186)
#6D8BA6
(109,139,166)
#607A92
(96,122,146)
#53697E
(83,105,126)
#46586A
(70,88,106)
#394756
(57,71,86)
#2C3642
(44,54,66)
#1F252E
(31,37,46)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #94BEE2

#94BEE2
(148,190,226)
#9DC3E4
(157,195,228)
#A6C8E6
(166,200,230)
#AFCDE8
(175,205,232)
#B8D2EA
(184,210,234)
#C1D7EC
(193,215,236)
#CADCEE
(202,220,238)
#D3E1F0
(211,225,240)
#DCE6F2
(220,230,242)
#E5EBF4
(229,235,244)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94BEE2 color. Also use rgb(148,190,226) instead hex code.

Text Font Color

.myTextColor { color: #94BEE2; }

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

This text font color is #94BEE2.


Background Color

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

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

This div background color is #94BEE2.


Border color

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

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

This div border color is #94BEE2.


Opacity

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

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

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

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

This text has shadow with #94BEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94BEE2 on black background.


Color preview on white background

This text has color #94BEE2 on white background.



Black color preview on #94BEE2 background

This text has black color on #94BEE2 background.


White color preview on #94BEE2 background

This text has white color on #94BEE2 background.