COLOR #B3DDBB

HEX: #B3DDBB
RGB: (179,221,187)

Color info

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

RGB color model

#B3DDBB color RGB value is (179,221,187).

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

RGB channels and saturation

R 179 of 255 = 70%
G 221 of 255 = 87%
B 187 of 255 = 73%

179
221
187

R + G + B ~ 77%. #B3DDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 221 + 187 = 587 (100%)
R 179 of 587 ~ 30.49%
G 221 of 587 ~ 37.65%
B 187 of 587 ~ 31.86%

%30.49
%37.65
%31.86

CMYK color model

#B3DDBB color CMYK value is (19,0,15,13).

  • cyan value is 19.00%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 13.33%
CMYK:
(19,0,15,13)
C19M0Y15K13 
(19%,0%,15%,13%)
(0.19/0.00/0.15/0.13)	

CMYK percentages

%19
%0
%15.38
%13.33

Codes

Color #B3DDBB in popluar color models

B3DDBB
RGB179221187
HSL131°38.18%78.43%
HSB/HSV131°19.00%86.67%
CMYK19.00%0.00%15.38%
13.33%

Color #B3DDBB in popluar number systems.

HEXB3DDBB
Decimal179221187
Binary101100111101110110111011
Octal263335273

Shades and tints

Shades of #B3DDBB

#B3DDBB
(179,221,187)
#A3C9AA
(163,201,170)
#93B599
(147,181,153)
#83A188
(131,161,136)
#738D77
(115,141,119)
#637966
(99,121,102)
#536555
(83,101,85)
#435144
(67,81,68)
#333D33
(51,61,51)
#232922
(35,41,34)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #B3DDBB

#B3DDBB
(179,221,187)
#B9E0C1
(185,224,193)
#BFE3C7
(191,227,199)
#C5E6CD
(197,230,205)
#CBE9D3
(203,233,211)
#D1ECD9
(209,236,217)
#D7EFDF
(215,239,223)
#DDF2E5
(221,242,229)
#E3F5EB
(227,245,235)
#E9F8F1
(233,248,241)
#EFFBF7
(239,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DDBB; }

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

This text font color is #B3DDBB.


Background Color

.myBgColor { background-color: #B3DDBB; }

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

This div background color is #B3DDBB.


Border color

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

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

This div border color is #B3DDBB.


Opacity

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

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

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

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

This text has shadow with #B3DDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DDBB on black background.


Color preview on white background

This text has color #B3DDBB on white background.



Black color preview on #B3DDBB background

This text has black color on #B3DDBB background.


White color preview on #B3DDBB background

This text has white color on #B3DDBB background.