COLOR #B3B0DC

HEX: #B3B0DC RGB: (179,176,220)

Color info

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

RGB color model

#B3B0DC color RGB value is (179,176,220).

RGB: (179,176,220) (70%, 69%, 86%)

RGB channels and saturation

R 179 of 255 = 70%
G 176 of 255 = 69%
B 220 of 255 = 86%

179
176
220

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

Portions of RGB colors in percentages

R + G + B = 179 + 176 + 220 = 575 (100%)
R 179 of 575 ~ 31.13%
G 176 of 575 ~ 30.61%
B 220 of 575 ~ 38.26'%

%31.13
%30.61
%38.26

CMYK color model

#B3B0DC color CMYK value is (19,20,0,14).

  • cyan value is 18.64%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (19,20,0,14)
C19M20Y0K14 (19%, 20%, 0%, 14%)
(0.19 / 0.20 / 0.00 / 0.14)

CMYK percentages

%18.64
%20
%0
%13.73

Codes

Color #B3B0DC in popluar color models

B3 B0 DC
RGB 179 176 220
HSL 244° 38.60% 77.65%
HSB/HSV 244° 20.00% 86.27%
CMYK 18.64% 20.00% 0.00%
13.73%

Color #B3B0DC in popluar number systems.

HEX B3 B0 DC
Decimal 179 176 220
Binary 10110011 10110000 11011100
Octal 263 260 334

Shades and tints

Shades of #B3B0DC

#B3B0DC
(179,176,220)
#A3A0C8
(163,160,200)
#9390B4
(147,144,180)
#8380A0
(131,128,160)
#73708C
(115,112,140)
#636078
(99,96,120)
#535064
(83,80,100)
#434050
(67,64,80)
#33303C
(51,48,60)
#232028
(35,32,40)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #B3B0DC

#B3B0DC
(179,176,220)
#B9B7DF
(185,183,223)
#BFBEE2
(191,190,226)
#C5C5E5
(197,197,229)
#CBCCE8
(203,204,232)
#D1D3EB
(209,211,235)
#D7DAEE
(215,218,238)
#DDE1F1
(221,225,241)
#E3E8F4
(227,232,244)
#E9EFF7
(233,239,247)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B0DC color. Also use rgb(179,176,220) instead hex code.

Text Font Color

.myTextColor { color: #B3B0DC; }

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

This text font color is #B3B0DC.

Background Color

.myBgColor { background-color: #B3B0DC; }

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

This div background color is #B3B0DC.

Border color

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

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

This div border color is #B3B0DC.

Opacity

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

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

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

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

This text has shadow with #B3B0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B0DC.

Preview

Color preview on black background

This text has color #B3B0DC on black background.


Color preview on white background

This text has color #B3B0DC on white background.


Black color preview on #B3B0DC background

This text has black color on #B3B0DC background.


White color preview on #B3B0DC background

This text has white color on #B3B0DC background.


Related colors

Complementary color

Complementary color for #hex is #4C4F23.


I love getcolorcode.com

Triadic colors

1 #DCB3B0 and #B0DCB3 with #B3B0DC are triadic colors.

2 #DCB0B3 and #B0B3DC with #B3B0DC are triadic colors.