COLOR #B6B2DE

HEX: #B6B2DE
RGB: (182,178,222)

Color info

#B6B2DE contains red, green and blue colors in about the same proportion. Web safe color of #B6B2DE is #CC99CC (or #C9C).

RGB color model

#B6B2DE color RGB value is (182,178,222).

  • red value is 182;
  • green value is 178;
  • blue value is 222.
RGB:
(182,178,222)
(71%,70%,87%)

RGB channels and saturation

R 182 of 255 = 71%
G 178 of 255 = 70%
B 222 of 255 = 87%

182
178
222

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

Portions of RGB colors in percentages

R + G + B =
182 + 178 + 222 = 582 (100%)
R 182 of 582 ~ 31.27%
G 178 of 582 ~ 30.58%
B 222 of 582 ~ 38.14%

%31.27
%30.58
%38.14

CMYK color model

#B6B2DE color CMYK value is (18,20,0,13).

  • cyan value is 18.02%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(18,20,0,13)
C18M20Y0K13 
(18%,20%,0%,13%)
(0.18/0.20/0.00/0.13)	

CMYK percentages

%18.02
%19.82
%0
%12.94

Codes

Color #B6B2DE in popluar color models

B6B2DE
RGB182178222
HSL245°40.00%78.43%
HSB/HSV245°19.82%87.06%
CMYK18.02%19.82%0.00%
12.94%

Color #B6B2DE in popluar number systems.

HEXB6B2DE
Decimal182178222
Binary101101101011001011011110
Octal266262336

Shades and tints

Shades of #B6B2DE

#B6B2DE
(182,178,222)
#A6A2CA
(166,162,202)
#9692B6
(150,146,182)
#8682A2
(134,130,162)
#76728E
(118,114,142)
#66627A
(102,98,122)
#565266
(86,82,102)
#464252
(70,66,82)
#36323E
(54,50,62)
#26222A
(38,34,42)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #B6B2DE

#B6B2DE
(182,178,222)
#BCB9E1
(188,185,225)
#C2C0E4
(194,192,228)
#C8C7E7
(200,199,231)
#CECEEA
(206,206,234)
#D4D5ED
(212,213,237)
#DADCF0
(218,220,240)
#E0E3F3
(224,227,243)
#E6EAF6
(230,234,246)
#ECF1F9
(236,241,249)
#F2F8FC
(242,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B2DE; }

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

This text font color is #B6B2DE.


Background Color

.myBgColor { background-color: #B6B2DE; }

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

This div background color is #B6B2DE.


Border color

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

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

This div border color is #B6B2DE.


Opacity

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

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

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

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

This text has shadow with #B6B2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B2DE on black background.


Color preview on white background

This text has color #B6B2DE on white background.



Black color preview on #B6B2DE background

This text has black color on #B6B2DE background.


White color preview on #B6B2DE background

This text has white color on #B6B2DE background.