COLOR #94B2E9

HEX: #94B2E9
RGB: (148,178,233)

Color info

#94B2E9 contains mainly green and blue colors. Web safe color of #94B2E9 is #9999FF (or #99F).

RGB color model

#94B2E9 color RGB value is (148,178,233).

  • red value is 148;
  • green value is 178;
  • blue value is 233.
RGB:
(148,178,233)
(58%,70%,91%)

RGB channels and saturation

R 148 of 255 = 58%
G 178 of 255 = 70%
B 233 of 255 = 91%

148
178
233

R + G + B ~ 73%. #94B2E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 178 + 233 = 559 (100%)
R 148 of 559 ~ 26.48%
G 178 of 559 ~ 31.84%
B 233 of 559 ~ 41.68%

%26.48
%31.84
%41.68

CMYK color model

#94B2E9 color CMYK value is (36,24,0,9).

  • cyan value is 36.48%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(36,24,0,9)
C36M24Y0K9 
(36%,24%,0%,9%)
(0.36/0.24/0.00/0.09)	

CMYK percentages

%36.48
%23.61
%0
%8.63

Codes

Color #94B2E9 in popluar color models

94B2E9
RGB148178233
HSL219°65.89%74.71%
HSB/HSV219°36.48%91.37%
CMYK36.48%23.61%0.00%
8.63%

Color #94B2E9 in popluar number systems.

HEX94B2E9
Decimal148178233
Binary100101001011001011101001
Octal224262351

Shades and tints

Shades of #94B2E9

#94B2E9
(148,178,233)
#87A2D4
(135,162,212)
#7A92BF
(122,146,191)
#6D82AA
(109,130,170)
#607295
(96,114,149)
#536280
(83,98,128)
#46526B
(70,82,107)
#394256
(57,66,86)
#2C3241
(44,50,65)
#1F222C
(31,34,44)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #94B2E9

#94B2E9
(148,178,233)
#9DB9EB
(157,185,235)
#A6C0ED
(166,192,237)
#AFC7EF
(175,199,239)
#B8CEF1
(184,206,241)
#C1D5F3
(193,213,243)
#CADCF5
(202,220,245)
#D3E3F7
(211,227,247)
#DCEAF9
(220,234,249)
#E5F1FB
(229,241,251)
#EEF8FD
(238,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B2E9 color. Also use rgb(148,178,233) instead hex code.

Text Font Color

.myTextColor { color: #94B2E9; }

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

This text font color is #94B2E9.


Background Color

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

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

This div background color is #94B2E9.


Border color

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

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

This div border color is #94B2E9.


Opacity

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

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

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

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

This text has shadow with #94B2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B2E9 on black background.


Color preview on white background

This text has color #94B2E9 on white background.



Black color preview on #94B2E9 background

This text has black color on #94B2E9 background.


White color preview on #94B2E9 background

This text has white color on #94B2E9 background.