COLOR #B4B5CA

HEX: #B4B5CA
RGB: (180,181,202)

Color info

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

RGB color model

#B4B5CA color RGB value is (180,181,202).

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

RGB channels and saturation

R 180 of 255 = 71%
G 181 of 255 = 71%
B 202 of 255 = 79%

180
181
202

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

Portions of RGB colors in percentages

R + G + B =
180 + 181 + 202 = 563 (100%)
R 180 of 563 ~ 31.97%
G 181 of 563 ~ 32.15%
B 202 of 563 ~ 35.88%

%31.97
%32.15
%35.88

CMYK color model

#B4B5CA color CMYK value is (11,10,0,21).

  • cyan value is 10.89%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(11,10,0,21)
C11M10Y0K21 
(11%,10%,0%,21%)
(0.11/0.10/0.00/0.21)	

CMYK percentages

%10.89
%10.4
%0
%20.78

Codes

Color #B4B5CA in popluar color models

B4B5CA
RGB180181202
HSL237°17.19%74.90%
HSB/HSV237°10.89%79.22%
CMYK10.89%10.40%0.00%
20.78%

Color #B4B5CA in popluar number systems.

HEXB4B5CA
Decimal180181202
Binary101101001011010111001010
Octal264265312

Shades and tints

Shades of #B4B5CA

#B4B5CA
(180,181,202)
#A4A5B8
(164,165,184)
#9495A6
(148,149,166)
#848594
(132,133,148)
#747582
(116,117,130)
#646570
(100,101,112)
#54555E
(84,85,94)
#44454C
(68,69,76)
#34353A
(52,53,58)
#242528
(36,37,40)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #B4B5CA

#B4B5CA
(180,181,202)
#BABBCE
(186,187,206)
#C0C1D2
(192,193,210)
#C6C7D6
(198,199,214)
#CCCDDA
(204,205,218)
#D2D3DE
(210,211,222)
#D8D9E2
(216,217,226)
#DEDFE6
(222,223,230)
#E4E5EA
(228,229,234)
#EAEBEE
(234,235,238)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B5CA; }

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

This text font color is #B4B5CA.


Background Color

.myBgColor { background-color: #B4B5CA; }

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

This div background color is #B4B5CA.


Border color

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

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

This div border color is #B4B5CA.


Opacity

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

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

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

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

This text has shadow with #B4B5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B5CA on black background.


Color preview on white background

This text has color #B4B5CA on white background.



Black color preview on #B4B5CA background

This text has black color on #B4B5CA background.


White color preview on #B4B5CA background

This text has white color on #B4B5CA background.