COLOR #B5C4F0

HEX: #B5C4F0
RGB: (181,196,240)

Color info

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

RGB color model

#B5C4F0 color RGB value is (181,196,240).

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

RGB channels and saturation

R 181 of 255 = 71%
G 196 of 255 = 77%
B 240 of 255 = 94%

181
196
240

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

Portions of RGB colors in percentages

R + G + B =
181 + 196 + 240 = 617 (100%)
R 181 of 617 ~ 29.34%
G 196 of 617 ~ 31.77%
B 240 of 617 ~ 38.9%

%29.34
%31.77
%38.9

CMYK color model

#B5C4F0 color CMYK value is (25,18,0,6).

  • cyan value is 24.58%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(25,18,0,6)
C25M18Y0K6 
(25%,18%,0%,6%)
(0.25/0.18/0.00/0.06)	

CMYK percentages

%24.58
%18.33
%0
%5.88

Codes

Color #B5C4F0 in popluar color models

B5C4F0
RGB181196240
HSL225°66.29%82.55%
HSB/HSV225°24.58%94.12%
CMYK24.58%18.33%0.00%
5.88%

Color #B5C4F0 in popluar number systems.

HEXB5C4F0
Decimal181196240
Binary101101011100010011110000
Octal265304360

Shades and tints

Shades of #B5C4F0

#B5C4F0
(181,196,240)
#A5B3DB
(165,179,219)
#95A2C6
(149,162,198)
#8591B1
(133,145,177)
#75809C
(117,128,156)
#656F87
(101,111,135)
#555E72
(85,94,114)
#454D5D
(69,77,93)
#353C48
(53,60,72)
#252B33
(37,43,51)
#151A1E
(21,26,30)
#000000
(0,0,0)

Tints of #B5C4F0

#B5C4F0
(181,196,240)
#BBC9F1
(187,201,241)
#C1CEF2
(193,206,242)
#C7D3F3
(199,211,243)
#CDD8F4
(205,216,244)
#D3DDF5
(211,221,245)
#D9E2F6
(217,226,246)
#DFE7F7
(223,231,247)
#E5ECF8
(229,236,248)
#EBF1F9
(235,241,249)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C4F0 color. Also use rgb(181,196,240) instead hex code.

Text Font Color

.myTextColor { color: #B5C4F0; }

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

This text font color is #B5C4F0.


Background Color

.myBgColor { background-color: #B5C4F0; }

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

This div background color is #B5C4F0.


Border color

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

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

This div border color is #B5C4F0.


Opacity

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

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

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

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

This text has shadow with #B5C4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C4F0 on black background.


Color preview on white background

This text has color #B5C4F0 on white background.



Black color preview on #B5C4F0 background

This text has black color on #B5C4F0 background.


White color preview on #B5C4F0 background

This text has white color on #B5C4F0 background.