COLOR #B4C5EA

HEX: #B4C5EA
RGB: (180,197,234)

Color info

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

RGB color model

#B4C5EA color RGB value is (180,197,234).

  • red value is 180;
  • green value is 197;
  • blue value is 234.
RGB:
(180,197,234)
(71%,77%,92%)

RGB channels and saturation

R 180 of 255 = 71%
G 197 of 255 = 77%
B 234 of 255 = 92%

180
197
234

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

Portions of RGB colors in percentages

R + G + B =
180 + 197 + 234 = 611 (100%)
R 180 of 611 ~ 29.46%
G 197 of 611 ~ 32.24%
B 234 of 611 ~ 38.3%

%29.46
%32.24
%38.3

CMYK color model

#B4C5EA color CMYK value is (23,16,0,8).

  • cyan value is 23.08%
  • magenta value is 15.81%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(23,16,0,8)
C23M16Y0K8 
(23%,16%,0%,8%)
(0.23/0.16/0.00/0.08)	

CMYK percentages

%23.08
%15.81
%0
%8.24

Codes

Color #B4C5EA in popluar color models

B4C5EA
RGB180197234
HSL221°56.25%81.18%
HSB/HSV221°23.08%91.76%
CMYK23.08%15.81%0.00%
8.24%

Color #B4C5EA in popluar number systems.

HEXB4C5EA
Decimal180197234
Binary101101001100010111101010
Octal264305352

Shades and tints

Shades of #B4C5EA

#B4C5EA
(180,197,234)
#A4B4D5
(164,180,213)
#94A3C0
(148,163,192)
#8492AB
(132,146,171)
#748196
(116,129,150)
#647081
(100,112,129)
#545F6C
(84,95,108)
#444E57
(68,78,87)
#343D42
(52,61,66)
#242C2D
(36,44,45)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #B4C5EA

#B4C5EA
(180,197,234)
#BACAEB
(186,202,235)
#C0CFEC
(192,207,236)
#C6D4ED
(198,212,237)
#CCD9EE
(204,217,238)
#D2DEEF
(210,222,239)
#D8E3F0
(216,227,240)
#DEE8F1
(222,232,241)
#E4EDF2
(228,237,242)
#EAF2F3
(234,242,243)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C5EA color. Also use rgb(180,197,234) instead hex code.

Text Font Color

.myTextColor { color: #B4C5EA; }

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

This text font color is #B4C5EA.


Background Color

.myBgColor { background-color: #B4C5EA; }

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

This div background color is #B4C5EA.


Border color

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

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

This div border color is #B4C5EA.


Opacity

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

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

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

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

This text has shadow with #B4C5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C5EA on black background.


Color preview on white background

This text has color #B4C5EA on white background.



Black color preview on #B4C5EA background

This text has black color on #B4C5EA background.


White color preview on #B4C5EA background

This text has white color on #B4C5EA background.