COLOR #94D5CC

HEX: #94D5CC
RGB: (148,213,204)

Color info

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

RGB color model

#94D5CC color RGB value is (148,213,204).

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

RGB channels and saturation

R 148 of 255 = 58%
G 213 of 255 = 84%
B 204 of 255 = 80%

148
213
204

R + G + B ~ 74%. #94D5CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 213 + 204 = 565 (100%)
R 148 of 565 ~ 26.19%
G 213 of 565 ~ 37.7%
B 204 of 565 ~ 36.11%

%26.19
%37.7
%36.11

CMYK color model

#94D5CC color CMYK value is (31,0,4,16).

  • cyan value is 30.52%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 16.47%
CMYK:
(31,0,4,16)
C31M0Y4K16 
(31%,0%,4%,16%)
(0.31/0.00/0.04/0.16)	

CMYK percentages

%30.52
%0
%4.23
%16.47

Codes

Color #94D5CC in popluar color models

94D5CC
RGB148213204
HSL172°43.62%70.78%
HSB/HSV172°30.52%83.53%
CMYK30.52%0.00%4.23%
16.47%

Color #94D5CC in popluar number systems.

HEX94D5CC
Decimal148213204
Binary100101001101010111001100
Octal224325314

Shades and tints

Shades of #94D5CC

#94D5CC
(148,213,204)
#87C2BA
(135,194,186)
#7AAFA8
(122,175,168)
#6D9C96
(109,156,150)
#608984
(96,137,132)
#537672
(83,118,114)
#466360
(70,99,96)
#39504E
(57,80,78)
#2C3D3C
(44,61,60)
#1F2A2A
(31,42,42)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #94D5CC

#94D5CC
(148,213,204)
#9DD8D0
(157,216,208)
#A6DBD4
(166,219,212)
#AFDED8
(175,222,216)
#B8E1DC
(184,225,220)
#C1E4E0
(193,228,224)
#CAE7E4
(202,231,228)
#D3EAE8
(211,234,232)
#DCEDEC
(220,237,236)
#E5F0F0
(229,240,240)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94D5CC; }

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

This text font color is #94D5CC.


Background Color

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

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

This div background color is #94D5CC.


Border color

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

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

This div border color is #94D5CC.


Opacity

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

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

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

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

This text has shadow with #94D5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D5CC on black background.


Color preview on white background

This text has color #94D5CC on white background.



Black color preview on #94D5CC background

This text has black color on #94D5CC background.


White color preview on #94D5CC background

This text has white color on #94D5CC background.