COLOR #B5C5EF

HEX: #B5C5EF
RGB: (181,197,239)

Color info

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

RGB color model

#B5C5EF color RGB value is (181,197,239).

  • red value is 181;
  • green value is 197;
  • blue value is 239.
RGB:
(181,197,239)
(71%,77%,94%)

RGB channels and saturation

R 181 of 255 = 71%
G 197 of 255 = 77%
B 239 of 255 = 94%

181
197
239

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

Portions of RGB colors in percentages

R + G + B =
181 + 197 + 239 = 617 (100%)
R 181 of 617 ~ 29.34%
G 197 of 617 ~ 31.93%
B 239 of 617 ~ 38.74%

%29.34
%31.93
%38.74

CMYK color model

#B5C5EF color CMYK value is (24,18,0,6).

  • cyan value is 24.27%
  • magenta value is 17.57%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(24,18,0,6)
C24M18Y0K6 
(24%,18%,0%,6%)
(0.24/0.18/0.00/0.06)	

CMYK percentages

%24.27
%17.57
%0
%6.27

Codes

Color #B5C5EF in popluar color models

B5C5EF
RGB181197239
HSL223°64.44%82.35%
HSB/HSV223°24.27%93.73%
CMYK24.27%17.57%0.00%
6.27%

Color #B5C5EF in popluar number systems.

HEXB5C5EF
Decimal181197239
Binary101101011100010111101111
Octal265305357

Shades and tints

Shades of #B5C5EF

#B5C5EF
(181,197,239)
#A5B4DA
(165,180,218)
#95A3C5
(149,163,197)
#8592B0
(133,146,176)
#75819B
(117,129,155)
#657086
(101,112,134)
#555F71
(85,95,113)
#454E5C
(69,78,92)
#353D47
(53,61,71)
#252C32
(37,44,50)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #B5C5EF

#B5C5EF
(181,197,239)
#BBCAF0
(187,202,240)
#C1CFF1
(193,207,241)
#C7D4F2
(199,212,242)
#CDD9F3
(205,217,243)
#D3DEF4
(211,222,244)
#D9E3F5
(217,227,245)
#DFE8F6
(223,232,246)
#E5EDF7
(229,237,247)
#EBF2F8
(235,242,248)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C5EF color. Also use rgb(181,197,239) instead hex code.

Text Font Color

.myTextColor { color: #B5C5EF; }

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

This text font color is #B5C5EF.


Background Color

.myBgColor { background-color: #B5C5EF; }

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

This div background color is #B5C5EF.


Border color

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

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

This div border color is #B5C5EF.


Opacity

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

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

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

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

This text has shadow with #B5C5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C5EF on black background.


Color preview on white background

This text has color #B5C5EF on white background.



Black color preview on #B5C5EF background

This text has black color on #B5C5EF background.


White color preview on #B5C5EF background

This text has white color on #B5C5EF background.