COLOR #B1DCBB

HEX: #B1DCBB
RGB: (177,220,187)

Color info

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

RGB color model

#B1DCBB color RGB value is (177,220,187).

  • red value is 177;
  • green value is 220;
  • blue value is 187.
RGB:
(177,220,187)
(69%,86%,73%)

RGB channels and saturation

R 177 of 255 = 69%
G 220 of 255 = 86%
B 187 of 255 = 73%

177
220
187

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

Portions of RGB colors in percentages

R + G + B =
177 + 220 + 187 = 584 (100%)
R 177 of 584 ~ 30.31%
G 220 of 584 ~ 37.67%
B 187 of 584 ~ 32.02%

%30.31
%37.67
%32.02

CMYK color model

#B1DCBB color CMYK value is (20,0,15,14).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 13.73%
CMYK:
(20,0,15,14)
C20M0Y15K14 
(20%,0%,15%,14%)
(0.20/0.00/0.15/0.14)	

CMYK percentages

%19.55
%0
%15
%13.73

Codes

Color #B1DCBB in popluar color models

B1DCBB
RGB177220187
HSL134°38.05%77.84%
HSB/HSV134°19.55%86.27%
CMYK19.55%0.00%15.00%
13.73%

Color #B1DCBB in popluar number systems.

HEXB1DCBB
Decimal177220187
Binary101100011101110010111011
Octal261334273

Shades and tints

Shades of #B1DCBB

#B1DCBB
(177,220,187)
#A1C8AA
(161,200,170)
#91B499
(145,180,153)
#81A088
(129,160,136)
#718C77
(113,140,119)
#617866
(97,120,102)
#516455
(81,100,85)
#415044
(65,80,68)
#313C33
(49,60,51)
#212822
(33,40,34)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #B1DCBB

#B1DCBB
(177,220,187)
#B8DFC1
(184,223,193)
#BFE2C7
(191,226,199)
#C6E5CD
(198,229,205)
#CDE8D3
(205,232,211)
#D4EBD9
(212,235,217)
#DBEEDF
(219,238,223)
#E2F1E5
(226,241,229)
#E9F4EB
(233,244,235)
#F0F7F1
(240,247,241)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DCBB color. Also use rgb(177,220,187) instead hex code.

Text Font Color

.myTextColor { color: #B1DCBB; }

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

This text font color is #B1DCBB.


Background Color

.myBgColor { background-color: #B1DCBB; }

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

This div background color is #B1DCBB.


Border color

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

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

This div border color is #B1DCBB.


Opacity

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

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

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

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

This text has shadow with #B1DCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DCBB on black background.


Color preview on white background

This text has color #B1DCBB on white background.



Black color preview on #B1DCBB background

This text has black color on #B1DCBB background.


White color preview on #B1DCBB background

This text has white color on #B1DCBB background.