COLOR #B4B6CA

HEX: #B4B6CA RGB: (180,182,202)

Color info

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

RGB color model

#B4B6CA color RGB value is (180,182,202).

RGB: (180,182,202) (71%, 71%, 79%)

RGB channels and saturation

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

180
182
202

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

Portions of RGB colors in percentages

R + G + B = 180 + 182 + 202 = 564 (100%)
R 180 of 564 ~ 31.91%
G 182 of 564 ~ 32.27%
B 202 of 564 ~ 35.82'%

%31.91
%32.27
%35.82

CMYK color model

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

  • cyan value is 10.89%
  • magenta value is 9.90%
  • 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
%9.9
%0
%20.78

Codes

Color #B4B6CA in popluar color models

B4 B6 CA
RGB 180 182 202
HSL 235° 17.19% 74.90%
HSB/HSV 235° 10.89% 79.22%
CMYK 10.89% 9.90% 0.00%
20.78%

Color #B4B6CA in popluar number systems.

HEX B4 B6 CA
Decimal 180 182 202
Binary 10110100 10110110 11001010
Octal 264 266 312

Shades and tints

Shades of #B4B6CA

#B4B6CA
(180,182,202)
#A4A6B8
(164,166,184)
#9496A6
(148,150,166)
#848694
(132,134,148)
#747682
(116,118,130)
#646670
(100,102,112)
#54565E
(84,86,94)
#44464C
(68,70,76)
#34363A
(52,54,58)
#242628
(36,38,40)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #B4B6CA

#B4B6CA
(180,182,202)
#BABCCE
(186,188,206)
#C0C2D2
(192,194,210)
#C6C8D6
(198,200,214)
#CCCEDA
(204,206,218)
#D2D4DE
(210,212,222)
#D8DAE2
(216,218,226)
#DEE0E6
(222,224,230)
#E4E6EA
(228,230,234)
#EAECEE
(234,236,238)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B6CA; }

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

This text font color is #B4B6CA.

Background Color

.myBgColor { background-color: #B4B6CA; }

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

This div background color is #B4B6CA.

Border color

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

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

This div border color is #B4B6CA.

Opacity

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

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

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

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

This text has shadow with #B4B6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B6CA.

Preview

Color preview on black background

This text has color #B4B6CA on black background.


Color preview on white background

This text has color #B4B6CA on white background.


Black color preview on #B4B6CA background

This text has black color on #B4B6CA background.


White color preview on #B4B6CA background

This text has white color on #B4B6CA background.


Related colors

Complementary color

Complementary color for #hex is #4B4935.


I love getcolorcode.com

Triadic colors

1 #CAB4B6 and #B6CAB4 with #B4B6CA are triadic colors.

2 #CAB6B4 and #B6B4CA with #B4B6CA are triadic colors.