COLOR #B1D3EC

HEX: #B1D3EC RGB: (177,211,236)

Color info

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

RGB color model

#B1D3EC color RGB value is (177,211,236).

RGB: (177,211,236) (69%, 83%, 93%)

RGB channels and saturation

R 177 of 255 = 69%
G 211 of 255 = 83%
B 236 of 255 = 93%

177
211
236

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

Portions of RGB colors in percentages

R + G + B = 177 + 211 + 236 = 624 (100%)
R 177 of 624 ~ 28.37%
G 211 of 624 ~ 33.81%
B 236 of 624 ~ 37.82'%

%28.37
%33.81
%37.82

CMYK color model

#B1D3EC color CMYK value is (25,11,0,7).

  • cyan value is 25.00%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (25,11,0,7)
C25M11Y0K7 (25%, 11%, 0%, 7%)
(0.25 / 0.11 / 0.00 / 0.07)

CMYK percentages

%25
%10.59
%0
%7.45

Codes

Color #B1D3EC in popluar color models

B1 D3 EC
RGB 177 211 236
HSL 205° 60.82% 80.98%
HSB/HSV 205° 25.00% 92.55%
CMYK 25.00% 10.59% 0.00%
7.45%

Color #B1D3EC in popluar number systems.

HEX B1 D3 EC
Decimal 177 211 236
Binary 10110001 11010011 11101100
Octal 261 323 354

Shades and tints

Shades of #B1D3EC

#B1D3EC
(177,211,236)
#A1C0D7
(161,192,215)
#91ADC2
(145,173,194)
#819AAD
(129,154,173)
#718798
(113,135,152)
#617483
(97,116,131)
#51616E
(81,97,110)
#414E59
(65,78,89)
#313B44
(49,59,68)
#21282F
(33,40,47)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #B1D3EC

#B1D3EC
(177,211,236)
#B8D7ED
(184,215,237)
#BFDBEE
(191,219,238)
#C6DFEF
(198,223,239)
#CDE3F0
(205,227,240)
#D4E7F1
(212,231,241)
#DBEBF2
(219,235,242)
#E2EFF3
(226,239,243)
#E9F3F4
(233,243,244)
#F0F7F5
(240,247,245)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D3EC color. Also use rgb(177,211,236) instead hex code.

Text Font Color

.myTextColor { color: #B1D3EC; }

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

This text font color is #B1D3EC.

Background Color

.myBgColor { background-color: #B1D3EC; }

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

This div background color is #B1D3EC.

Border color

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

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

This div border color is #B1D3EC.

Opacity

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

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

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

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

This text has shadow with #B1D3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D3EC.

Preview

Color preview on black background

This text has color #B1D3EC on black background.


Color preview on white background

This text has color #B1D3EC on white background.


Black color preview on #B1D3EC background

This text has black color on #B1D3EC background.


White color preview on #B1D3EC background

This text has white color on #B1D3EC background.


Related colors

Complementary color

Complementary color for #hex is #4E2C13.


I love getcolorcode.com

Triadic colors

1 #ECB1D3 and #D3ECB1 with #B1D3EC are triadic colors.

2 #ECD3B1 and #D3B1EC with #B1D3EC are triadic colors.