COLOR #94BDD6

HEX: #94BDD6 RGB: (148,189,214)

Color info

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

RGB color model

#94BDD6 color RGB value is (148,189,214).

RGB: (148,189,214) (58%, 74%, 84%)

RGB channels and saturation

R 148 of 255 = 58%
G 189 of 255 = 74%
B 214 of 255 = 84%

148
189
214

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

Portions of RGB colors in percentages

R + G + B = 148 + 189 + 214 = 551 (100%)
R 148 of 551 ~ 26.86%
G 189 of 551 ~ 34.3%
B 214 of 551 ~ 38.84'%

%26.86
%34.3
%38.84

CMYK color model

#94BDD6 color CMYK value is (31,12,0,16).

  • cyan value is 30.84%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (31,12,0,16)
C31M12Y0K16 (31%, 12%, 0%, 16%)
(0.31 / 0.12 / 0.00 / 0.16)

CMYK percentages

%30.84
%11.68
%0
%16.08

Codes

Color #94BDD6 in popluar color models

94 BD D6
RGB 148 189 214
HSL 203° 44.59% 70.98%
HSB/HSV 203° 30.84% 83.92%
CMYK 30.84% 11.68% 0.00%
16.08%

Color #94BDD6 in popluar number systems.

HEX 94 BD D6
Decimal 148 189 214
Binary 10010100 10111101 11010110
Octal 224 275 326

Shades and tints

Shades of #94BDD6

#94BDD6
(148,189,214)
#87ACC3
(135,172,195)
#7A9BB0
(122,155,176)
#6D8A9D
(109,138,157)
#60798A
(96,121,138)
#536877
(83,104,119)
#465764
(70,87,100)
#394651
(57,70,81)
#2C353E
(44,53,62)
#1F242B
(31,36,43)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #94BDD6

#94BDD6
(148,189,214)
#9DC3D9
(157,195,217)
#A6C9DC
(166,201,220)
#AFCFDF
(175,207,223)
#B8D5E2
(184,213,226)
#C1DBE5
(193,219,229)
#CAE1E8
(202,225,232)
#D3E7EB
(211,231,235)
#DCEDEE
(220,237,238)
#E5F3F1
(229,243,241)
#EEF9F4
(238,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94BDD6 color. Also use rgb(148,189,214) instead hex code.

Text Font Color

.myTextColor { color: #94BDD6; }

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

This text font color is #94BDD6.

Background Color

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

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

This div background color is #94BDD6.

Border color

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

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

This div border color is #94BDD6.

Opacity

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

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

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

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

This text has shadow with #94BDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94BDD6.

Preview

Color preview on black background

This text has color #94BDD6 on black background.


Color preview on white background

This text has color #94BDD6 on white background.


Black color preview on #94BDD6 background

This text has black color on #94BDD6 background.


White color preview on #94BDD6 background

This text has white color on #94BDD6 background.


Related colors

Complementary color

Complementary color for #hex is #6B4229.


I love getcolorcode.com

Triadic colors

1 #D694BD and #BDD694 with #94BDD6 are triadic colors.

2 #D6BD94 and #BD94D6 with #94BDD6 are triadic colors.