COLOR #94C6D1

HEX: #94C6D1
RGB: (148,198,209)

Color info

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

RGB color model

#94C6D1 color RGB value is (148,198,209).

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

RGB channels and saturation

R 148 of 255 = 58%
G 198 of 255 = 78%
B 209 of 255 = 82%

148
198
209

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

Portions of RGB colors in percentages

R + G + B =
148 + 198 + 209 = 555 (100%)
R 148 of 555 ~ 26.67%
G 198 of 555 ~ 35.68%
B 209 of 555 ~ 37.66%

%26.67
%35.68
%37.66

CMYK color model

#94C6D1 color CMYK value is (29,5,0,18).

  • cyan value is 29.19%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(29,5,0,18)
C29M5Y0K18 
(29%,5%,0%,18%)
(0.29/0.05/0.00/0.18)	

CMYK percentages

%29.19
%5.26
%0
%18.04

Codes

Color #94C6D1 in popluar color models

94C6D1
RGB148198209
HSL191°39.87%70.00%
HSB/HSV191°29.19%81.96%
CMYK29.19%5.26%0.00%
18.04%

Color #94C6D1 in popluar number systems.

HEX94C6D1
Decimal148198209
Binary100101001100011011010001
Octal224306321

Shades and tints

Shades of #94C6D1

#94C6D1
(148,198,209)
#87B4BE
(135,180,190)
#7AA2AB
(122,162,171)
#6D9098
(109,144,152)
#607E85
(96,126,133)
#536C72
(83,108,114)
#465A5F
(70,90,95)
#39484C
(57,72,76)
#2C3639
(44,54,57)
#1F2426
(31,36,38)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #94C6D1

#94C6D1
(148,198,209)
#9DCBD5
(157,203,213)
#A6D0D9
(166,208,217)
#AFD5DD
(175,213,221)
#B8DAE1
(184,218,225)
#C1DFE5
(193,223,229)
#CAE4E9
(202,228,233)
#D3E9ED
(211,233,237)
#DCEEF1
(220,238,241)
#E5F3F5
(229,243,245)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94C6D1; }

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

This text font color is #94C6D1.


Background Color

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

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

This div background color is #94C6D1.


Border color

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

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

This div border color is #94C6D1.


Opacity

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

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

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

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

This text has shadow with #94C6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C6D1 on black background.


Color preview on white background

This text has color #94C6D1 on white background.



Black color preview on #94C6D1 background

This text has black color on #94C6D1 background.


White color preview on #94C6D1 background

This text has white color on #94C6D1 background.