COLOR #B6B2DD

HEX: #B6B2DD RGB: (182,178,221)

Color info

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

RGB color model

#B6B2DD color RGB value is (182,178,221).

RGB: (182,178,221) (71%, 70%, 87%)

RGB channels and saturation

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

182
178
221

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

Portions of RGB colors in percentages

R + G + B = 182 + 178 + 221 = 581 (100%)
R 182 of 581 ~ 31.33%
G 178 of 581 ~ 30.64%
B 221 of 581 ~ 38.04'%

%31.33
%30.64
%38.04

CMYK color model

#B6B2DD color CMYK value is (18,19,0,13).

  • cyan value is 17.65%
  • magenta value is 19.46%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (18,19,0,13)
C18M19Y0K13 (18%, 19%, 0%, 13%)
(0.18 / 0.19 / 0.00 / 0.13)

CMYK percentages

%17.65
%19.46
%0
%13.33

Codes

Color #B6B2DD in popluar color models

B6 B2 DD
RGB 182 178 221
HSL 246° 38.74% 78.24%
HSB/HSV 246° 19.46% 86.67%
CMYK 17.65% 19.46% 0.00%
13.33%

Color #B6B2DD in popluar number systems.

HEX B6 B2 DD
Decimal 182 178 221
Binary 10110110 10110010 11011101
Octal 266 262 335

Shades and tints

Shades of #B6B2DD

#B6B2DD
(182,178,221)
#A6A2C9
(166,162,201)
#9692B5
(150,146,181)
#8682A1
(134,130,161)
#76728D
(118,114,141)
#666279
(102,98,121)
#565265
(86,82,101)
#464251
(70,66,81)
#36323D
(54,50,61)
#262229
(38,34,41)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #B6B2DD

#B6B2DD
(182,178,221)
#BCB9E0
(188,185,224)
#C2C0E3
(194,192,227)
#C8C7E6
(200,199,230)
#CECEE9
(206,206,233)
#D4D5EC
(212,213,236)
#DADCEF
(218,220,239)
#E0E3F2
(224,227,242)
#E6EAF5
(230,234,245)
#ECF1F8
(236,241,248)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B2DD; }

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

This text font color is #B6B2DD.

Background Color

.myBgColor { background-color: #B6B2DD; }

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

This div background color is #B6B2DD.

Border color

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

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

This div border color is #B6B2DD.

Opacity

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

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

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

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

This text has shadow with #B6B2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B2DD.

Preview

Color preview on black background

This text has color #B6B2DD on black background.


Color preview on white background

This text has color #B6B2DD on white background.


Black color preview on #B6B2DD background

This text has black color on #B6B2DD background.


White color preview on #B6B2DD background

This text has white color on #B6B2DD background.


Related colors

Complementary color

Complementary color for #hex is #494D22.


I love getcolorcode.com

Triadic colors

1 #DDB6B2 and #B2DDB6 with #B6B2DD are triadic colors.

2 #DDB2B6 and #B2B6DD with #B6B2DD are triadic colors.