COLOR #B3C4DF

HEX: #B3C4DF
RGB: (179,196,223)

Color info

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

RGB color model

#B3C4DF color RGB value is (179,196,223).

  • red value is 179;
  • green value is 196;
  • blue value is 223.
RGB:
(179,196,223)
(70%,77%,87%)

RGB channels and saturation

R 179 of 255 = 70%
G 196 of 255 = 77%
B 223 of 255 = 87%

179
196
223

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

Portions of RGB colors in percentages

R + G + B =
179 + 196 + 223 = 598 (100%)
R 179 of 598 ~ 29.93%
G 196 of 598 ~ 32.78%
B 223 of 598 ~ 37.29%

%29.93
%32.78
%37.29

CMYK color model

#B3C4DF color CMYK value is (20,12,0,13).

  • cyan value is 19.73%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(20,12,0,13)
C20M12Y0K13 
(20%,12%,0%,13%)
(0.20/0.12/0.00/0.13)	

CMYK percentages

%19.73
%12.11
%0
%12.55

Codes

Color #B3C4DF in popluar color models

B3C4DF
RGB179196223
HSL217°40.74%78.82%
HSB/HSV217°19.73%87.45%
CMYK19.73%12.11%0.00%
12.55%

Color #B3C4DF in popluar number systems.

HEXB3C4DF
Decimal179196223
Binary101100111100010011011111
Octal263304337

Shades and tints

Shades of #B3C4DF

#B3C4DF
(179,196,223)
#A3B3CB
(163,179,203)
#93A2B7
(147,162,183)
#8391A3
(131,145,163)
#73808F
(115,128,143)
#636F7B
(99,111,123)
#535E67
(83,94,103)
#434D53
(67,77,83)
#333C3F
(51,60,63)
#232B2B
(35,43,43)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #B3C4DF

#B3C4DF
(179,196,223)
#B9C9E1
(185,201,225)
#BFCEE3
(191,206,227)
#C5D3E5
(197,211,229)
#CBD8E7
(203,216,231)
#D1DDE9
(209,221,233)
#D7E2EB
(215,226,235)
#DDE7ED
(221,231,237)
#E3ECEF
(227,236,239)
#E9F1F1
(233,241,241)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C4DF color. Also use rgb(179,196,223) instead hex code.

Text Font Color

.myTextColor { color: #B3C4DF; }

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

This text font color is #B3C4DF.


Background Color

.myBgColor { background-color: #B3C4DF; }

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

This div background color is #B3C4DF.


Border color

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

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

This div border color is #B3C4DF.


Opacity

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

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

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

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

This text has shadow with #B3C4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C4DF on black background.


Color preview on white background

This text has color #B3C4DF on white background.



Black color preview on #B3C4DF background

This text has black color on #B3C4DF background.


White color preview on #B3C4DF background

This text has white color on #B3C4DF background.