COLOR #B1D7EE

HEX: #B1D7EE RGB: (177,215,238)

Color info

#B1D7EE contains mainly green and blue colors. Web safe color of #B1D7EE is #99CCFF (or #9CF).

RGB color model

#B1D7EE color RGB value is (177,215,238).

RGB: (177,215,238) (69%, 84%, 93%)

RGB channels and saturation

R 177 of 255 = 69%
G 215 of 255 = 84%
B 238 of 255 = 93%

177
215
238

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

Portions of RGB colors in percentages

R + G + B = 177 + 215 + 238 = 630 (100%)
R 177 of 630 ~ 28.1%
G 215 of 630 ~ 34.13%
B 238 of 630 ~ 37.78'%

%28.1
%34.13
%37.78

CMYK color model

#B1D7EE color CMYK value is (26,10,0,7).

  • cyan value is 25.63%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (26,10,0,7) C26M10Y0K7 (26%,10%,0%,7%) (0.26/0.10/0.00/0.07) 

CMYK percentages

%25.63
%9.66
%0
%6.67

Codes

Color #B1D7EE in popluar color models

B1 D7 EE
RGB 177 215 238
HSL 203° 64.21% 81.37%
HSB/HSV 203° 25.63% 93.33%
CMYK 25.63% 9.66% 0.00%
6.67%

Color #B1D7EE in popluar number systems.

HEX B1 D7 EE
Decimal 177 215 238
Binary 10110001 11010111 11101110
Octal 261 327 356

Shades and tints

Shades of #B1D7EE

#B1D7EE
(177,215,238)
#A1C4D9
(161,196,217)
#91B1C4
(145,177,196)
#819EAF
(129,158,175)
#718B9A
(113,139,154)
#617885
(97,120,133)
#516570
(81,101,112)
#41525B
(65,82,91)
#313F46
(49,63,70)
#212C31
(33,44,49)
#11191C
(17,25,28)
#000000
(0,0,0)

Tints of #B1D7EE

#B1D7EE
(177,215,238)
#B8DAEF
(184,218,239)
#BFDDF0
(191,221,240)
#C6E0F1
(198,224,241)
#CDE3F2
(205,227,242)
#D4E6F3
(212,230,243)
#DBE9F4
(219,233,244)
#E2ECF5
(226,236,245)
#E9EFF6
(233,239,246)
#F0F2F7
(240,242,247)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D7EE color. Also use rgb(177,215,238) instead hex code.

Text Font Color

.myTextColor { color: #B1D7EE; }

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

This text font color is #B1D7EE.

Background Color

.myBgColor { background-color: #B1D7EE; }

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

This div background color is #B1D7EE.

Border color

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

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

This div border color is #B1D7EE.

Opacity

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

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

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

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

This text has shadow with #B1D7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D7EE.

Preview

Color preview on black background

This text has color #B1D7EE on black background.


Color preview on white background

This text has color #B1D7EE on white background.


Black color preview on #B1D7EE background

This text has black color on #B1D7EE background.


White color preview on #B1D7EE background

This text has white color on #B1D7EE background.


Related colors

Complementary color

Complementary color for #hex is #4E2811.


I love getcolorcode.com

Triadic colors

1 #EEB1D7 and #D7EEB1 with #B1D7EE are triadic colors.

2 #EED7B1 and #D7B1EE with #B1D7EE are triadic colors.