COLOR #B3D6E1

HEX: #B3D6E1
RGB: (179,214,225)

Color info

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

RGB color model

#B3D6E1 color RGB value is (179,214,225).

  • red value is 179;
  • green value is 214;
  • blue value is 225.
RGB:
(179,214,225)
(70%,84%,88%)

RGB channels and saturation

R 179 of 255 = 70%
G 214 of 255 = 84%
B 225 of 255 = 88%

179
214
225

R + G + B ~ 81%. #B3D6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 214 + 225 = 618 (100%)
R 179 of 618 ~ 28.96%
G 214 of 618 ~ 34.63%
B 225 of 618 ~ 36.41%

%28.96
%34.63
%36.41

CMYK color model

#B3D6E1 color CMYK value is (20,5,0,12).

  • cyan value is 20.44%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(20,5,0,12)
C20M5Y0K12 
(20%,5%,0%,12%)
(0.20/0.05/0.00/0.12)	

CMYK percentages

%20.44
%4.89
%0
%11.76

Codes

Color #B3D6E1 in popluar color models

B3D6E1
RGB179214225
HSL194°43.40%79.22%
HSB/HSV194°20.44%88.24%
CMYK20.44%4.89%0.00%
11.76%

Color #B3D6E1 in popluar number systems.

HEXB3D6E1
Decimal179214225
Binary101100111101011011100001
Octal263326341

Shades and tints

Shades of #B3D6E1

#B3D6E1
(179,214,225)
#A3C3CD
(163,195,205)
#93B0B9
(147,176,185)
#839DA5
(131,157,165)
#738A91
(115,138,145)
#63777D
(99,119,125)
#536469
(83,100,105)
#435155
(67,81,85)
#333E41
(51,62,65)
#232B2D
(35,43,45)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #B3D6E1

#B3D6E1
(179,214,225)
#B9D9E3
(185,217,227)
#BFDCE5
(191,220,229)
#C5DFE7
(197,223,231)
#CBE2E9
(203,226,233)
#D1E5EB
(209,229,235)
#D7E8ED
(215,232,237)
#DDEBEF
(221,235,239)
#E3EEF1
(227,238,241)
#E9F1F3
(233,241,243)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D6E1 color. Also use rgb(179,214,225) instead hex code.

Text Font Color

.myTextColor { color: #B3D6E1; }

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

This text font color is #B3D6E1.


Background Color

.myBgColor { background-color: #B3D6E1; }

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

This div background color is #B3D6E1.


Border color

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

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

This div border color is #B3D6E1.


Opacity

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

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

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

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

This text has shadow with #B3D6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D6E1 on black background.


Color preview on white background

This text has color #B3D6E1 on white background.



Black color preview on #B3D6E1 background

This text has black color on #B3D6E1 background.


White color preview on #B3D6E1 background

This text has white color on #B3D6E1 background.