COLOR #94C6DD

HEX: #94C6DD
RGB: (148,198,221)

Color info

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

RGB color model

#94C6DD color RGB value is (148,198,221).

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

RGB channels and saturation

R 148 of 255 = 58%
G 198 of 255 = 78%
B 221 of 255 = 87%

148
198
221

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

Portions of RGB colors in percentages

R + G + B =
148 + 198 + 221 = 567 (100%)
R 148 of 567 ~ 26.1%
G 198 of 567 ~ 34.92%
B 221 of 567 ~ 38.98%

%26.1
%34.92
%38.98

CMYK color model

#94C6DD color CMYK value is (33,10,0,13).

  • cyan value is 33.03%
  • magenta value is 10.41%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(33,10,0,13)
C33M10Y0K13 
(33%,10%,0%,13%)
(0.33/0.10/0.00/0.13)	

CMYK percentages

%33.03
%10.41
%0
%13.33

Codes

Color #94C6DD in popluar color models

94C6DD
RGB148198221
HSL199°51.77%72.35%
HSB/HSV199°33.03%86.67%
CMYK33.03%10.41%0.00%
13.33%

Color #94C6DD in popluar number systems.

HEX94C6DD
Decimal148198221
Binary100101001100011011011101
Octal224306335

Shades and tints

Shades of #94C6DD

#94C6DD
(148,198,221)
#87B4C9
(135,180,201)
#7AA2B5
(122,162,181)
#6D90A1
(109,144,161)
#607E8D
(96,126,141)
#536C79
(83,108,121)
#465A65
(70,90,101)
#394851
(57,72,81)
#2C363D
(44,54,61)
#1F2429
(31,36,41)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #94C6DD

#94C6DD
(148,198,221)
#9DCBE0
(157,203,224)
#A6D0E3
(166,208,227)
#AFD5E6
(175,213,230)
#B8DAE9
(184,218,233)
#C1DFEC
(193,223,236)
#CAE4EF
(202,228,239)
#D3E9F2
(211,233,242)
#DCEEF5
(220,238,245)
#E5F3F8
(229,243,248)
#EEF8FB
(238,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94C6DD; }

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

This text font color is #94C6DD.


Background Color

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

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

This div background color is #94C6DD.


Border color

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

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

This div border color is #94C6DD.


Opacity

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

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

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

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

This text has shadow with #94C6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C6DD on black background.


Color preview on white background

This text has color #94C6DD on white background.



Black color preview on #94C6DD background

This text has black color on #94C6DD background.


White color preview on #94C6DD background

This text has white color on #94C6DD background.