COLOR #B3DEE6

HEX: #B3DEE6
RGB: (179,222,230)

Color info

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

RGB color model

#B3DEE6 color RGB value is (179,222,230).

  • red value is 179;
  • green value is 222;
  • blue value is 230.
RGB:
(179,222,230)
(70%,87%,90%)

RGB channels and saturation

R 179 of 255 = 70%
G 222 of 255 = 87%
B 230 of 255 = 90%

179
222
230

R + G + B ~ 82%. #B3DEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 222 + 230 = 631 (100%)
R 179 of 631 ~ 28.37%
G 222 of 631 ~ 35.18%
B 230 of 631 ~ 36.45%

%28.37
%35.18
%36.45

CMYK color model

#B3DEE6 color CMYK value is (22,3,0,10).

  • cyan value is 22.17%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(22,3,0,10)
C22M3Y0K10 
(22%,3%,0%,10%)
(0.22/0.03/0.00/0.10)	

CMYK percentages

%22.17
%3.48
%0
%9.8

Codes

Color #B3DEE6 in popluar color models

B3DEE6
RGB179222230
HSL189°50.50%80.20%
HSB/HSV189°22.17%90.20%
CMYK22.17%3.48%0.00%
9.80%

Color #B3DEE6 in popluar number systems.

HEXB3DEE6
Decimal179222230
Binary101100111101111011100110
Octal263336346

Shades and tints

Shades of #B3DEE6

#B3DEE6
(179,222,230)
#A3CAD2
(163,202,210)
#93B6BE
(147,182,190)
#83A2AA
(131,162,170)
#738E96
(115,142,150)
#637A82
(99,122,130)
#53666E
(83,102,110)
#43525A
(67,82,90)
#333E46
(51,62,70)
#232A32
(35,42,50)
#13161E
(19,22,30)
#000000
(0,0,0)

Tints of #B3DEE6

#B3DEE6
(179,222,230)
#B9E1E8
(185,225,232)
#BFE4EA
(191,228,234)
#C5E7EC
(197,231,236)
#CBEAEE
(203,234,238)
#D1EDF0
(209,237,240)
#D7F0F2
(215,240,242)
#DDF3F4
(221,243,244)
#E3F6F6
(227,246,246)
#E9F9F8
(233,249,248)
#EFFCFA
(239,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DEE6 color. Also use rgb(179,222,230) instead hex code.

Text Font Color

.myTextColor { color: #B3DEE6; }

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

This text font color is #B3DEE6.


Background Color

.myBgColor { background-color: #B3DEE6; }

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

This div background color is #B3DEE6.


Border color

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

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

This div border color is #B3DEE6.


Opacity

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

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

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

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

This text has shadow with #B3DEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DEE6 on black background.


Color preview on white background

This text has color #B3DEE6 on white background.



Black color preview on #B3DEE6 background

This text has black color on #B3DEE6 background.


White color preview on #B3DEE6 background

This text has white color on #B3DEE6 background.