COLOR #B4B7CA

HEX: #B4B7CA
RGB: (180,183,202)

Color info

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

RGB color model

#B4B7CA color RGB value is (180,183,202).

  • red value is 180;
  • green value is 183;
  • blue value is 202.
RGB:
(180,183,202)
(71%,72%,79%)

RGB channels and saturation

R 180 of 255 = 71%
G 183 of 255 = 72%
B 202 of 255 = 79%

180
183
202

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

Portions of RGB colors in percentages

R + G + B =
180 + 183 + 202 = 565 (100%)
R 180 of 565 ~ 31.86%
G 183 of 565 ~ 32.39%
B 202 of 565 ~ 35.75%

%31.86
%32.39
%35.75

CMYK color model

#B4B7CA color CMYK value is (11,9,0,21).

  • cyan value is 10.89%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(11,9,0,21)
C11M9Y0K21 
(11%,9%,0%,21%)
(0.11/0.09/0.00/0.21)	

CMYK percentages

%10.89
%9.41
%0
%20.78

Codes

Color #B4B7CA in popluar color models

B4B7CA
RGB180183202
HSL232°17.19%74.90%
HSB/HSV232°10.89%79.22%
CMYK10.89%9.41%0.00%
20.78%

Color #B4B7CA in popluar number systems.

HEXB4B7CA
Decimal180183202
Binary101101001011011111001010
Octal264267312

Shades and tints

Shades of #B4B7CA

#B4B7CA
(180,183,202)
#A4A7B8
(164,167,184)
#9497A6
(148,151,166)
#848794
(132,135,148)
#747782
(116,119,130)
#646770
(100,103,112)
#54575E
(84,87,94)
#44474C
(68,71,76)
#34373A
(52,55,58)
#242728
(36,39,40)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B4B7CA

#B4B7CA
(180,183,202)
#BABDCE
(186,189,206)
#C0C3D2
(192,195,210)
#C6C9D6
(198,201,214)
#CCCFDA
(204,207,218)
#D2D5DE
(210,213,222)
#D8DBE2
(216,219,226)
#DEE1E6
(222,225,230)
#E4E7EA
(228,231,234)
#EAEDEE
(234,237,238)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B7CA color. Also use rgb(180,183,202) instead hex code.

Text Font Color

.myTextColor { color: #B4B7CA; }

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

This text font color is #B4B7CA.


Background Color

.myBgColor { background-color: #B4B7CA; }

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

This div background color is #B4B7CA.


Border color

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

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

This div border color is #B4B7CA.


Opacity

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

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

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

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

This text has shadow with #B4B7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B7CA on black background.


Color preview on white background

This text has color #B4B7CA on white background.



Black color preview on #B4B7CA background

This text has black color on #B4B7CA background.


White color preview on #B4B7CA background

This text has white color on #B4B7CA background.