COLOR #B4B6ED

HEX: #B4B6ED
RGB: (180,182,237)

Color info

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

RGB color model

#B4B6ED color RGB value is (180,182,237).

  • red value is 180;
  • green value is 182;
  • blue value is 237.
RGB:
(180,182,237)
(71%,71%,93%)

RGB channels and saturation

R 180 of 255 = 71%
G 182 of 255 = 71%
B 237 of 255 = 93%

180
182
237

R + G + B ~ 78%. #B4B6ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 182 + 237 = 599 (100%)
R 180 of 599 ~ 30.05%
G 182 of 599 ~ 30.38%
B 237 of 599 ~ 39.57%

%30.05
%30.38
%39.57

CMYK color model

#B4B6ED color CMYK value is (24,23,0,7).

  • cyan value is 24.05%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(24,23,0,7)
C24M23Y0K7 
(24%,23%,0%,7%)
(0.24/0.23/0.00/0.07)	

CMYK percentages

%24.05
%23.21
%0
%7.06

Codes

Color #B4B6ED in popluar color models

B4B6ED
RGB180182237
HSL238°61.29%81.76%
HSB/HSV238°24.05%92.94%
CMYK24.05%23.21%0.00%
7.06%

Color #B4B6ED in popluar number systems.

HEXB4B6ED
Decimal180182237
Binary101101001011011011101101
Octal264266355

Shades and tints

Shades of #B4B6ED

#B4B6ED
(180,182,237)
#A4A6D8
(164,166,216)
#9496C3
(148,150,195)
#8486AE
(132,134,174)
#747699
(116,118,153)
#646684
(100,102,132)
#54566F
(84,86,111)
#44465A
(68,70,90)
#343645
(52,54,69)
#242630
(36,38,48)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #B4B6ED

#B4B6ED
(180,182,237)
#BABCEE
(186,188,238)
#C0C2EF
(192,194,239)
#C6C8F0
(198,200,240)
#CCCEF1
(204,206,241)
#D2D4F2
(210,212,242)
#D8DAF3
(216,218,243)
#DEE0F4
(222,224,244)
#E4E6F5
(228,230,245)
#EAECF6
(234,236,246)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B6ED color. Also use rgb(180,182,237) instead hex code.

Text Font Color

.myTextColor { color: #B4B6ED; }

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

This text font color is #B4B6ED.


Background Color

.myBgColor { background-color: #B4B6ED; }

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

This div background color is #B4B6ED.


Border color

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

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

This div border color is #B4B6ED.


Opacity

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

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

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

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

This text has shadow with #B4B6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B6ED on black background.


Color preview on white background

This text has color #B4B6ED on white background.



Black color preview on #B4B6ED background

This text has black color on #B4B6ED background.


White color preview on #B4B6ED background

This text has white color on #B4B6ED background.