COLOR #B1DFBC

HEX: #B1DFBC
RGB: (177,223,188)

Color info

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

RGB color model

#B1DFBC color RGB value is (177,223,188).

  • red value is 177;
  • green value is 223;
  • blue value is 188.
RGB:
(177,223,188)
(69%,87%,74%)

RGB channels and saturation

R 177 of 255 = 69%
G 223 of 255 = 87%
B 188 of 255 = 74%

177
223
188

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

Portions of RGB colors in percentages

R + G + B =
177 + 223 + 188 = 588 (100%)
R 177 of 588 ~ 30.1%
G 223 of 588 ~ 37.93%
B 188 of 588 ~ 31.97%

%30.1
%37.93
%31.97

CMYK color model

#B1DFBC color CMYK value is (21,0,16,13).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 12.55%
CMYK:
(21,0,16,13)
C21M0Y16K13 
(21%,0%,16%,13%)
(0.21/0.00/0.16/0.13)	

CMYK percentages

%20.63
%0
%15.7
%12.55

Codes

Color #B1DFBC in popluar color models

B1DFBC
RGB177223188
HSL134°41.82%78.43%
HSB/HSV134°20.63%87.45%
CMYK20.63%0.00%15.70%
12.55%

Color #B1DFBC in popluar number systems.

HEXB1DFBC
Decimal177223188
Binary101100011101111110111100
Octal261337274

Shades and tints

Shades of #B1DFBC

#B1DFBC
(177,223,188)
#A1CBAB
(161,203,171)
#91B79A
(145,183,154)
#81A389
(129,163,137)
#718F78
(113,143,120)
#617B67
(97,123,103)
#516756
(81,103,86)
#415345
(65,83,69)
#313F34
(49,63,52)
#212B23
(33,43,35)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #B1DFBC

#B1DFBC
(177,223,188)
#B8E1C2
(184,225,194)
#BFE3C8
(191,227,200)
#C6E5CE
(198,229,206)
#CDE7D4
(205,231,212)
#D4E9DA
(212,233,218)
#DBEBE0
(219,235,224)
#E2EDE6
(226,237,230)
#E9EFEC
(233,239,236)
#F0F1F2
(240,241,242)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DFBC color. Also use rgb(177,223,188) instead hex code.

Text Font Color

.myTextColor { color: #B1DFBC; }

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

This text font color is #B1DFBC.


Background Color

.myBgColor { background-color: #B1DFBC; }

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

This div background color is #B1DFBC.


Border color

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

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

This div border color is #B1DFBC.


Opacity

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

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

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

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

This text has shadow with #B1DFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DFBC on black background.


Color preview on white background

This text has color #B1DFBC on white background.



Black color preview on #B1DFBC background

This text has black color on #B1DFBC background.


White color preview on #B1DFBC background

This text has white color on #B1DFBC background.