COLOR #B1C3E3

HEX: #B1C3E3 RGB: (177,195,227)

Color info

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

RGB color model

#B1C3E3 color RGB value is (177,195,227).

RGB: (177,195,227) (69%, 76%, 89%)

RGB channels and saturation

R 177 of 255 = 69%
G 195 of 255 = 76%
B 227 of 255 = 89%

177
195
227

R + G + B ~ 78%. #B1C3E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 195 + 227 = 599 (100%)
R 177 of 599 ~ 29.55%
G 195 of 599 ~ 32.55%
B 227 of 599 ~ 37.9'%

%29.55
%32.55
%37.9

CMYK color model

#B1C3E3 color CMYK value is (22,14,0,11).

  • cyan value is 22.03%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (22,14,0,11) C22M14Y0K11 (22%,14%,0%,11%) (0.22/0.14/0.00/0.11) 

CMYK percentages

%22.03
%14.1
%0
%10.98

Codes

Color #B1C3E3 in popluar color models

B1 C3 E3
RGB 177 195 227
HSL 218° 47.17% 79.22%
HSB/HSV 218° 22.03% 89.02%
CMYK 22.03% 14.10% 0.00%
10.98%

Color #B1C3E3 in popluar number systems.

HEX B1 C3 E3
Decimal 177 195 227
Binary 10110001 11000011 11100011
Octal 261 303 343

Shades and tints

Shades of #B1C3E3

#B1C3E3
(177,195,227)
#A1B2CF
(161,178,207)
#91A1BB
(145,161,187)
#8190A7
(129,144,167)
#717F93
(113,127,147)
#616E7F
(97,110,127)
#515D6B
(81,93,107)
#414C57
(65,76,87)
#313B43
(49,59,67)
#212A2F
(33,42,47)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #B1C3E3

#B1C3E3
(177,195,227)
#B8C8E5
(184,200,229)
#BFCDE7
(191,205,231)
#C6D2E9
(198,210,233)
#CDD7EB
(205,215,235)
#D4DCED
(212,220,237)
#DBE1EF
(219,225,239)
#E2E6F1
(226,230,241)
#E9EBF3
(233,235,243)
#F0F0F5
(240,240,245)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C3E3; }

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

This text font color is #B1C3E3.

Background Color

.myBgColor { background-color: #B1C3E3; }

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

This div background color is #B1C3E3.

Border color

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

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

This div border color is #B1C3E3.

Opacity

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

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

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

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

This text has shadow with #B1C3E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C3E3.

Preview

Color preview on black background

This text has color #B1C3E3 on black background.


Color preview on white background

This text has color #B1C3E3 on white background.


Black color preview on #B1C3E3 background

This text has black color on #B1C3E3 background.


White color preview on #B1C3E3 background

This text has white color on #B1C3E3 background.


Related colors

Complementary color

Complementary color for #hex is #4E3C1C.


I love getcolorcode.com

Triadic colors

1 #E3B1C3 and #C3E3B1 with #B1C3E3 are triadic colors.

2 #E3C3B1 and #C3B1E3 with #B1C3E3 are triadic colors.