COLOR #B4BACD

HEX: #B4BACD
RGB: (180,186,205)

Color info

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

RGB color model

#B4BACD color RGB value is (180,186,205).

  • red value is 180;
  • green value is 186;
  • blue value is 205.
RGB:
(180,186,205)
(71%,73%,80%)

RGB channels and saturation

R 180 of 255 = 71%
G 186 of 255 = 73%
B 205 of 255 = 80%

180
186
205

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

Portions of RGB colors in percentages

R + G + B =
180 + 186 + 205 = 571 (100%)
R 180 of 571 ~ 31.52%
G 186 of 571 ~ 32.57%
B 205 of 571 ~ 35.9%

%31.52
%32.57
%35.9

CMYK color model

#B4BACD color CMYK value is (12,9,0,20).

  • cyan value is 12.20%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,9,0,20)
C12M9Y0K20 
(12%,9%,0%,20%)
(0.12/0.09/0.00/0.20)	

CMYK percentages

%12.2
%9.27
%0
%19.61

Codes

Color #B4BACD in popluar color models

B4BACD
RGB180186205
HSL226°20.00%75.49%
HSB/HSV226°12.20%80.39%
CMYK12.20%9.27%0.00%
19.61%

Color #B4BACD in popluar number systems.

HEXB4BACD
Decimal180186205
Binary101101001011101011001101
Octal264272315

Shades and tints

Shades of #B4BACD

#B4BACD
(180,186,205)
#A4AABB
(164,170,187)
#949AA9
(148,154,169)
#848A97
(132,138,151)
#747A85
(116,122,133)
#646A73
(100,106,115)
#545A61
(84,90,97)
#444A4F
(68,74,79)
#343A3D
(52,58,61)
#242A2B
(36,42,43)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #B4BACD

#B4BACD
(180,186,205)
#BAC0D1
(186,192,209)
#C0C6D5
(192,198,213)
#C6CCD9
(198,204,217)
#CCD2DD
(204,210,221)
#D2D8E1
(210,216,225)
#D8DEE5
(216,222,229)
#DEE4E9
(222,228,233)
#E4EAED
(228,234,237)
#EAF0F1
(234,240,241)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BACD color. Also use rgb(180,186,205) instead hex code.

Text Font Color

.myTextColor { color: #B4BACD; }

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

This text font color is #B4BACD.


Background Color

.myBgColor { background-color: #B4BACD; }

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

This div background color is #B4BACD.


Border color

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

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

This div border color is #B4BACD.


Opacity

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

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

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

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

This text has shadow with #B4BACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BACD on black background.


Color preview on white background

This text has color #B4BACD on white background.



Black color preview on #B4BACD background

This text has black color on #B4BACD background.


White color preview on #B4BACD background

This text has white color on #B4BACD background.