COLOR #B2B6DD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

178
182
221

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

Portions of RGB colors in percentages

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

%30.64
%31.33
%38.04

CMYK color model

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

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

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

CMYK percentages

%19.46
%17.65
%0
%13.33

Codes

Color #B2B6DD in popluar color models

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

Color #B2B6DD in popluar number systems.

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

Shades and tints

Shades of #B2B6DD

#B2B6DD
(178,182,221)
#A2A6C9
(162,166,201)
#9296B5
(146,150,181)
#8286A1
(130,134,161)
#72768D
(114,118,141)
#626679
(98,102,121)
#525665
(82,86,101)
#424651
(66,70,81)
#32363D
(50,54,61)
#222629
(34,38,41)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #B2B6DD

#B2B6DD
(178,182,221)
#B9BCE0
(185,188,224)
#C0C2E3
(192,194,227)
#C7C8E6
(199,200,230)
#CECEE9
(206,206,233)
#D5D4EC
(213,212,236)
#DCDAEF
(220,218,239)
#E3E0F2
(227,224,242)
#EAE6F5
(234,230,245)
#F1ECF8
(241,236,248)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B6DD; }

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

This text font color is #B2B6DD.

Background Color

.myBgColor { background-color: #B2B6DD; }

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

This div background color is #B2B6DD.

Border color

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

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

This div border color is #B2B6DD.

Opacity

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

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

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

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

This text has shadow with #B2B6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B6DD.

Preview

Color preview on black background

This text has color #B2B6DD on black background.


Color preview on white background

This text has color #B2B6DD on white background.


Black color preview on #B2B6DD background

This text has black color on #B2B6DD background.


White color preview on #B2B6DD background

This text has white color on #B2B6DD background.


Related colors

Complementary color

Complementary color for #hex is #4D4922.


I love getcolorcode.com

Triadic colors

1 #DDB2B6 and #B6DDB2 with #B2B6DD are triadic colors.

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