COLOR #B3B5D1

HEX: #B3B5D1 RGB: (179,181,209)

Color info

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

RGB color model

#B3B5D1 color RGB value is (179,181,209).

RGB: (179,181,209) (70%, 71%, 82%)

RGB channels and saturation

R 179 of 255 = 70%
G 181 of 255 = 71%
B 209 of 255 = 82%

179
181
209

R + G + B ~ 74%. #B3B5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 181 + 209 = 569 (100%)
R 179 of 569 ~ 31.46%
G 181 of 569 ~ 31.81%
B 209 of 569 ~ 36.73'%

%31.46
%31.81
%36.73

CMYK color model

#B3B5D1 color CMYK value is (14,13,0,18).

  • cyan value is 14.35%
  • magenta value is 13.40%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (14,13,0,18) C14M13Y0K18 (14%,13%,0%,18%) (0.14/0.13/0.00/0.18) 

CMYK percentages

%14.35
%13.4
%0
%18.04

Codes

Color #B3B5D1 in popluar color models

B3 B5 D1
RGB 179 181 209
HSL 236° 24.59% 76.08%
HSB/HSV 236° 14.35% 81.96%
CMYK 14.35% 13.40% 0.00%
18.04%

Color #B3B5D1 in popluar number systems.

HEX B3 B5 D1
Decimal 179 181 209
Binary 10110011 10110101 11010001
Octal 263 265 321

Shades and tints

Shades of #B3B5D1

#B3B5D1
(179,181,209)
#A3A5BE
(163,165,190)
#9395AB
(147,149,171)
#838598
(131,133,152)
#737585
(115,117,133)
#636572
(99,101,114)
#53555F
(83,85,95)
#43454C
(67,69,76)
#333539
(51,53,57)
#232526
(35,37,38)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #B3B5D1

#B3B5D1
(179,181,209)
#B9BBD5
(185,187,213)
#BFC1D9
(191,193,217)
#C5C7DD
(197,199,221)
#CBCDE1
(203,205,225)
#D1D3E5
(209,211,229)
#D7D9E9
(215,217,233)
#DDDFED
(221,223,237)
#E3E5F1
(227,229,241)
#E9EBF5
(233,235,245)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B5D1; }

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

This text font color is #B3B5D1.

Background Color

.myBgColor { background-color: #B3B5D1; }

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

This div background color is #B3B5D1.

Border color

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

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

This div border color is #B3B5D1.

Opacity

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

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

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

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

This text has shadow with #B3B5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B5D1.

Preview

Color preview on black background

This text has color #B3B5D1 on black background.


Color preview on white background

This text has color #B3B5D1 on white background.


Black color preview on #B3B5D1 background

This text has black color on #B3B5D1 background.


White color preview on #B3B5D1 background

This text has white color on #B3B5D1 background.


Related colors

Complementary color

Complementary color for #hex is #4C4A2E.


I love getcolorcode.com

Triadic colors

1 #D1B3B5 and #B5D1B3 with #B3B5D1 are triadic colors.

2 #D1B5B3 and #B5B3D1 with #B3B5D1 are triadic colors.