COLOR #B3B5DD

HEX: #B3B5DD
RGB: (179,181,221)

Color info

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

RGB color model

#B3B5DD color RGB value is (179,181,221).

  • red value is 179;
  • green value is 181;
  • blue value is 221.
RGB:
(179,181,221)
(70%,71%,87%)

RGB channels and saturation

R 179 of 255 = 70%
G 181 of 255 = 71%
B 221 of 255 = 87%

179
181
221

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

Portions of RGB colors in percentages

R + G + B =
179 + 181 + 221 = 581 (100%)
R 179 of 581 ~ 30.81%
G 181 of 581 ~ 31.15%
B 221 of 581 ~ 38.04%

%30.81
%31.15
%38.04

CMYK color model

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

  • cyan value is 19.00%
  • magenta value is 18.10%
  • 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
%18.1
%0
%13.33

Codes

Color #B3B5DD in popluar color models

B3B5DD
RGB179181221
HSL237°38.18%78.43%
HSB/HSV237°19.00%86.67%
CMYK19.00%18.10%0.00%
13.33%

Color #B3B5DD in popluar number systems.

HEXB3B5DD
Decimal179181221
Binary101100111011010111011101
Octal263265335

Shades and tints

Shades of #B3B5DD

#B3B5DD
(179,181,221)
#A3A5C9
(163,165,201)
#9395B5
(147,149,181)
#8385A1
(131,133,161)
#73758D
(115,117,141)
#636579
(99,101,121)
#535565
(83,85,101)
#434551
(67,69,81)
#33353D
(51,53,61)
#232529
(35,37,41)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #B3B5DD

#B3B5DD
(179,181,221)
#B9BBE0
(185,187,224)
#BFC1E3
(191,193,227)
#C5C7E6
(197,199,230)
#CBCDE9
(203,205,233)
#D1D3EC
(209,211,236)
#D7D9EF
(215,217,239)
#DDDFF2
(221,223,242)
#E3E5F5
(227,229,245)
#E9EBF8
(233,235,248)
#EFF1FB
(239,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B5DD; }

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

This text font color is #B3B5DD.


Background Color

.myBgColor { background-color: #B3B5DD; }

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

This div background color is #B3B5DD.


Border color

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

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

This div border color is #B3B5DD.


Opacity

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

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

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

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

This text has shadow with #B3B5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B5DD on black background.


Color preview on white background

This text has color #B3B5DD on white background.



Black color preview on #B3B5DD background

This text has black color on #B3B5DD background.


White color preview on #B3B5DD background

This text has white color on #B3B5DD background.