COLOR #B1DDE5

HEX: #B1DDE5
RGB: (177,221,229)

Color info

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

RGB color model

#B1DDE5 color RGB value is (177,221,229).

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

RGB channels and saturation

R 177 of 255 = 69%
G 221 of 255 = 87%
B 229 of 255 = 90%

177
221
229

R + G + B ~ 82%. #B1DDE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 221 + 229 = 627 (100%)
R 177 of 627 ~ 28.23%
G 221 of 627 ~ 35.25%
B 229 of 627 ~ 36.52%

%28.23
%35.25
%36.52

CMYK color model

#B1DDE5 color CMYK value is (23,3,0,10).

  • cyan value is 22.71%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(23,3,0,10)
C23M3Y0K10 
(23%,3%,0%,10%)
(0.23/0.03/0.00/0.10)	

CMYK percentages

%22.71
%3.49
%0
%10.2

Codes

Color #B1DDE5 in popluar color models

B1DDE5
RGB177221229
HSL189°50.00%79.61%
HSB/HSV189°22.71%89.80%
CMYK22.71%3.49%0.00%
10.20%

Color #B1DDE5 in popluar number systems.

HEXB1DDE5
Decimal177221229
Binary101100011101110111100101
Octal261335345

Shades and tints

Shades of #B1DDE5

#B1DDE5
(177,221,229)
#A1C9D1
(161,201,209)
#91B5BD
(145,181,189)
#81A1A9
(129,161,169)
#718D95
(113,141,149)
#617981
(97,121,129)
#51656D
(81,101,109)
#415159
(65,81,89)
#313D45
(49,61,69)
#212931
(33,41,49)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #B1DDE5

#B1DDE5
(177,221,229)
#B8E0E7
(184,224,231)
#BFE3E9
(191,227,233)
#C6E6EB
(198,230,235)
#CDE9ED
(205,233,237)
#D4ECEF
(212,236,239)
#DBEFF1
(219,239,241)
#E2F2F3
(226,242,243)
#E9F5F5
(233,245,245)
#F0F8F7
(240,248,247)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DDE5; }

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

This text font color is #B1DDE5.


Background Color

.myBgColor { background-color: #B1DDE5; }

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

This div background color is #B1DDE5.


Border color

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

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

This div border color is #B1DDE5.


Opacity

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

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

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

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

This text has shadow with #B1DDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DDE5 on black background.


Color preview on white background

This text has color #B1DDE5 on white background.



Black color preview on #B1DDE5 background

This text has black color on #B1DDE5 background.


White color preview on #B1DDE5 background

This text has white color on #B1DDE5 background.