COLOR #94C1D1

HEX: #94C1D1
RGB: (148,193,209)

Color info

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

RGB color model

#94C1D1 color RGB value is (148,193,209).

  • red value is 148;
  • green value is 193;
  • blue value is 209.
RGB:
(148,193,209)
(58%,76%,82%)

RGB channels and saturation

R 148 of 255 = 58%
G 193 of 255 = 76%
B 209 of 255 = 82%

148
193
209

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

Portions of RGB colors in percentages

R + G + B =
148 + 193 + 209 = 550 (100%)
R 148 of 550 ~ 26.91%
G 193 of 550 ~ 35.09%
B 209 of 550 ~ 38%

%26.91
%35.09
%38

CMYK color model

#94C1D1 color CMYK value is (29,8,0,18).

  • cyan value is 29.19%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(29,8,0,18)
C29M8Y0K18 
(29%,8%,0%,18%)
(0.29/0.08/0.00/0.18)	

CMYK percentages

%29.19
%7.66
%0
%18.04

Codes

Color #94C1D1 in popluar color models

94C1D1
RGB148193209
HSL196°39.87%70.00%
HSB/HSV196°29.19%81.96%
CMYK29.19%7.66%0.00%
18.04%

Color #94C1D1 in popluar number systems.

HEX94C1D1
Decimal148193209
Binary100101001100000111010001
Octal224301321

Shades and tints

Shades of #94C1D1

#94C1D1
(148,193,209)
#87B0BE
(135,176,190)
#7A9FAB
(122,159,171)
#6D8E98
(109,142,152)
#607D85
(96,125,133)
#536C72
(83,108,114)
#465B5F
(70,91,95)
#394A4C
(57,74,76)
#2C3939
(44,57,57)
#1F2826
(31,40,38)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #94C1D1

#94C1D1
(148,193,209)
#9DC6D5
(157,198,213)
#A6CBD9
(166,203,217)
#AFD0DD
(175,208,221)
#B8D5E1
(184,213,225)
#C1DAE5
(193,218,229)
#CADFE9
(202,223,233)
#D3E4ED
(211,228,237)
#DCE9F1
(220,233,241)
#E5EEF5
(229,238,245)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C1D1 color. Also use rgb(148,193,209) instead hex code.

Text Font Color

.myTextColor { color: #94C1D1; }

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

This text font color is #94C1D1.


Background Color

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

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

This div background color is #94C1D1.


Border color

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

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

This div border color is #94C1D1.


Opacity

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

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

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

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

This text has shadow with #94C1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C1D1 on black background.


Color preview on white background

This text has color #94C1D1 on white background.



Black color preview on #94C1D1 background

This text has black color on #94C1D1 background.


White color preview on #94C1D1 background

This text has white color on #94C1D1 background.