COLOR #B1DBD3

HEX: #B1DBD3
RGB: (177,219,211)

Color info

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

RGB color model

#B1DBD3 color RGB value is (177,219,211).

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

RGB channels and saturation

R 177 of 255 = 69%
G 219 of 255 = 86%
B 211 of 255 = 83%

177
219
211

R + G + B ~ 79%. #B1DBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 219 + 211 = 607 (100%)
R 177 of 607 ~ 29.16%
G 219 of 607 ~ 36.08%
B 211 of 607 ~ 34.76%

%29.16
%36.08
%34.76

CMYK color model

#B1DBD3 color CMYK value is (19,0,4,14).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 3.65%
  • key color value is 14.12%
CMYK:
(19,0,4,14)
C19M0Y4K14 
(19%,0%,4%,14%)
(0.19/0.00/0.04/0.14)	

CMYK percentages

%19.18
%0
%3.65
%14.12

Codes

Color #B1DBD3 in popluar color models

B1DBD3
RGB177219211
HSL169°36.84%77.65%
HSB/HSV169°19.18%85.88%
CMYK19.18%0.00%3.65%
14.12%

Color #B1DBD3 in popluar number systems.

HEXB1DBD3
Decimal177219211
Binary101100011101101111010011
Octal261333323

Shades and tints

Shades of #B1DBD3

#B1DBD3
(177,219,211)
#A1C8C0
(161,200,192)
#91B5AD
(145,181,173)
#81A29A
(129,162,154)
#718F87
(113,143,135)
#617C74
(97,124,116)
#516961
(81,105,97)
#41564E
(65,86,78)
#31433B
(49,67,59)
#213028
(33,48,40)
#111D15
(17,29,21)
#000000
(0,0,0)

Tints of #B1DBD3

#B1DBD3
(177,219,211)
#B8DED7
(184,222,215)
#BFE1DB
(191,225,219)
#C6E4DF
(198,228,223)
#CDE7E3
(205,231,227)
#D4EAE7
(212,234,231)
#DBEDEB
(219,237,235)
#E2F0EF
(226,240,239)
#E9F3F3
(233,243,243)
#F0F6F7
(240,246,247)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DBD3; }

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

This text font color is #B1DBD3.


Background Color

.myBgColor { background-color: #B1DBD3; }

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

This div background color is #B1DBD3.


Border color

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

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

This div border color is #B1DBD3.


Opacity

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

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

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

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

This text has shadow with #B1DBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DBD3 on black background.


Color preview on white background

This text has color #B1DBD3 on white background.



Black color preview on #B1DBD3 background

This text has black color on #B1DBD3 background.


White color preview on #B1DBD3 background

This text has white color on #B1DBD3 background.