COLOR #B1DDEB

HEX: #B1DDEB
RGB: (177,221,235)

Color info

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

RGB color model

#B1DDEB color RGB value is (177,221,235).

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

RGB channels and saturation

R 177 of 255 = 69%
G 221 of 255 = 87%
B 235 of 255 = 92%

177
221
235

R + G + B ~ 83%. #B1DDEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 221 + 235 = 633 (100%)
R 177 of 633 ~ 27.96%
G 221 of 633 ~ 34.91%
B 235 of 633 ~ 37.12%

%27.96
%34.91
%37.12

CMYK color model

#B1DDEB color CMYK value is (25,6,0,8).

  • cyan value is 24.68%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,6,0,8)
C25M6Y0K8 
(25%,6%,0%,8%)
(0.25/0.06/0.00/0.08)	

CMYK percentages

%24.68
%5.96
%0
%7.84

Codes

Color #B1DDEB in popluar color models

B1DDEB
RGB177221235
HSL194°59.18%80.78%
HSB/HSV194°24.68%92.16%
CMYK24.68%5.96%0.00%
7.84%

Color #B1DDEB in popluar number systems.

HEXB1DDEB
Decimal177221235
Binary101100011101110111101011
Octal261335353

Shades and tints

Shades of #B1DDEB

#B1DDEB
(177,221,235)
#A1C9D6
(161,201,214)
#91B5C1
(145,181,193)
#81A1AC
(129,161,172)
#718D97
(113,141,151)
#617982
(97,121,130)
#51656D
(81,101,109)
#415158
(65,81,88)
#313D43
(49,61,67)
#21292E
(33,41,46)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #B1DDEB

#B1DDEB
(177,221,235)
#B8E0EC
(184,224,236)
#BFE3ED
(191,227,237)
#C6E6EE
(198,230,238)
#CDE9EF
(205,233,239)
#D4ECF0
(212,236,240)
#DBEFF1
(219,239,241)
#E2F2F2
(226,242,242)
#E9F5F3
(233,245,243)
#F0F8F4
(240,248,244)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DDEB; }

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

This text font color is #B1DDEB.


Background Color

.myBgColor { background-color: #B1DDEB; }

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

This div background color is #B1DDEB.


Border color

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

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

This div border color is #B1DDEB.


Opacity

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

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

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

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

This text has shadow with #B1DDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DDEB on black background.


Color preview on white background

This text has color #B1DDEB on white background.



Black color preview on #B1DDEB background

This text has black color on #B1DDEB background.


White color preview on #B1DDEB background

This text has white color on #B1DDEB background.