COLOR #B3DBBB

HEX: #B3DBBB
RGB: (179,219,187)

Color info

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

RGB color model

#B3DBBB color RGB value is (179,219,187).

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

RGB channels and saturation

R 179 of 255 = 70%
G 219 of 255 = 86%
B 187 of 255 = 73%

179
219
187

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

Portions of RGB colors in percentages

R + G + B =
179 + 219 + 187 = 585 (100%)
R 179 of 585 ~ 30.6%
G 219 of 585 ~ 37.44%
B 187 of 585 ~ 31.97%

%30.6
%37.44
%31.97

CMYK color model

#B3DBBB color CMYK value is (18,0,15,14).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 14.12%
CMYK:
(18,0,15,14)
C18M0Y15K14 
(18%,0%,15%,14%)
(0.18/0.00/0.15/0.14)	

CMYK percentages

%18.26
%0
%14.61
%14.12

Codes

Color #B3DBBB in popluar color models

B3DBBB
RGB179219187
HSL132°35.71%78.04%
HSB/HSV132°18.26%85.88%
CMYK18.26%0.00%14.61%
14.12%

Color #B3DBBB in popluar number systems.

HEXB3DBBB
Decimal179219187
Binary101100111101101110111011
Octal263333273

Shades and tints

Shades of #B3DBBB

#B3DBBB
(179,219,187)
#A3C8AA
(163,200,170)
#93B599
(147,181,153)
#83A288
(131,162,136)
#738F77
(115,143,119)
#637C66
(99,124,102)
#536955
(83,105,85)
#435644
(67,86,68)
#334333
(51,67,51)
#233022
(35,48,34)
#131D11
(19,29,17)
#000000
(0,0,0)

Tints of #B3DBBB

#B3DBBB
(179,219,187)
#B9DEC1
(185,222,193)
#BFE1C7
(191,225,199)
#C5E4CD
(197,228,205)
#CBE7D3
(203,231,211)
#D1EAD9
(209,234,217)
#D7EDDF
(215,237,223)
#DDF0E5
(221,240,229)
#E3F3EB
(227,243,235)
#E9F6F1
(233,246,241)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DBBB; }

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

This text font color is #B3DBBB.


Background Color

.myBgColor { background-color: #B3DBBB; }

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

This div background color is #B3DBBB.


Border color

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

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

This div border color is #B3DBBB.


Opacity

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

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

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

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

This text has shadow with #B3DBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DBBB on black background.


Color preview on white background

This text has color #B3DBBB on white background.



Black color preview on #B3DBBB background

This text has black color on #B3DBBB background.


White color preview on #B3DBBB background

This text has white color on #B3DBBB background.