COLOR #B3B1DD

HEX: #B3B1DD RGB: (179,177,221)

Color info

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

RGB color model

#B3B1DD color RGB value is (179,177,221).

RGB: (179,177,221) (70%, 69%, 87%)

RGB channels and saturation

R 179 of 255 = 70%
G 177 of 255 = 69%
B 221 of 255 = 87%

179
177
221

R + G + B ~ 75%. #B3B1DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 177 + 221 = 577 (100%)
R 179 of 577 ~ 31.02%
G 177 of 577 ~ 30.68%
B 221 of 577 ~ 38.3'%

%31.02
%30.68
%38.3

CMYK color model

#B3B1DD color CMYK value is (19,20,0,13).

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

CMYK: (19,20,0,13)
C19M20Y0K13 (19%, 20%, 0%, 13%)
(0.19 / 0.20 / 0.00 / 0.13)

CMYK percentages

%19
%19.91
%0
%13.33

Codes

Color #B3B1DD in popluar color models

B3 B1 DD
RGB 179 177 221
HSL 243° 39.29% 78.04%
HSB/HSV 243° 19.91% 86.67%
CMYK 19.00% 19.91% 0.00%
13.33%

Color #B3B1DD in popluar number systems.

HEX B3 B1 DD
Decimal 179 177 221
Binary 10110011 10110001 11011101
Octal 263 261 335

Shades and tints

Shades of #B3B1DD

#B3B1DD
(179,177,221)
#A3A1C9
(163,161,201)
#9391B5
(147,145,181)
#8381A1
(131,129,161)
#73718D
(115,113,141)
#636179
(99,97,121)
#535165
(83,81,101)
#434151
(67,65,81)
#33313D
(51,49,61)
#232129
(35,33,41)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #B3B1DD

#B3B1DD
(179,177,221)
#B9B8E0
(185,184,224)
#BFBFE3
(191,191,227)
#C5C6E6
(197,198,230)
#CBCDE9
(203,205,233)
#D1D4EC
(209,212,236)
#D7DBEF
(215,219,239)
#DDE2F2
(221,226,242)
#E3E9F5
(227,233,245)
#E9F0F8
(233,240,248)
#EFF7FB
(239,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B1DD; }

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

This text font color is #B3B1DD.

Background Color

.myBgColor { background-color: #B3B1DD; }

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

This div background color is #B3B1DD.

Border color

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

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

This div border color is #B3B1DD.

Opacity

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

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

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

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

This text has shadow with #B3B1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B1DD.

Preview

Color preview on black background

This text has color #B3B1DD on black background.


Color preview on white background

This text has color #B3B1DD on white background.


Black color preview on #B3B1DD background

This text has black color on #B3B1DD background.


White color preview on #B3B1DD background

This text has white color on #B3B1DD background.


Related colors

Complementary color

Complementary color for #hex is #4C4E22.


I love getcolorcode.com

Triadic colors

1 #DDB3B1 and #B1DDB3 with #B3B1DD are triadic colors.

2 #DDB1B3 and #B1B3DD with #B3B1DD are triadic colors.