COLOR #94C5CC

HEX: #94C5CC
RGB: (148,197,204)

Color info

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

RGB color model

#94C5CC color RGB value is (148,197,204).

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

RGB channels and saturation

R 148 of 255 = 58%
G 197 of 255 = 77%
B 204 of 255 = 80%

148
197
204

R + G + B ~ 72%. #94C5CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 197 + 204 = 549 (100%)
R 148 of 549 ~ 26.96%
G 197 of 549 ~ 35.88%
B 204 of 549 ~ 37.16%

%26.96
%35.88
%37.16

CMYK color model

#94C5CC color CMYK value is (27,3,0,20).

  • cyan value is 27.45%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(27,3,0,20)
C27M3Y0K20 
(27%,3%,0%,20%)
(0.27/0.03/0.00/0.20)	

CMYK percentages

%27.45
%3.43
%0
%20

Codes

Color #94C5CC in popluar color models

94C5CC
RGB148197204
HSL188°35.44%69.02%
HSB/HSV188°27.45%80.00%
CMYK27.45%3.43%0.00%
20.00%

Color #94C5CC in popluar number systems.

HEX94C5CC
Decimal148197204
Binary100101001100010111001100
Octal224305314

Shades and tints

Shades of #94C5CC

#94C5CC
(148,197,204)
#87B4BA
(135,180,186)
#7AA3A8
(122,163,168)
#6D9296
(109,146,150)
#608184
(96,129,132)
#537072
(83,112,114)
#465F60
(70,95,96)
#394E4E
(57,78,78)
#2C3D3C
(44,61,60)
#1F2C2A
(31,44,42)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #94C5CC

#94C5CC
(148,197,204)
#9DCAD0
(157,202,208)
#A6CFD4
(166,207,212)
#AFD4D8
(175,212,216)
#B8D9DC
(184,217,220)
#C1DEE0
(193,222,224)
#CAE3E4
(202,227,228)
#D3E8E8
(211,232,232)
#DCEDEC
(220,237,236)
#E5F2F0
(229,242,240)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94C5CC; }

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

This text font color is #94C5CC.


Background Color

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

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

This div background color is #94C5CC.


Border color

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

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

This div border color is #94C5CC.


Opacity

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

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

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

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

This text has shadow with #94C5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C5CC on black background.


Color preview on white background

This text has color #94C5CC on white background.



Black color preview on #94C5CC background

This text has black color on #94C5CC background.


White color preview on #94C5CC background

This text has white color on #94C5CC background.