COLOR #B2B5E1

HEX: #B2B5E1
RGB: (178,181,225)

Color info

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

RGB color model

#B2B5E1 color RGB value is (178,181,225).

  • red value is 178;
  • green value is 181;
  • blue value is 225.
RGB:
(178,181,225)
(70%,71%,88%)

RGB channels and saturation

R 178 of 255 = 70%
G 181 of 255 = 71%
B 225 of 255 = 88%

178
181
225

R + G + B ~ 76%. #B2B5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 181 + 225 = 584 (100%)
R 178 of 584 ~ 30.48%
G 181 of 584 ~ 30.99%
B 225 of 584 ~ 38.53%

%30.48
%30.99
%38.53

CMYK color model

#B2B5E1 color CMYK value is (21,20,0,12).

  • cyan value is 20.89%
  • magenta value is 19.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(21,20,0,12)
C21M20Y0K12 
(21%,20%,0%,12%)
(0.21/0.20/0.00/0.12)	

CMYK percentages

%20.89
%19.56
%0
%11.76

Codes

Color #B2B5E1 in popluar color models

B2B5E1
RGB178181225
HSL236°43.93%79.02%
HSB/HSV236°20.89%88.24%
CMYK20.89%19.56%0.00%
11.76%

Color #B2B5E1 in popluar number systems.

HEXB2B5E1
Decimal178181225
Binary101100101011010111100001
Octal262265341

Shades and tints

Shades of #B2B5E1

#B2B5E1
(178,181,225)
#A2A5CD
(162,165,205)
#9295B9
(146,149,185)
#8285A5
(130,133,165)
#727591
(114,117,145)
#62657D
(98,101,125)
#525569
(82,85,105)
#424555
(66,69,85)
#323541
(50,53,65)
#22252D
(34,37,45)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #B2B5E1

#B2B5E1
(178,181,225)
#B9BBE3
(185,187,227)
#C0C1E5
(192,193,229)
#C7C7E7
(199,199,231)
#CECDE9
(206,205,233)
#D5D3EB
(213,211,235)
#DCD9ED
(220,217,237)
#E3DFEF
(227,223,239)
#EAE5F1
(234,229,241)
#F1EBF3
(241,235,243)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B5E1 color. Also use rgb(178,181,225) instead hex code.

Text Font Color

.myTextColor { color: #B2B5E1; }

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

This text font color is #B2B5E1.


Background Color

.myBgColor { background-color: #B2B5E1; }

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

This div background color is #B2B5E1.


Border color

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

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

This div border color is #B2B5E1.


Opacity

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

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

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

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

This text has shadow with #B2B5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B5E1 on black background.


Color preview on white background

This text has color #B2B5E1 on white background.



Black color preview on #B2B5E1 background

This text has black color on #B2B5E1 background.


White color preview on #B2B5E1 background

This text has white color on #B2B5E1 background.