COLOR #B1DADD

HEX: #B1DADD
RGB: (177,218,221)

Color info

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

RGB color model

#B1DADD color RGB value is (177,218,221).

  • red value is 177;
  • green value is 218;
  • blue value is 221.
RGB:
(177,218,221)
(69%,85%,87%)

RGB channels and saturation

R 177 of 255 = 69%
G 218 of 255 = 85%
B 221 of 255 = 87%

177
218
221

R + G + B ~ 80%. #B1DADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 218 + 221 = 616 (100%)
R 177 of 616 ~ 28.73%
G 218 of 616 ~ 35.39%
B 221 of 616 ~ 35.88%

%28.73
%35.39
%35.88

CMYK color model

#B1DADD color CMYK value is (20,1,0,13).

  • cyan value is 19.91%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(20,1,0,13)
C20M1Y0K13 
(20%,1%,0%,13%)
(0.20/0.01/0.00/0.13)	

CMYK percentages

%19.91
%1.36
%0
%13.33

Codes

Color #B1DADD in popluar color models

B1DADD
RGB177218221
HSL184°39.29%78.04%
HSB/HSV184°19.91%86.67%
CMYK19.91%1.36%0.00%
13.33%

Color #B1DADD in popluar number systems.

HEXB1DADD
Decimal177218221
Binary101100011101101011011101
Octal261332335

Shades and tints

Shades of #B1DADD

#B1DADD
(177,218,221)
#A1C7C9
(161,199,201)
#91B4B5
(145,180,181)
#81A1A1
(129,161,161)
#718E8D
(113,142,141)
#617B79
(97,123,121)
#516865
(81,104,101)
#415551
(65,85,81)
#31423D
(49,66,61)
#212F29
(33,47,41)
#111C15
(17,28,21)
#000000
(0,0,0)

Tints of #B1DADD

#B1DADD
(177,218,221)
#B8DDE0
(184,221,224)
#BFE0E3
(191,224,227)
#C6E3E6
(198,227,230)
#CDE6E9
(205,230,233)
#D4E9EC
(212,233,236)
#DBECEF
(219,236,239)
#E2EFF2
(226,239,242)
#E9F2F5
(233,242,245)
#F0F5F8
(240,245,248)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DADD color. Also use rgb(177,218,221) instead hex code.

Text Font Color

.myTextColor { color: #B1DADD; }

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

This text font color is #B1DADD.


Background Color

.myBgColor { background-color: #B1DADD; }

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

This div background color is #B1DADD.


Border color

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

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

This div border color is #B1DADD.


Opacity

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

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

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

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

This text has shadow with #B1DADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DADD on black background.


Color preview on white background

This text has color #B1DADD on white background.



Black color preview on #B1DADD background

This text has black color on #B1DADD background.


White color preview on #B1DADD background

This text has white color on #B1DADD background.