COLOR #94C9C4

HEX: #94C9C4
RGB: (148,201,196)

Color info

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

RGB color model

#94C9C4 color RGB value is (148,201,196).

  • red value is 148;
  • green value is 201;
  • blue value is 196.
RGB:
(148,201,196)
(58%,79%,77%)

RGB channels and saturation

R 148 of 255 = 58%
G 201 of 255 = 79%
B 196 of 255 = 77%

148
201
196

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

Portions of RGB colors in percentages

R + G + B =
148 + 201 + 196 = 545 (100%)
R 148 of 545 ~ 27.16%
G 201 of 545 ~ 36.88%
B 196 of 545 ~ 35.96%

%27.16
%36.88
%35.96

CMYK color model

#94C9C4 color CMYK value is (26,0,2,21).

  • cyan value is 26.37%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 21.18%
CMYK:
(26,0,2,21)
C26M0Y2K21 
(26%,0%,2%,21%)
(0.26/0.00/0.02/0.21)	

CMYK percentages

%26.37
%0
%2.49
%21.18

Codes

Color #94C9C4 in popluar color models

94C9C4
RGB148201196
HSL174°32.92%68.43%
HSB/HSV174°26.37%78.82%
CMYK26.37%0.00%2.49%
21.18%

Color #94C9C4 in popluar number systems.

HEX94C9C4
Decimal148201196
Binary100101001100100111000100
Octal224311304

Shades and tints

Shades of #94C9C4

#94C9C4
(148,201,196)
#87B7B3
(135,183,179)
#7AA5A2
(122,165,162)
#6D9391
(109,147,145)
#608180
(96,129,128)
#536F6F
(83,111,111)
#465D5E
(70,93,94)
#394B4D
(57,75,77)
#2C393C
(44,57,60)
#1F272B
(31,39,43)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #94C9C4

#94C9C4
(148,201,196)
#9DCDC9
(157,205,201)
#A6D1CE
(166,209,206)
#AFD5D3
(175,213,211)
#B8D9D8
(184,217,216)
#C1DDDD
(193,221,221)
#CAE1E2
(202,225,226)
#D3E5E7
(211,229,231)
#DCE9EC
(220,233,236)
#E5EDF1
(229,237,241)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C9C4 color. Also use rgb(148,201,196) instead hex code.

Text Font Color

.myTextColor { color: #94C9C4; }

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

This text font color is #94C9C4.


Background Color

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

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

This div background color is #94C9C4.


Border color

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

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

This div border color is #94C9C4.


Opacity

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

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

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

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

This text has shadow with #94C9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C9C4 on black background.


Color preview on white background

This text has color #94C9C4 on white background.



Black color preview on #94C9C4 background

This text has black color on #94C9C4 background.


White color preview on #94C9C4 background

This text has white color on #94C9C4 background.