COLOR #B2C4ED

HEX: #B2C4ED
RGB: (178,196,237)

Color info

#B2C4ED contains red, green and blue colors in about the same proportion. Web safe color of #B2C4ED is #99CCFF (or #9CF).

RGB color model

#B2C4ED color RGB value is (178,196,237).

  • red value is 178;
  • green value is 196;
  • blue value is 237.
RGB:
(178,196,237)
(70%,77%,93%)

RGB channels and saturation

R 178 of 255 = 70%
G 196 of 255 = 77%
B 237 of 255 = 93%

178
196
237

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

Portions of RGB colors in percentages

R + G + B =
178 + 196 + 237 = 611 (100%)
R 178 of 611 ~ 29.13%
G 196 of 611 ~ 32.08%
B 237 of 611 ~ 38.79%

%29.13
%32.08
%38.79

CMYK color model

#B2C4ED color CMYK value is (25,17,0,7).

  • cyan value is 24.89%
  • magenta value is 17.30%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(25,17,0,7)
C25M17Y0K7 
(25%,17%,0%,7%)
(0.25/0.17/0.00/0.07)	

CMYK percentages

%24.89
%17.3
%0
%7.06

Codes

Color #B2C4ED in popluar color models

B2C4ED
RGB178196237
HSL222°62.11%81.37%
HSB/HSV222°24.89%92.94%
CMYK24.89%17.30%0.00%
7.06%

Color #B2C4ED in popluar number systems.

HEXB2C4ED
Decimal178196237
Binary101100101100010011101101
Octal262304355

Shades and tints

Shades of #B2C4ED

#B2C4ED
(178,196,237)
#A2B3D8
(162,179,216)
#92A2C3
(146,162,195)
#8291AE
(130,145,174)
#728099
(114,128,153)
#626F84
(98,111,132)
#525E6F
(82,94,111)
#424D5A
(66,77,90)
#323C45
(50,60,69)
#222B30
(34,43,48)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #B2C4ED

#B2C4ED
(178,196,237)
#B9C9EE
(185,201,238)
#C0CEEF
(192,206,239)
#C7D3F0
(199,211,240)
#CED8F1
(206,216,241)
#D5DDF2
(213,221,242)
#DCE2F3
(220,226,243)
#E3E7F4
(227,231,244)
#EAECF5
(234,236,245)
#F1F1F6
(241,241,246)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C4ED color. Also use rgb(178,196,237) instead hex code.

Text Font Color

.myTextColor { color: #B2C4ED; }

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

This text font color is #B2C4ED.


Background Color

.myBgColor { background-color: #B2C4ED; }

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

This div background color is #B2C4ED.


Border color

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

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

This div border color is #B2C4ED.


Opacity

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

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

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

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

This text has shadow with #B2C4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C4ED on black background.


Color preview on white background

This text has color #B2C4ED on white background.



Black color preview on #B2C4ED background

This text has black color on #B2C4ED background.


White color preview on #B2C4ED background

This text has white color on #B2C4ED background.