COLOR #B1DBC9

HEX: #B1DBC9
RGB: (177,219,201)

Color info

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

RGB color model

#B1DBC9 color RGB value is (177,219,201).

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

RGB channels and saturation

R 177 of 255 = 69%
G 219 of 255 = 86%
B 201 of 255 = 79%

177
219
201

R + G + B ~ 78%. #B1DBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 219 + 201 = 597 (100%)
R 177 of 597 ~ 29.65%
G 219 of 597 ~ 36.68%
B 201 of 597 ~ 33.67%

%29.65
%36.68
%33.67

CMYK color model

#B1DBC9 color CMYK value is (19,0,8,14).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 8.22%
  • key color value is 14.12%
CMYK:
(19,0,8,14)
C19M0Y8K14 
(19%,0%,8%,14%)
(0.19/0.00/0.08/0.14)	

CMYK percentages

%19.18
%0
%8.22
%14.12

Codes

Color #B1DBC9 in popluar color models

B1DBC9
RGB177219201
HSL154°36.84%77.65%
HSB/HSV154°19.18%85.88%
CMYK19.18%0.00%8.22%
14.12%

Color #B1DBC9 in popluar number systems.

HEXB1DBC9
Decimal177219201
Binary101100011101101111001001
Octal261333311

Shades and tints

Shades of #B1DBC9

#B1DBC9
(177,219,201)
#A1C8B7
(161,200,183)
#91B5A5
(145,181,165)
#81A293
(129,162,147)
#718F81
(113,143,129)
#617C6F
(97,124,111)
#51695D
(81,105,93)
#41564B
(65,86,75)
#314339
(49,67,57)
#213027
(33,48,39)
#111D15
(17,29,21)
#000000
(0,0,0)

Tints of #B1DBC9

#B1DBC9
(177,219,201)
#B8DECD
(184,222,205)
#BFE1D1
(191,225,209)
#C6E4D5
(198,228,213)
#CDE7D9
(205,231,217)
#D4EADD
(212,234,221)
#DBEDE1
(219,237,225)
#E2F0E5
(226,240,229)
#E9F3E9
(233,243,233)
#F0F6ED
(240,246,237)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DBC9; }

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

This text font color is #B1DBC9.


Background Color

.myBgColor { background-color: #B1DBC9; }

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

This div background color is #B1DBC9.


Border color

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

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

This div border color is #B1DBC9.


Opacity

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

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

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

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

This text has shadow with #B1DBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DBC9 on black background.


Color preview on white background

This text has color #B1DBC9 on white background.



Black color preview on #B1DBC9 background

This text has black color on #B1DBC9 background.


White color preview on #B1DBC9 background

This text has white color on #B1DBC9 background.