COLOR #94C4D4

HEX: #94C4D4
RGB: (148,196,212)

Color info

#94C4D4 contains mainly green and blue colors. Web safe color of #94C4D4 is #99CCCC (or #9CC).

RGB color model

#94C4D4 color RGB value is (148,196,212).

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

RGB channels and saturation

R 148 of 255 = 58%
G 196 of 255 = 77%
B 212 of 255 = 83%

148
196
212

R + G + B ~ 73%. #94C4D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 196 + 212 = 556 (100%)
R 148 of 556 ~ 26.62%
G 196 of 556 ~ 35.25%
B 212 of 556 ~ 38.13%

%26.62
%35.25
%38.13

CMYK color model

#94C4D4 color CMYK value is (30,8,0,17).

  • cyan value is 30.19%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(30,8,0,17)
C30M8Y0K17 
(30%,8%,0%,17%)
(0.30/0.08/0.00/0.17)	

CMYK percentages

%30.19
%7.55
%0
%16.86

Codes

Color #94C4D4 in popluar color models

94C4D4
RGB148196212
HSL195°42.67%70.59%
HSB/HSV195°30.19%83.14%
CMYK30.19%7.55%0.00%
16.86%

Color #94C4D4 in popluar number systems.

HEX94C4D4
Decimal148196212
Binary100101001100010011010100
Octal224304324

Shades and tints

Shades of #94C4D4

#94C4D4
(148,196,212)
#87B3C1
(135,179,193)
#7AA2AE
(122,162,174)
#6D919B
(109,145,155)
#608088
(96,128,136)
#536F75
(83,111,117)
#465E62
(70,94,98)
#394D4F
(57,77,79)
#2C3C3C
(44,60,60)
#1F2B29
(31,43,41)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #94C4D4

#94C4D4
(148,196,212)
#9DC9D7
(157,201,215)
#A6CEDA
(166,206,218)
#AFD3DD
(175,211,221)
#B8D8E0
(184,216,224)
#C1DDE3
(193,221,227)
#CAE2E6
(202,226,230)
#D3E7E9
(211,231,233)
#DCECEC
(220,236,236)
#E5F1EF
(229,241,239)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94C4D4; }

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

This text font color is #94C4D4.


Background Color

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

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

This div background color is #94C4D4.


Border color

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

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

This div border color is #94C4D4.


Opacity

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

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

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

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

This text has shadow with #94C4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C4D4 on black background.


Color preview on white background

This text has color #94C4D4 on white background.



Black color preview on #94C4D4 background

This text has black color on #94C4D4 background.


White color preview on #94C4D4 background

This text has white color on #94C4D4 background.