COLOR #94C6CC

HEX: #94C6CC
RGB: (148,198,204)

Color info

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

RGB color model

#94C6CC color RGB value is (148,198,204).

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

RGB channels and saturation

R 148 of 255 = 58%
G 198 of 255 = 78%
B 204 of 255 = 80%

148
198
204

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

Portions of RGB colors in percentages

R + G + B =
148 + 198 + 204 = 550 (100%)
R 148 of 550 ~ 26.91%
G 198 of 550 ~ 36%
B 204 of 550 ~ 37.09%

%26.91
%36
%37.09

CMYK color model

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

  • cyan value is 27.45%
  • magenta value is 2.94%
  • 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
%2.94
%0
%20

Codes

Color #94C6CC in popluar color models

94C6CC
RGB148198204
HSL186°35.44%69.02%
HSB/HSV186°27.45%80.00%
CMYK27.45%2.94%0.00%
20.00%

Color #94C6CC in popluar number systems.

HEX94C6CC
Decimal148198204
Binary100101001100011011001100
Octal224306314

Shades and tints

Shades of #94C6CC

#94C6CC
(148,198,204)
#87B4BA
(135,180,186)
#7AA2A8
(122,162,168)
#6D9096
(109,144,150)
#607E84
(96,126,132)
#536C72
(83,108,114)
#465A60
(70,90,96)
#39484E
(57,72,78)
#2C363C
(44,54,60)
#1F242A
(31,36,42)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #94C6CC

#94C6CC
(148,198,204)
#9DCBD0
(157,203,208)
#A6D0D4
(166,208,212)
#AFD5D8
(175,213,216)
#B8DADC
(184,218,220)
#C1DFE0
(193,223,224)
#CAE4E4
(202,228,228)
#D3E9E8
(211,233,232)
#DCEEEC
(220,238,236)
#E5F3F0
(229,243,240)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94C6CC; }

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

This text font color is #94C6CC.


Background Color

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

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

This div background color is #94C6CC.


Border color

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

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

This div border color is #94C6CC.


Opacity

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

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

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

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

This text has shadow with #94C6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C6CC on black background.


Color preview on white background

This text has color #94C6CC on white background.



Black color preview on #94C6CC background

This text has black color on #94C6CC background.


White color preview on #94C6CC background

This text has white color on #94C6CC background.