COLOR #B6B6EA

HEX: #B6B6EA
RGB: (182,182,234)

Color info

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

RGB color model

#B6B6EA color RGB value is (182,182,234).

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

RGB channels and saturation

R 182 of 255 = 71%
G 182 of 255 = 71%
B 234 of 255 = 92%

182
182
234

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

Portions of RGB colors in percentages

R + G + B =
182 + 182 + 234 = 598 (100%)
R 182 of 598 ~ 30.43%
G 182 of 598 ~ 30.43%
B 234 of 598 ~ 39.13%

%30.43
%30.43
%39.13

CMYK color model

#B6B6EA color CMYK value is (22,22,0,8).

  • cyan value is 22.22%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(22,22,0,8)
C22M22Y0K8 
(22%,22%,0%,8%)
(0.22/0.22/0.00/0.08)	

CMYK percentages

%22.22
%22.22
%0
%8.24

Codes

Color #B6B6EA in popluar color models

B6B6EA
RGB182182234
HSL240°55.32%81.57%
HSB/HSV240°22.22%91.76%
CMYK22.22%22.22%0.00%
8.24%

Color #B6B6EA in popluar number systems.

HEXB6B6EA
Decimal182182234
Binary101101101011011011101010
Octal266266352

Shades and tints

Shades of #B6B6EA

#B6B6EA
(182,182,234)
#A6A6D5
(166,166,213)
#9696C0
(150,150,192)
#8686AB
(134,134,171)
#767696
(118,118,150)
#666681
(102,102,129)
#56566C
(86,86,108)
#464657
(70,70,87)
#363642
(54,54,66)
#26262D
(38,38,45)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #B6B6EA

#B6B6EA
(182,182,234)
#BCBCEB
(188,188,235)
#C2C2EC
(194,194,236)
#C8C8ED
(200,200,237)
#CECEEE
(206,206,238)
#D4D4EF
(212,212,239)
#DADAF0
(218,218,240)
#E0E0F1
(224,224,241)
#E6E6F2
(230,230,242)
#ECECF3
(236,236,243)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B6EA; }

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

This text font color is #B6B6EA.


Background Color

.myBgColor { background-color: #B6B6EA; }

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

This div background color is #B6B6EA.


Border color

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

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

This div border color is #B6B6EA.


Opacity

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

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

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

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

This text has shadow with #B6B6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B6EA on black background.


Color preview on white background

This text has color #B6B6EA on white background.



Black color preview on #B6B6EA background

This text has black color on #B6B6EA background.


White color preview on #B6B6EA background

This text has white color on #B6B6EA background.