COLOR #94B8CC

HEX: #94B8CC
RGB: (148,184,204)

Color info

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

RGB color model

#94B8CC color RGB value is (148,184,204).

  • red value is 148;
  • green value is 184;
  • blue value is 204.
RGB:
(148,184,204)
(58%,72%,80%)

RGB channels and saturation

R 148 of 255 = 58%
G 184 of 255 = 72%
B 204 of 255 = 80%

148
184
204

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

Portions of RGB colors in percentages

R + G + B =
148 + 184 + 204 = 536 (100%)
R 148 of 536 ~ 27.61%
G 184 of 536 ~ 34.33%
B 204 of 536 ~ 38.06%

%27.61
%34.33
%38.06

CMYK color model

#94B8CC color CMYK value is (27,10,0,20).

  • cyan value is 27.45%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(27,10,0,20)
C27M10Y0K20 
(27%,10%,0%,20%)
(0.27/0.10/0.00/0.20)	

CMYK percentages

%27.45
%9.8
%0
%20

Codes

Color #94B8CC in popluar color models

94B8CC
RGB148184204
HSL201°35.44%69.02%
HSB/HSV201°27.45%80.00%
CMYK27.45%9.80%0.00%
20.00%

Color #94B8CC in popluar number systems.

HEX94B8CC
Decimal148184204
Binary100101001011100011001100
Octal224270314

Shades and tints

Shades of #94B8CC

#94B8CC
(148,184,204)
#87A8BA
(135,168,186)
#7A98A8
(122,152,168)
#6D8896
(109,136,150)
#607884
(96,120,132)
#536872
(83,104,114)
#465860
(70,88,96)
#39484E
(57,72,78)
#2C383C
(44,56,60)
#1F282A
(31,40,42)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #94B8CC

#94B8CC
(148,184,204)
#9DBED0
(157,190,208)
#A6C4D4
(166,196,212)
#AFCAD8
(175,202,216)
#B8D0DC
(184,208,220)
#C1D6E0
(193,214,224)
#CADCE4
(202,220,228)
#D3E2E8
(211,226,232)
#DCE8EC
(220,232,236)
#E5EEF0
(229,238,240)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B8CC color. Also use rgb(148,184,204) instead hex code.

Text Font Color

.myTextColor { color: #94B8CC; }

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

This text font color is #94B8CC.


Background Color

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

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

This div background color is #94B8CC.


Border color

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

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

This div border color is #94B8CC.


Opacity

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

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

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

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

This text has shadow with #94B8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B8CC on black background.


Color preview on white background

This text has color #94B8CC on white background.



Black color preview on #94B8CC background

This text has black color on #94B8CC background.


White color preview on #94B8CC background

This text has white color on #94B8CC background.