COLOR #B1D2BF

HEX: #B1D2BF
RGB: (177,210,191)

Color info

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

RGB color model

#B1D2BF color RGB value is (177,210,191).

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

RGB channels and saturation

R 177 of 255 = 69%
G 210 of 255 = 82%
B 191 of 255 = 75%

177
210
191

R + G + B ~ 75%. #B1D2BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 210 + 191 = 578 (100%)
R 177 of 578 ~ 30.62%
G 210 of 578 ~ 36.33%
B 191 of 578 ~ 33.04%

%30.62
%36.33
%33.04

CMYK color model

#B1D2BF color CMYK value is (16,0,9,18).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 17.65%
CMYK:
(16,0,9,18)
C16M0Y9K18 
(16%,0%,9%,18%)
(0.16/0.00/0.09/0.18)	

CMYK percentages

%15.71
%0
%9.05
%17.65

Codes

Color #B1D2BF in popluar color models

B1D2BF
RGB177210191
HSL145°26.83%75.88%
HSB/HSV145°15.71%82.35%
CMYK15.71%0.00%9.05%
17.65%

Color #B1D2BF in popluar number systems.

HEXB1D2BF
Decimal177210191
Binary101100011101001010111111
Octal261322277

Shades and tints

Shades of #B1D2BF

#B1D2BF
(177,210,191)
#A1BFAE
(161,191,174)
#91AC9D
(145,172,157)
#81998C
(129,153,140)
#71867B
(113,134,123)
#61736A
(97,115,106)
#516059
(81,96,89)
#414D48
(65,77,72)
#313A37
(49,58,55)
#212726
(33,39,38)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #B1D2BF

#B1D2BF
(177,210,191)
#B8D6C4
(184,214,196)
#BFDAC9
(191,218,201)
#C6DECE
(198,222,206)
#CDE2D3
(205,226,211)
#D4E6D8
(212,230,216)
#DBEADD
(219,234,221)
#E2EEE2
(226,238,226)
#E9F2E7
(233,242,231)
#F0F6EC
(240,246,236)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D2BF; }

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

This text font color is #B1D2BF.


Background Color

.myBgColor { background-color: #B1D2BF; }

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

This div background color is #B1D2BF.


Border color

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

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

This div border color is #B1D2BF.


Opacity

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

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

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

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

This text has shadow with #B1D2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D2BF on black background.


Color preview on white background

This text has color #B1D2BF on white background.



Black color preview on #B1D2BF background

This text has black color on #B1D2BF background.


White color preview on #B1D2BF background

This text has white color on #B1D2BF background.