COLOR #B3D8BB

HEX: #B3D8BB
RGB: (179,216,187)

Color info

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

RGB color model

#B3D8BB color RGB value is (179,216,187).

  • red value is 179;
  • green value is 216;
  • blue value is 187.
RGB:
(179,216,187)
(70%,85%,73%)

RGB channels and saturation

R 179 of 255 = 70%
G 216 of 255 = 85%
B 187 of 255 = 73%

179
216
187

R + G + B ~ 76%. #B3D8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 216 + 187 = 582 (100%)
R 179 of 582 ~ 30.76%
G 216 of 582 ~ 37.11%
B 187 of 582 ~ 32.13%

%30.76
%37.11
%32.13

CMYK color model

#B3D8BB color CMYK value is (17,0,13,15).

  • cyan value is 17.13%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 15.29%
CMYK:
(17,0,13,15)
C17M0Y13K15 
(17%,0%,13%,15%)
(0.17/0.00/0.13/0.15)	

CMYK percentages

%17.13
%0
%13.43
%15.29

Codes

Color #B3D8BB in popluar color models

B3D8BB
RGB179216187
HSL133°32.17%77.45%
HSB/HSV133°17.13%84.71%
CMYK17.13%0.00%13.43%
15.29%

Color #B3D8BB in popluar number systems.

HEXB3D8BB
Decimal179216187
Binary101100111101100010111011
Octal263330273

Shades and tints

Shades of #B3D8BB

#B3D8BB
(179,216,187)
#A3C5AA
(163,197,170)
#93B299
(147,178,153)
#839F88
(131,159,136)
#738C77
(115,140,119)
#637966
(99,121,102)
#536655
(83,102,85)
#435344
(67,83,68)
#334033
(51,64,51)
#232D22
(35,45,34)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #B3D8BB

#B3D8BB
(179,216,187)
#B9DBC1
(185,219,193)
#BFDEC7
(191,222,199)
#C5E1CD
(197,225,205)
#CBE4D3
(203,228,211)
#D1E7D9
(209,231,217)
#D7EADF
(215,234,223)
#DDEDE5
(221,237,229)
#E3F0EB
(227,240,235)
#E9F3F1
(233,243,241)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D8BB color. Also use rgb(179,216,187) instead hex code.

Text Font Color

.myTextColor { color: #B3D8BB; }

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

This text font color is #B3D8BB.


Background Color

.myBgColor { background-color: #B3D8BB; }

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

This div background color is #B3D8BB.


Border color

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

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

This div border color is #B3D8BB.


Opacity

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

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

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

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

This text has shadow with #B3D8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D8BB on black background.


Color preview on white background

This text has color #B3D8BB on white background.



Black color preview on #B3D8BB background

This text has black color on #B3D8BB background.


White color preview on #B3D8BB background

This text has white color on #B3D8BB background.