COLOR #B5CAE2

HEX: #B5CAE2
RGB: (181,202,226)

Color info

#B5CAE2 contains red, green and blue colors in about the same proportion. Web safe color of #B5CAE2 is #CCCCCC (or #CCC).

RGB color model

#B5CAE2 color RGB value is (181,202,226).

  • red value is 181;
  • green value is 202;
  • blue value is 226.
RGB:
(181,202,226)
(71%,79%,89%)

RGB channels and saturation

R 181 of 255 = 71%
G 202 of 255 = 79%
B 226 of 255 = 89%

181
202
226

R + G + B ~ 80%. #B5CAE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 202 + 226 = 609 (100%)
R 181 of 609 ~ 29.72%
G 202 of 609 ~ 33.17%
B 226 of 609 ~ 37.11%

%29.72
%33.17
%37.11

CMYK color model

#B5CAE2 color CMYK value is (20,11,0,11).

  • cyan value is 19.91%
  • magenta value is 10.62%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(20,11,0,11)
C20M11Y0K11 
(20%,11%,0%,11%)
(0.20/0.11/0.00/0.11)	

CMYK percentages

%19.91
%10.62
%0
%11.37

Codes

Color #B5CAE2 in popluar color models

B5CAE2
RGB181202226
HSL212°43.69%79.80%
HSB/HSV212°19.91%88.63%
CMYK19.91%10.62%0.00%
11.37%

Color #B5CAE2 in popluar number systems.

HEXB5CAE2
Decimal181202226
Binary101101011100101011100010
Octal265312342

Shades and tints

Shades of #B5CAE2

#B5CAE2
(181,202,226)
#A5B8CE
(165,184,206)
#95A6BA
(149,166,186)
#8594A6
(133,148,166)
#758292
(117,130,146)
#65707E
(101,112,126)
#555E6A
(85,94,106)
#454C56
(69,76,86)
#353A42
(53,58,66)
#25282E
(37,40,46)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #B5CAE2

#B5CAE2
(181,202,226)
#BBCEE4
(187,206,228)
#C1D2E6
(193,210,230)
#C7D6E8
(199,214,232)
#CDDAEA
(205,218,234)
#D3DEEC
(211,222,236)
#D9E2EE
(217,226,238)
#DFE6F0
(223,230,240)
#E5EAF2
(229,234,242)
#EBEEF4
(235,238,244)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CAE2 color. Also use rgb(181,202,226) instead hex code.

Text Font Color

.myTextColor { color: #B5CAE2; }

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

This text font color is #B5CAE2.


Background Color

.myBgColor { background-color: #B5CAE2; }

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

This div background color is #B5CAE2.


Border color

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

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

This div border color is #B5CAE2.


Opacity

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

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

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

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

This text has shadow with #B5CAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CAE2 on black background.


Color preview on white background

This text has color #B5CAE2 on white background.



Black color preview on #B5CAE2 background

This text has black color on #B5CAE2 background.


White color preview on #B5CAE2 background

This text has white color on #B5CAE2 background.