COLOR #B1DBBF

HEX: #B1DBBF
RGB: (177,219,191)

Color info

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

RGB color model

#B1DBBF color RGB value is (177,219,191).

  • red value is 177;
  • green value is 219;
  • blue value is 191.
RGB:
(177,219,191)
(69%,86%,75%)

RGB channels and saturation

R 177 of 255 = 69%
G 219 of 255 = 86%
B 191 of 255 = 75%

177
219
191

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

Portions of RGB colors in percentages

R + G + B =
177 + 219 + 191 = 587 (100%)
R 177 of 587 ~ 30.15%
G 219 of 587 ~ 37.31%
B 191 of 587 ~ 32.54%

%30.15
%37.31
%32.54

CMYK color model

#B1DBBF color CMYK value is (19,0,13,14).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 12.79%
  • key color value is 14.12%
CMYK:
(19,0,13,14)
C19M0Y13K14 
(19%,0%,13%,14%)
(0.19/0.00/0.13/0.14)	

CMYK percentages

%19.18
%0
%12.79
%14.12

Codes

Color #B1DBBF in popluar color models

B1DBBF
RGB177219191
HSL140°36.84%77.65%
HSB/HSV140°19.18%85.88%
CMYK19.18%0.00%12.79%
14.12%

Color #B1DBBF in popluar number systems.

HEXB1DBBF
Decimal177219191
Binary101100011101101110111111
Octal261333277

Shades and tints

Shades of #B1DBBF

#B1DBBF
(177,219,191)
#A1C8AE
(161,200,174)
#91B59D
(145,181,157)
#81A28C
(129,162,140)
#718F7B
(113,143,123)
#617C6A
(97,124,106)
#516959
(81,105,89)
#415648
(65,86,72)
#314337
(49,67,55)
#213026
(33,48,38)
#111D15
(17,29,21)
#000000
(0,0,0)

Tints of #B1DBBF

#B1DBBF
(177,219,191)
#B8DEC4
(184,222,196)
#BFE1C9
(191,225,201)
#C6E4CE
(198,228,206)
#CDE7D3
(205,231,211)
#D4EAD8
(212,234,216)
#DBEDDD
(219,237,221)
#E2F0E2
(226,240,226)
#E9F3E7
(233,243,231)
#F0F6EC
(240,246,236)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DBBF color. Also use rgb(177,219,191) instead hex code.

Text Font Color

.myTextColor { color: #B1DBBF; }

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

This text font color is #B1DBBF.


Background Color

.myBgColor { background-color: #B1DBBF; }

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

This div background color is #B1DBBF.


Border color

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

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

This div border color is #B1DBBF.


Opacity

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

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

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

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

This text has shadow with #B1DBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DBBF on black background.


Color preview on white background

This text has color #B1DBBF on white background.



Black color preview on #B1DBBF background

This text has black color on #B1DBBF background.


White color preview on #B1DBBF background

This text has white color on #B1DBBF background.