COLOR #B4B6DD

HEX: #B4B6DD
RGB: (180,182,221)

Color info

#B4B6DD contains red, green and blue colors in about the same proportion. Web safe color of #B4B6DD is #CCCCCC (or #CCC).

RGB color model

#B4B6DD color RGB value is (180,182,221).

  • red value is 180;
  • green value is 182;
  • blue value is 221.
RGB:
(180,182,221)
(71%,71%,87%)

RGB channels and saturation

R 180 of 255 = 71%
G 182 of 255 = 71%
B 221 of 255 = 87%

180
182
221

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

Portions of RGB colors in percentages

R + G + B =
180 + 182 + 221 = 583 (100%)
R 180 of 583 ~ 30.87%
G 182 of 583 ~ 31.22%
B 221 of 583 ~ 37.91%

%30.87
%31.22
%37.91

CMYK color model

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

  • cyan value is 18.55%
  • magenta value is 17.65%
  • 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

%18.55
%17.65
%0
%13.33

Codes

Color #B4B6DD in popluar color models

B4B6DD
RGB180182221
HSL237°37.61%78.63%
HSB/HSV237°18.55%86.67%
CMYK18.55%17.65%0.00%
13.33%

Color #B4B6DD in popluar number systems.

HEXB4B6DD
Decimal180182221
Binary101101001011011011011101
Octal264266335

Shades and tints

Shades of #B4B6DD

#B4B6DD
(180,182,221)
#A4A6C9
(164,166,201)
#9496B5
(148,150,181)
#8486A1
(132,134,161)
#74768D
(116,118,141)
#646679
(100,102,121)
#545665
(84,86,101)
#444651
(68,70,81)
#34363D
(52,54,61)
#242629
(36,38,41)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #B4B6DD

#B4B6DD
(180,182,221)
#BABCE0
(186,188,224)
#C0C2E3
(192,194,227)
#C6C8E6
(198,200,230)
#CCCEE9
(204,206,233)
#D2D4EC
(210,212,236)
#D8DAEF
(216,218,239)
#DEE0F2
(222,224,242)
#E4E6F5
(228,230,245)
#EAECF8
(234,236,248)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B6DD; }

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

This text font color is #B4B6DD.


Background Color

.myBgColor { background-color: #B4B6DD; }

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

This div background color is #B4B6DD.


Border color

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

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

This div border color is #B4B6DD.


Opacity

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

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

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

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

This text has shadow with #B4B6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B6DD on black background.


Color preview on white background

This text has color #B4B6DD on white background.



Black color preview on #B4B6DD background

This text has black color on #B4B6DD background.


White color preview on #B4B6DD background

This text has white color on #B4B6DD background.