COLOR #B1CAE5

HEX: #B1CAE5 RGB: (177,202,229)

Color info

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

RGB color model

#B1CAE5 color RGB value is (177,202,229).

RGB: (177,202,229) (69%, 79%, 90%)

RGB channels and saturation

R 177 of 255 = 69%
G 202 of 255 = 79%
B 229 of 255 = 90%

177
202
229

R + G + B ~ 79%. #B1CAE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 202 + 229 = 608 (100%)
R 177 of 608 ~ 29.11%
G 202 of 608 ~ 33.22%
B 229 of 608 ~ 37.66'%

%29.11
%33.22
%37.66

CMYK color model

#B1CAE5 color CMYK value is (23,12,0,10).

  • cyan value is 22.71%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (23,12,0,10)
C23M12Y0K10 (23%, 12%, 0%, 10%)
(0.23 / 0.12 / 0.00 / 0.10)

CMYK percentages

%22.71
%11.79
%0
%10.2

Codes

Color #B1CAE5 in popluar color models

B1 CA E5
RGB 177 202 229
HSL 211° 50.00% 79.61%
HSB/HSV 211° 22.71% 89.80%
CMYK 22.71% 11.79% 0.00%
10.20%

Color #B1CAE5 in popluar number systems.

HEX B1 CA E5
Decimal 177 202 229
Binary 10110001 11001010 11100101
Octal 261 312 345

Shades and tints

Shades of #B1CAE5

#B1CAE5
(177,202,229)
#A1B8D1
(161,184,209)
#91A6BD
(145,166,189)
#8194A9
(129,148,169)
#718295
(113,130,149)
#617081
(97,112,129)
#515E6D
(81,94,109)
#414C59
(65,76,89)
#313A45
(49,58,69)
#212831
(33,40,49)
#11161D
(17,22,29)
#000000
(0,0,0)

Tints of #B1CAE5

#B1CAE5
(177,202,229)
#B8CEE7
(184,206,231)
#BFD2E9
(191,210,233)
#C6D6EB
(198,214,235)
#CDDAED
(205,218,237)
#D4DEEF
(212,222,239)
#DBE2F1
(219,226,241)
#E2E6F3
(226,230,243)
#E9EAF5
(233,234,245)
#F0EEF7
(240,238,247)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CAE5; }

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

This text font color is #B1CAE5.

Background Color

.myBgColor { background-color: #B1CAE5; }

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

This div background color is #B1CAE5.

Border color

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

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

This div border color is #B1CAE5.

Opacity

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

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

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

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

This text has shadow with #B1CAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1CAE5.

Preview

Color preview on black background

This text has color #B1CAE5 on black background.


Color preview on white background

This text has color #B1CAE5 on white background.


Black color preview on #B1CAE5 background

This text has black color on #B1CAE5 background.


White color preview on #B1CAE5 background

This text has white color on #B1CAE5 background.


Related colors

Complementary color

Complementary color for #hex is #4E351A.


I love getcolorcode.com

Triadic colors

1 #E5B1CA and #CAE5B1 with #B1CAE5 are triadic colors.

2 #E5CAB1 and #CAB1E5 with #B1CAE5 are triadic colors.