COLOR #B5CBE7

HEX: #B5CBE7 RGB: (181,203,231)

Color info

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

RGB color model

#B5CBE7 color RGB value is (181,203,231).

RGB: (181,203,231) (71%, 80%, 91%)

RGB channels and saturation

R 181 of 255 = 71%
G 203 of 255 = 80%
B 231 of 255 = 91%

181
203
231

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

Portions of RGB colors in percentages

R + G + B = 181 + 203 + 231 = 615 (100%)
R 181 of 615 ~ 29.43%
G 203 of 615 ~ 33.01%
B 231 of 615 ~ 37.56'%

%29.43
%33.01
%37.56

CMYK color model

#B5CBE7 color CMYK value is (22,12,0,9).

  • cyan value is 21.65%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (22,12,0,9)
C22M12Y0K9 (22%, 12%, 0%, 9%)
(0.22 / 0.12 / 0.00 / 0.09)

CMYK percentages

%21.65
%12.12
%0
%9.41

Codes

Color #B5CBE7 in popluar color models

B5 CB E7
RGB 181 203 231
HSL 214° 51.02% 80.78%
HSB/HSV 214° 21.65% 90.59%
CMYK 21.65% 12.12% 0.00%
9.41%

Color #B5CBE7 in popluar number systems.

HEX B5 CB E7
Decimal 181 203 231
Binary 10110101 11001011 11100111
Octal 265 313 347

Shades and tints

Shades of #B5CBE7

#B5CBE7
(181,203,231)
#A5B9D2
(165,185,210)
#95A7BD
(149,167,189)
#8595A8
(133,149,168)
#758393
(117,131,147)
#65717E
(101,113,126)
#555F69
(85,95,105)
#454D54
(69,77,84)
#353B3F
(53,59,63)
#25292A
(37,41,42)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #B5CBE7

#B5CBE7
(181,203,231)
#BBCFE9
(187,207,233)
#C1D3EB
(193,211,235)
#C7D7ED
(199,215,237)
#CDDBEF
(205,219,239)
#D3DFF1
(211,223,241)
#D9E3F3
(217,227,243)
#DFE7F5
(223,231,245)
#E5EBF7
(229,235,247)
#EBEFF9
(235,239,249)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CBE7; }

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

This text font color is #B5CBE7.

Background Color

.myBgColor { background-color: #B5CBE7; }

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

This div background color is #B5CBE7.

Border color

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

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

This div border color is #B5CBE7.

Opacity

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

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

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

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

This text has shadow with #B5CBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CBE7.

Preview

Color preview on black background

This text has color #B5CBE7 on black background.


Color preview on white background

This text has color #B5CBE7 on white background.


Black color preview on #B5CBE7 background

This text has black color on #B5CBE7 background.


White color preview on #B5CBE7 background

This text has white color on #B5CBE7 background.


Related colors

Complementary color

Complementary color for #hex is #4A3418.


I love getcolorcode.com

Triadic colors

1 #E7B5CB and #CBE7B5 with #B5CBE7 are triadic colors.

2 #E7CBB5 and #CBB5E7 with #B5CBE7 are triadic colors.