COLOR #B1D3BA

HEX: #B1D3BA
RGB: (177,211,186)

Color info

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

RGB color model

#B1D3BA color RGB value is (177,211,186).

  • red value is 177;
  • green value is 211;
  • blue value is 186.
RGB:
(177,211,186)
(69%,83%,73%)

RGB channels and saturation

R 177 of 255 = 69%
G 211 of 255 = 83%
B 186 of 255 = 73%

177
211
186

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

Portions of RGB colors in percentages

R + G + B =
177 + 211 + 186 = 574 (100%)
R 177 of 574 ~ 30.84%
G 211 of 574 ~ 36.76%
B 186 of 574 ~ 32.4%

%30.84
%36.76
%32.4

CMYK color model

#B1D3BA color CMYK value is (16,0,12,17).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 17.25%
CMYK:
(16,0,12,17)
C16M0Y12K17 
(16%,0%,12%,17%)
(0.16/0.00/0.12/0.17)	

CMYK percentages

%16.11
%0
%11.85
%17.25

Codes

Color #B1D3BA in popluar color models

B1D3BA
RGB177211186
HSL136°27.87%76.08%
HSB/HSV136°16.11%82.75%
CMYK16.11%0.00%11.85%
17.25%

Color #B1D3BA in popluar number systems.

HEXB1D3BA
Decimal177211186
Binary101100011101001110111010
Octal261323272

Shades and tints

Shades of #B1D3BA

#B1D3BA
(177,211,186)
#A1C0AA
(161,192,170)
#91AD9A
(145,173,154)
#819A8A
(129,154,138)
#71877A
(113,135,122)
#61746A
(97,116,106)
#51615A
(81,97,90)
#414E4A
(65,78,74)
#313B3A
(49,59,58)
#21282A
(33,40,42)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #B1D3BA

#B1D3BA
(177,211,186)
#B8D7C0
(184,215,192)
#BFDBC6
(191,219,198)
#C6DFCC
(198,223,204)
#CDE3D2
(205,227,210)
#D4E7D8
(212,231,216)
#DBEBDE
(219,235,222)
#E2EFE4
(226,239,228)
#E9F3EA
(233,243,234)
#F0F7F0
(240,247,240)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D3BA color. Also use rgb(177,211,186) instead hex code.

Text Font Color

.myTextColor { color: #B1D3BA; }

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

This text font color is #B1D3BA.


Background Color

.myBgColor { background-color: #B1D3BA; }

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

This div background color is #B1D3BA.


Border color

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

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

This div border color is #B1D3BA.


Opacity

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

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

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

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

This text has shadow with #B1D3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D3BA on black background.


Color preview on white background

This text has color #B1D3BA on white background.



Black color preview on #B1D3BA background

This text has black color on #B1D3BA background.


White color preview on #B1D3BA background

This text has white color on #B1D3BA background.