COLOR #94B2CE

HEX: #94B2CE
RGB: (148,178,206)

Color info

#94B2CE contains red, green and blue colors in about the same proportion. Web safe color of #94B2CE is #9999CC (or #99C).

RGB color model

#94B2CE color RGB value is (148,178,206).

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

RGB channels and saturation

R 148 of 255 = 58%
G 178 of 255 = 70%
B 206 of 255 = 81%

148
178
206

R + G + B ~ 70%. #94B2CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 178 + 206 = 532 (100%)
R 148 of 532 ~ 27.82%
G 178 of 532 ~ 33.46%
B 206 of 532 ~ 38.72%

%27.82
%33.46
%38.72

CMYK color model

#94B2CE color CMYK value is (28,14,0,19).

  • cyan value is 28.16%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(28,14,0,19)
C28M14Y0K19 
(28%,14%,0%,19%)
(0.28/0.14/0.00/0.19)	

CMYK percentages

%28.16
%13.59
%0
%19.22

Codes

Color #94B2CE in popluar color models

94B2CE
RGB148178206
HSL209°37.18%69.41%
HSB/HSV209°28.16%80.78%
CMYK28.16%13.59%0.00%
19.22%

Color #94B2CE in popluar number systems.

HEX94B2CE
Decimal148178206
Binary100101001011001011001110
Octal224262316

Shades and tints

Shades of #94B2CE

#94B2CE
(148,178,206)
#87A2BC
(135,162,188)
#7A92AA
(122,146,170)
#6D8298
(109,130,152)
#607286
(96,114,134)
#536274
(83,98,116)
#465262
(70,82,98)
#394250
(57,66,80)
#2C323E
(44,50,62)
#1F222C
(31,34,44)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #94B2CE

#94B2CE
(148,178,206)
#9DB9D2
(157,185,210)
#A6C0D6
(166,192,214)
#AFC7DA
(175,199,218)
#B8CEDE
(184,206,222)
#C1D5E2
(193,213,226)
#CADCE6
(202,220,230)
#D3E3EA
(211,227,234)
#DCEAEE
(220,234,238)
#E5F1F2
(229,241,242)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B2CE; }

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

This text font color is #94B2CE.


Background Color

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

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

This div background color is #94B2CE.


Border color

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

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

This div border color is #94B2CE.


Opacity

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

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

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

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

This text has shadow with #94B2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B2CE on black background.


Color preview on white background

This text has color #94B2CE on white background.



Black color preview on #94B2CE background

This text has black color on #94B2CE background.


White color preview on #94B2CE background

This text has white color on #94B2CE background.