COLOR #94B2D6

HEX: #94B2D6
RGB: (148,178,214)

Color info

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

RGB color model

#94B2D6 color RGB value is (148,178,214).

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

RGB channels and saturation

R 148 of 255 = 58%
G 178 of 255 = 70%
B 214 of 255 = 84%

148
178
214

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

Portions of RGB colors in percentages

R + G + B =
148 + 178 + 214 = 540 (100%)
R 148 of 540 ~ 27.41%
G 178 of 540 ~ 32.96%
B 214 of 540 ~ 39.63%

%27.41
%32.96
%39.63

CMYK color model

#94B2D6 color CMYK value is (31,17,0,16).

  • cyan value is 30.84%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(31,17,0,16)
C31M17Y0K16 
(31%,17%,0%,16%)
(0.31/0.17/0.00/0.16)	

CMYK percentages

%30.84
%16.82
%0
%16.08

Codes

Color #94B2D6 in popluar color models

94B2D6
RGB148178214
HSL213°44.59%70.98%
HSB/HSV213°30.84%83.92%
CMYK30.84%16.82%0.00%
16.08%

Color #94B2D6 in popluar number systems.

HEX94B2D6
Decimal148178214
Binary100101001011001011010110
Octal224262326

Shades and tints

Shades of #94B2D6

#94B2D6
(148,178,214)
#87A2C3
(135,162,195)
#7A92B0
(122,146,176)
#6D829D
(109,130,157)
#60728A
(96,114,138)
#536277
(83,98,119)
#465264
(70,82,100)
#394251
(57,66,81)
#2C323E
(44,50,62)
#1F222B
(31,34,43)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #94B2D6

#94B2D6
(148,178,214)
#9DB9D9
(157,185,217)
#A6C0DC
(166,192,220)
#AFC7DF
(175,199,223)
#B8CEE2
(184,206,226)
#C1D5E5
(193,213,229)
#CADCE8
(202,220,232)
#D3E3EB
(211,227,235)
#DCEAEE
(220,234,238)
#E5F1F1
(229,241,241)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B2D6; }

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

This text font color is #94B2D6.


Background Color

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

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

This div background color is #94B2D6.


Border color

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

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

This div border color is #94B2D6.


Opacity

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

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

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

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

This text has shadow with #94B2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B2D6 on black background.


Color preview on white background

This text has color #94B2D6 on white background.



Black color preview on #94B2D6 background

This text has black color on #94B2D6 background.


White color preview on #94B2D6 background

This text has white color on #94B2D6 background.