COLOR #B2DBBB

HEX: #B2DBBB
RGB: (178,219,187)

Color info

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

RGB color model

#B2DBBB color RGB value is (178,219,187).

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

RGB channels and saturation

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

178
219
187

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

Portions of RGB colors in percentages

R + G + B =
178 + 219 + 187 = 584 (100%)
R 178 of 584 ~ 30.48%
G 219 of 584 ~ 37.5%
B 187 of 584 ~ 32.02%

%30.48
%37.5
%32.02

CMYK color model

#B2DBBB color CMYK value is (19,0,15,14).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 14.12%
CMYK:
(19,0,15,14)
C19M0Y15K14 
(19%,0%,15%,14%)
(0.19/0.00/0.15/0.14)	

CMYK percentages

%18.72
%0
%14.61
%14.12

Codes

Color #B2DBBB in popluar color models

B2DBBB
RGB178219187
HSL133°36.28%77.84%
HSB/HSV133°18.72%85.88%
CMYK18.72%0.00%14.61%
14.12%

Color #B2DBBB in popluar number systems.

HEXB2DBBB
Decimal178219187
Binary101100101101101110111011
Octal262333273

Shades and tints

Shades of #B2DBBB

#B2DBBB
(178,219,187)
#A2C8AA
(162,200,170)
#92B599
(146,181,153)
#82A288
(130,162,136)
#728F77
(114,143,119)
#627C66
(98,124,102)
#526955
(82,105,85)
#425644
(66,86,68)
#324333
(50,67,51)
#223022
(34,48,34)
#121D11
(18,29,17)
#000000
(0,0,0)

Tints of #B2DBBB

#B2DBBB
(178,219,187)
#B9DEC1
(185,222,193)
#C0E1C7
(192,225,199)
#C7E4CD
(199,228,205)
#CEE7D3
(206,231,211)
#D5EAD9
(213,234,217)
#DCEDDF
(220,237,223)
#E3F0E5
(227,240,229)
#EAF3EB
(234,243,235)
#F1F6F1
(241,246,241)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DBBB; }

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

This text font color is #B2DBBB.


Background Color

.myBgColor { background-color: #B2DBBB; }

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

This div background color is #B2DBBB.


Border color

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

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

This div border color is #B2DBBB.


Opacity

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

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

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

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

This text has shadow with #B2DBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DBBB on black background.


Color preview on white background

This text has color #B2DBBB on white background.



Black color preview on #B2DBBB background

This text has black color on #B2DBBB background.


White color preview on #B2DBBB background

This text has white color on #B2DBBB background.