COLOR #B1D9E3

HEX: #B1D9E3 RGB: (177,217,227)

Color info

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

RGB color model

#B1D9E3 color RGB value is (177,217,227).

RGB: (177,217,227) (69%, 85%, 89%)

RGB channels and saturation

R 177 of 255 = 69%
G 217 of 255 = 85%
B 227 of 255 = 89%

177
217
227

R + G + B ~ 81%. #B1D9E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 217 + 227 = 621 (100%)
R 177 of 621 ~ 28.5%
G 217 of 621 ~ 34.94%
B 227 of 621 ~ 36.55'%

%28.5
%34.94
%36.55

CMYK color model

#B1D9E3 color CMYK value is (22,4,0,11).

  • cyan value is 22.03%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (22,4,0,11) C22M4Y0K11 (22%,4%,0%,11%) (0.22/0.04/0.00/0.11) 

CMYK percentages

%22.03
%4.41
%0
%10.98

Codes

Color #B1D9E3 in popluar color models

B1 D9 E3
RGB 177 217 227
HSL 192° 47.17% 79.22%
HSB/HSV 192° 22.03% 89.02%
CMYK 22.03% 4.41% 0.00%
10.98%

Color #B1D9E3 in popluar number systems.

HEX B1 D9 E3
Decimal 177 217 227
Binary 10110001 11011001 11100011
Octal 261 331 343

Shades and tints

Shades of #B1D9E3

#B1D9E3
(177,217,227)
#A1C6CF
(161,198,207)
#91B3BB
(145,179,187)
#81A0A7
(129,160,167)
#718D93
(113,141,147)
#617A7F
(97,122,127)
#51676B
(81,103,107)
#415457
(65,84,87)
#314143
(49,65,67)
#212E2F
(33,46,47)
#111B1B
(17,27,27)
#000000
(0,0,0)

Tints of #B1D9E3

#B1D9E3
(177,217,227)
#B8DCE5
(184,220,229)
#BFDFE7
(191,223,231)
#C6E2E9
(198,226,233)
#CDE5EB
(205,229,235)
#D4E8ED
(212,232,237)
#DBEBEF
(219,235,239)
#E2EEF1
(226,238,241)
#E9F1F3
(233,241,243)
#F0F4F5
(240,244,245)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D9E3 color. Also use rgb(177,217,227) instead hex code.

Text Font Color

.myTextColor { color: #B1D9E3; }

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

This text font color is #B1D9E3.

Background Color

.myBgColor { background-color: #B1D9E3; }

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

This div background color is #B1D9E3.

Border color

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

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

This div border color is #B1D9E3.

Opacity

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

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

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

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

This text has shadow with #B1D9E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D9E3.

Preview

Color preview on black background

This text has color #B1D9E3 on black background.


Color preview on white background

This text has color #B1D9E3 on white background.


Black color preview on #B1D9E3 background

This text has black color on #B1D9E3 background.


White color preview on #B1D9E3 background

This text has white color on #B1D9E3 background.


Related colors

Complementary color

Complementary color for #hex is #4E261C.


I love getcolorcode.com

Triadic colors

1 #E3B1D9 and #D9E3B1 with #B1D9E3 are triadic colors.

2 #E3D9B1 and #D9B1E3 with #B1D9E3 are triadic colors.