COLOR #94BCE3

HEX: #94BCE3 RGB: (148,188,227)

Color info

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

RGB color model

#94BCE3 color RGB value is (148,188,227).

RGB: (148,188,227) (58%, 74%, 89%)

RGB channels and saturation

R 148 of 255 = 58%
G 188 of 255 = 74%
B 227 of 255 = 89%

148
188
227

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

Portions of RGB colors in percentages

R + G + B = 148 + 188 + 227 = 563 (100%)
R 148 of 563 ~ 26.29%
G 188 of 563 ~ 33.39%
B 227 of 563 ~ 40.32'%

%26.29
%33.39
%40.32

CMYK color model

#94BCE3 color CMYK value is (35,17,0,11).

  • cyan value is 34.80%
  • magenta value is 17.18%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (35,17,0,11)
C35M17Y0K11 (35%, 17%, 0%, 11%)
(0.35 / 0.17 / 0.00 / 0.11)

CMYK percentages

%34.8
%17.18
%0
%10.98

Codes

Color #94BCE3 in popluar color models

94 BC E3
RGB 148 188 227
HSL 210° 58.52% 73.53%
HSB/HSV 210° 34.80% 89.02%
CMYK 34.80% 17.18% 0.00%
10.98%

Color #94BCE3 in popluar number systems.

HEX 94 BC E3
Decimal 148 188 227
Binary 10010100 10111100 11100011
Octal 224 274 343

Shades and tints

Shades of #94BCE3

#94BCE3
(148,188,227)
#87ABCF
(135,171,207)
#7A9ABB
(122,154,187)
#6D89A7
(109,137,167)
#607893
(96,120,147)
#53677F
(83,103,127)
#46566B
(70,86,107)
#394557
(57,69,87)
#2C3443
(44,52,67)
#1F232F
(31,35,47)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #94BCE3

#94BCE3
(148,188,227)
#9DC2E5
(157,194,229)
#A6C8E7
(166,200,231)
#AFCEE9
(175,206,233)
#B8D4EB
(184,212,235)
#C1DAED
(193,218,237)
#CAE0EF
(202,224,239)
#D3E6F1
(211,230,241)
#DCECF3
(220,236,243)
#E5F2F5
(229,242,245)
#EEF8F7
(238,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94BCE3 color. Also use rgb(148,188,227) instead hex code.

Text Font Color

.myTextColor { color: #94BCE3; }

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

This text font color is #94BCE3.

Background Color

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

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

This div background color is #94BCE3.

Border color

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

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

This div border color is #94BCE3.

Opacity

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

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

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

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

This text has shadow with #94BCE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94BCE3.

Preview

Color preview on black background

This text has color #94BCE3 on black background.


Color preview on white background

This text has color #94BCE3 on white background.


Black color preview on #94BCE3 background

This text has black color on #94BCE3 background.


White color preview on #94BCE3 background

This text has white color on #94BCE3 background.


Related colors

Complementary color

Complementary color for #hex is #6B431C.


I love getcolorcode.com

Triadic colors

1 #E394BC and #BCE394 with #94BCE3 are triadic colors.

2 #E3BC94 and #BC94E3 with #94BCE3 are triadic colors.