COLOR #B3C5EC

HEX: #B3C5EC RGB: (179,197,236)

Color info

#B3C5EC contains red, green and blue colors in about the same proportion. Web safe color of #B3C5EC is #99CCFF (or #9CF).

RGB color model

#B3C5EC color RGB value is (179,197,236).

RGB: (179,197,236) (70%, 77%, 93%)

RGB channels and saturation

R 179 of 255 = 70%
G 197 of 255 = 77%
B 236 of 255 = 93%

179
197
236

R + G + B ~ 80%. #B3C5EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 197 + 236 = 612 (100%)
R 179 of 612 ~ 29.25%
G 197 of 612 ~ 32.19%
B 236 of 612 ~ 38.56'%

%29.25
%32.19
%38.56

CMYK color model

#B3C5EC color CMYK value is (24,17,0,7).

  • cyan value is 24.15%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (24,17,0,7) C24M17Y0K7 (24%,17%,0%,7%) (0.24/0.17/0.00/0.07) 

CMYK percentages

%24.15
%16.53
%0
%7.45

Codes

Color #B3C5EC in popluar color models

B3 C5 EC
RGB 179 197 236
HSL 221° 60.00% 81.37%
HSB/HSV 221° 24.15% 92.55%
CMYK 24.15% 16.53% 0.00%
7.45%

Color #B3C5EC in popluar number systems.

HEX B3 C5 EC
Decimal 179 197 236
Binary 10110011 11000101 11101100
Octal 263 305 354

Shades and tints

Shades of #B3C5EC

#B3C5EC
(179,197,236)
#A3B4D7
(163,180,215)
#93A3C2
(147,163,194)
#8392AD
(131,146,173)
#738198
(115,129,152)
#637083
(99,112,131)
#535F6E
(83,95,110)
#434E59
(67,78,89)
#333D44
(51,61,68)
#232C2F
(35,44,47)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #B3C5EC

#B3C5EC
(179,197,236)
#B9CAED
(185,202,237)
#BFCFEE
(191,207,238)
#C5D4EF
(197,212,239)
#CBD9F0
(203,217,240)
#D1DEF1
(209,222,241)
#D7E3F2
(215,227,242)
#DDE8F3
(221,232,243)
#E3EDF4
(227,237,244)
#E9F2F5
(233,242,245)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C5EC color. Also use rgb(179,197,236) instead hex code.

Text Font Color

.myTextColor { color: #B3C5EC; }

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

This text font color is #B3C5EC.

Background Color

.myBgColor { background-color: #B3C5EC; }

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

This div background color is #B3C5EC.

Border color

.myBorderColor { border: 1px solid #B3C5EC; }

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

This div border color is #B3C5EC.

Opacity

.myOpacity80 { color: #B3C5EC; opacity: 0.8; }

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

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

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

This text has shadow with #B3C5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C5EC.

Preview

Color preview on black background

This text has color #B3C5EC on black background.


Color preview on white background

This text has color #B3C5EC on white background.


Black color preview on #B3C5EC background

This text has black color on #B3C5EC background.


White color preview on #B3C5EC background

This text has white color on #B3C5EC background.


Related colors

Complementary color

Complementary color for #hex is #4C3A13.


I love getcolorcode.com

Triadic colors

1 #ECB3C5 and #C5ECB3 with #B3C5EC are triadic colors.

2 #ECC5B3 and #C5B3EC with #B3C5EC are triadic colors.