COLOR #B4B9DD

HEX: #B4B9DD
RGB: (180,185,221)

Color info

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

RGB color model

#B4B9DD color RGB value is (180,185,221).

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

RGB channels and saturation

R 180 of 255 = 71%
G 185 of 255 = 73%
B 221 of 255 = 87%

180
185
221

R + G + B ~ 77%. #B4B9DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 185 + 221 = 586 (100%)
R 180 of 586 ~ 30.72%
G 185 of 586 ~ 31.57%
B 221 of 586 ~ 37.71%

%30.72
%31.57
%37.71

CMYK color model

#B4B9DD color CMYK value is (19,16,0,13).

  • cyan value is 18.55%
  • magenta value is 16.29%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(19,16,0,13)
C19M16Y0K13 
(19%,16%,0%,13%)
(0.19/0.16/0.00/0.13)	

CMYK percentages

%18.55
%16.29
%0
%13.33

Codes

Color #B4B9DD in popluar color models

B4B9DD
RGB180185221
HSL233°37.61%78.63%
HSB/HSV233°18.55%86.67%
CMYK18.55%16.29%0.00%
13.33%

Color #B4B9DD in popluar number systems.

HEXB4B9DD
Decimal180185221
Binary101101001011100111011101
Octal264271335

Shades and tints

Shades of #B4B9DD

#B4B9DD
(180,185,221)
#A4A9C9
(164,169,201)
#9499B5
(148,153,181)
#8489A1
(132,137,161)
#74798D
(116,121,141)
#646979
(100,105,121)
#545965
(84,89,101)
#444951
(68,73,81)
#34393D
(52,57,61)
#242929
(36,41,41)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #B4B9DD

#B4B9DD
(180,185,221)
#BABFE0
(186,191,224)
#C0C5E3
(192,197,227)
#C6CBE6
(198,203,230)
#CCD1E9
(204,209,233)
#D2D7EC
(210,215,236)
#D8DDEF
(216,221,239)
#DEE3F2
(222,227,242)
#E4E9F5
(228,233,245)
#EAEFF8
(234,239,248)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B9DD; }

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

This text font color is #B4B9DD.


Background Color

.myBgColor { background-color: #B4B9DD; }

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

This div background color is #B4B9DD.


Border color

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

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

This div border color is #B4B9DD.


Opacity

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

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

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

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

This text has shadow with #B4B9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B9DD on black background.


Color preview on white background

This text has color #B4B9DD on white background.



Black color preview on #B4B9DD background

This text has black color on #B4B9DD background.


White color preview on #B4B9DD background

This text has white color on #B4B9DD background.