COLOR #B4B2CD

HEX: #B4B2CD
RGB: (180,178,205)

Color info

#B4B2CD contains red, green and blue colors in about the same proportion. Web safe color of #B4B2CD is #CC99CC (or #C9C).

RGB color model

#B4B2CD color RGB value is (180,178,205).

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

RGB channels and saturation

R 180 of 255 = 71%
G 178 of 255 = 70%
B 205 of 255 = 80%

180
178
205

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

Portions of RGB colors in percentages

R + G + B =
180 + 178 + 205 = 563 (100%)
R 180 of 563 ~ 31.97%
G 178 of 563 ~ 31.62%
B 205 of 563 ~ 36.41%

%31.97
%31.62
%36.41

CMYK color model

#B4B2CD color CMYK value is (12,13,0,20).

  • cyan value is 12.20%
  • magenta value is 13.17%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,13,0,20)
C12M13Y0K20 
(12%,13%,0%,20%)
(0.12/0.13/0.00/0.20)	

CMYK percentages

%12.2
%13.17
%0
%19.61

Codes

Color #B4B2CD in popluar color models

B4B2CD
RGB180178205
HSL244°21.26%75.10%
HSB/HSV244°13.17%80.39%
CMYK12.20%13.17%0.00%
19.61%

Color #B4B2CD in popluar number systems.

HEXB4B2CD
Decimal180178205
Binary101101001011001011001101
Octal264262315

Shades and tints

Shades of #B4B2CD

#B4B2CD
(180,178,205)
#A4A2BB
(164,162,187)
#9492A9
(148,146,169)
#848297
(132,130,151)
#747285
(116,114,133)
#646273
(100,98,115)
#545261
(84,82,97)
#44424F
(68,66,79)
#34323D
(52,50,61)
#24222B
(36,34,43)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #B4B2CD

#B4B2CD
(180,178,205)
#BAB9D1
(186,185,209)
#C0C0D5
(192,192,213)
#C6C7D9
(198,199,217)
#CCCEDD
(204,206,221)
#D2D5E1
(210,213,225)
#D8DCE5
(216,220,229)
#DEE3E9
(222,227,233)
#E4EAED
(228,234,237)
#EAF1F1
(234,241,241)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B2CD; }

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

This text font color is #B4B2CD.


Background Color

.myBgColor { background-color: #B4B2CD; }

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

This div background color is #B4B2CD.


Border color

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

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

This div border color is #B4B2CD.


Opacity

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

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

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

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

This text has shadow with #B4B2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B2CD on black background.


Color preview on white background

This text has color #B4B2CD on white background.



Black color preview on #B4B2CD background

This text has black color on #B4B2CD background.


White color preview on #B4B2CD background

This text has white color on #B4B2CD background.