COLOR #B3C0E4

HEX: #B3C0E4
RGB: (179,192,228)

Color info

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

RGB color model

#B3C0E4 color RGB value is (179,192,228).

  • red value is 179;
  • green value is 192;
  • blue value is 228.
RGB:
(179,192,228)
(70%,75%,89%)

RGB channels and saturation

R 179 of 255 = 70%
G 192 of 255 = 75%
B 228 of 255 = 89%

179
192
228

R + G + B ~ 78%. #B3C0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 192 + 228 = 599 (100%)
R 179 of 599 ~ 29.88%
G 192 of 599 ~ 32.05%
B 228 of 599 ~ 38.06%

%29.88
%32.05
%38.06

CMYK color model

#B3C0E4 color CMYK value is (21,16,0,11).

  • cyan value is 21.49%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(21,16,0,11)
C21M16Y0K11 
(21%,16%,0%,11%)
(0.21/0.16/0.00/0.11)	

CMYK percentages

%21.49
%15.79
%0
%10.59

Codes

Color #B3C0E4 in popluar color models

B3C0E4
RGB179192228
HSL224°47.57%79.80%
HSB/HSV224°21.49%89.41%
CMYK21.49%15.79%0.00%
10.59%

Color #B3C0E4 in popluar number systems.

HEXB3C0E4
Decimal179192228
Binary101100111100000011100100
Octal263300344

Shades and tints

Shades of #B3C0E4

#B3C0E4
(179,192,228)
#A3AFD0
(163,175,208)
#939EBC
(147,158,188)
#838DA8
(131,141,168)
#737C94
(115,124,148)
#636B80
(99,107,128)
#535A6C
(83,90,108)
#434958
(67,73,88)
#333844
(51,56,68)
#232730
(35,39,48)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #B3C0E4

#B3C0E4
(179,192,228)
#B9C5E6
(185,197,230)
#BFCAE8
(191,202,232)
#C5CFEA
(197,207,234)
#CBD4EC
(203,212,236)
#D1D9EE
(209,217,238)
#D7DEF0
(215,222,240)
#DDE3F2
(221,227,242)
#E3E8F4
(227,232,244)
#E9EDF6
(233,237,246)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C0E4 color. Also use rgb(179,192,228) instead hex code.

Text Font Color

.myTextColor { color: #B3C0E4; }

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

This text font color is #B3C0E4.


Background Color

.myBgColor { background-color: #B3C0E4; }

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

This div background color is #B3C0E4.


Border color

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

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

This div border color is #B3C0E4.


Opacity

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

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

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

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

This text has shadow with #B3C0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C0E4 on black background.


Color preview on white background

This text has color #B3C0E4 on white background.



Black color preview on #B3C0E4 background

This text has black color on #B3C0E4 background.


White color preview on #B3C0E4 background

This text has white color on #B3C0E4 background.