COLOR #B1D8BE

HEX: #B1D8BE
RGB: (177,216,190)

Color info

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

RGB color model

#B1D8BE color RGB value is (177,216,190).

  • red value is 177;
  • green value is 216;
  • blue value is 190.
RGB:
(177,216,190)
(69%,85%,75%)

RGB channels and saturation

R 177 of 255 = 69%
G 216 of 255 = 85%
B 190 of 255 = 75%

177
216
190

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

Portions of RGB colors in percentages

R + G + B =
177 + 216 + 190 = 583 (100%)
R 177 of 583 ~ 30.36%
G 216 of 583 ~ 37.05%
B 190 of 583 ~ 32.59%

%30.36
%37.05
%32.59

CMYK color model

#B1D8BE color CMYK value is (18,0,12,15).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(18,0,12,15)
C18M0Y12K15 
(18%,0%,12%,15%)
(0.18/0.00/0.12/0.15)	

CMYK percentages

%18.06
%0
%12.04
%15.29

Codes

Color #B1D8BE in popluar color models

B1D8BE
RGB177216190
HSL140°33.33%77.06%
HSB/HSV140°18.06%84.71%
CMYK18.06%0.00%12.04%
15.29%

Color #B1D8BE in popluar number systems.

HEXB1D8BE
Decimal177216190
Binary101100011101100010111110
Octal261330276

Shades and tints

Shades of #B1D8BE

#B1D8BE
(177,216,190)
#A1C5AD
(161,197,173)
#91B29C
(145,178,156)
#819F8B
(129,159,139)
#718C7A
(113,140,122)
#617969
(97,121,105)
#516658
(81,102,88)
#415347
(65,83,71)
#314036
(49,64,54)
#212D25
(33,45,37)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #B1D8BE

#B1D8BE
(177,216,190)
#B8DBC3
(184,219,195)
#BFDEC8
(191,222,200)
#C6E1CD
(198,225,205)
#CDE4D2
(205,228,210)
#D4E7D7
(212,231,215)
#DBEADC
(219,234,220)
#E2EDE1
(226,237,225)
#E9F0E6
(233,240,230)
#F0F3EB
(240,243,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D8BE color. Also use rgb(177,216,190) instead hex code.

Text Font Color

.myTextColor { color: #B1D8BE; }

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

This text font color is #B1D8BE.


Background Color

.myBgColor { background-color: #B1D8BE; }

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

This div background color is #B1D8BE.


Border color

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

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

This div border color is #B1D8BE.


Opacity

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

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

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

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

This text has shadow with #B1D8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D8BE on black background.


Color preview on white background

This text has color #B1D8BE on white background.



Black color preview on #B1D8BE background

This text has black color on #B1D8BE background.


White color preview on #B1D8BE background

This text has white color on #B1D8BE background.