COLOR #B1B6DD

HEX: #B1B6DD RGB: (177,182,221)

Color info

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

RGB color model

#B1B6DD color RGB value is (177,182,221).

RGB: (177,182,221) (69%, 71%, 87%)

RGB channels and saturation

R 177 of 255 = 69%
G 182 of 255 = 71%
B 221 of 255 = 87%

177
182
221

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

Portions of RGB colors in percentages

R + G + B = 177 + 182 + 221 = 580 (100%)
R 177 of 580 ~ 30.52%
G 182 of 580 ~ 31.38%
B 221 of 580 ~ 38.1'%

%30.52
%31.38
%38.1

CMYK color model

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

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

CMYK: (20,18,0,13)
C20M18Y0K13 (20%, 18%, 0%, 13%)
(0.20 / 0.18 / 0.00 / 0.13)

CMYK percentages

%19.91
%17.65
%0
%13.33

Codes

Color #B1B6DD in popluar color models

B1 B6 DD
RGB 177 182 221
HSL 233° 39.29% 78.04%
HSB/HSV 233° 19.91% 86.67%
CMYK 19.91% 17.65% 0.00%
13.33%

Color #B1B6DD in popluar number systems.

HEX B1 B6 DD
Decimal 177 182 221
Binary 10110001 10110110 11011101
Octal 261 266 335

Shades and tints

Shades of #B1B6DD

#B1B6DD
(177,182,221)
#A1A6C9
(161,166,201)
#9196B5
(145,150,181)
#8186A1
(129,134,161)
#71768D
(113,118,141)
#616679
(97,102,121)
#515665
(81,86,101)
#414651
(65,70,81)
#31363D
(49,54,61)
#212629
(33,38,41)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #B1B6DD

#B1B6DD
(177,182,221)
#B8BCE0
(184,188,224)
#BFC2E3
(191,194,227)
#C6C8E6
(198,200,230)
#CDCEE9
(205,206,233)
#D4D4EC
(212,212,236)
#DBDAEF
(219,218,239)
#E2E0F2
(226,224,242)
#E9E6F5
(233,230,245)
#F0ECF8
(240,236,248)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B6DD; }

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

This text font color is #B1B6DD.

Background Color

.myBgColor { background-color: #B1B6DD; }

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

This div background color is #B1B6DD.

Border color

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

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

This div border color is #B1B6DD.

Opacity

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

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

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

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

This text has shadow with #B1B6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B6DD.

Preview

Color preview on black background

This text has color #B1B6DD on black background.


Color preview on white background

This text has color #B1B6DD on white background.


Black color preview on #B1B6DD background

This text has black color on #B1B6DD background.


White color preview on #B1B6DD background

This text has white color on #B1B6DD background.


Related colors

Complementary color

Complementary color for #hex is #4E4922.


I love getcolorcode.com

Triadic colors

1 #DDB1B6 and #B6DDB1 with #B1B6DD are triadic colors.

2 #DDB6B1 and #B6B1DD with #B1B6DD are triadic colors.