COLOR #B5CBEA

HEX: #B5CBEA
RGB: (181,203,234)

Color info

#B5CBEA contains red, green and blue colors in about the same proportion. Web safe color of #B5CBEA is #CCCCFF (or #CCF).

RGB color model

#B5CBEA color RGB value is (181,203,234).

  • red value is 181;
  • green value is 203;
  • blue value is 234.
RGB:
(181,203,234)
(71%,80%,92%)

RGB channels and saturation

R 181 of 255 = 71%
G 203 of 255 = 80%
B 234 of 255 = 92%

181
203
234

R + G + B ~ 81%. #B5CBEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 203 + 234 = 618 (100%)
R 181 of 618 ~ 29.29%
G 203 of 618 ~ 32.85%
B 234 of 618 ~ 37.86%

%29.29
%32.85
%37.86

CMYK color model

#B5CBEA color CMYK value is (23,13,0,8).

  • cyan value is 22.65%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(23,13,0,8)
C23M13Y0K8 
(23%,13%,0%,8%)
(0.23/0.13/0.00/0.08)	

CMYK percentages

%22.65
%13.25
%0
%8.24

Codes

Color #B5CBEA in popluar color models

B5CBEA
RGB181203234
HSL215°55.79%81.37%
HSB/HSV215°22.65%91.76%
CMYK22.65%13.25%0.00%
8.24%

Color #B5CBEA in popluar number systems.

HEXB5CBEA
Decimal181203234
Binary101101011100101111101010
Octal265313352

Shades and tints

Shades of #B5CBEA

#B5CBEA
(181,203,234)
#A5B9D5
(165,185,213)
#95A7C0
(149,167,192)
#8595AB
(133,149,171)
#758396
(117,131,150)
#657181
(101,113,129)
#555F6C
(85,95,108)
#454D57
(69,77,87)
#353B42
(53,59,66)
#25292D
(37,41,45)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #B5CBEA

#B5CBEA
(181,203,234)
#BBCFEB
(187,207,235)
#C1D3EC
(193,211,236)
#C7D7ED
(199,215,237)
#CDDBEE
(205,219,238)
#D3DFEF
(211,223,239)
#D9E3F0
(217,227,240)
#DFE7F1
(223,231,241)
#E5EBF2
(229,235,242)
#EBEFF3
(235,239,243)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CBEA color. Also use rgb(181,203,234) instead hex code.

Text Font Color

.myTextColor { color: #B5CBEA; }

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

This text font color is #B5CBEA.


Background Color

.myBgColor { background-color: #B5CBEA; }

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

This div background color is #B5CBEA.


Border color

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

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

This div border color is #B5CBEA.


Opacity

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

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

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

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

This text has shadow with #B5CBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CBEA on black background.


Color preview on white background

This text has color #B5CBEA on white background.



Black color preview on #B5CBEA background

This text has black color on #B5CBEA background.


White color preview on #B5CBEA background

This text has white color on #B5CBEA background.