COLOR #B4CAD3

HEX: #B4CAD3
RGB: (180,202,211)

Color info

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

RGB color model

#B4CAD3 color RGB value is (180,202,211).

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

RGB channels and saturation

R 180 of 255 = 71%
G 202 of 255 = 79%
B 211 of 255 = 83%

180
202
211

R + G + B ~ 78%. #B4CAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 202 + 211 = 593 (100%)
R 180 of 593 ~ 30.35%
G 202 of 593 ~ 34.06%
B 211 of 593 ~ 35.58%

%30.35
%34.06
%35.58

CMYK color model

#B4CAD3 color CMYK value is (15,4,0,17).

  • cyan value is 14.69%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(15,4,0,17)
C15M4Y0K17 
(15%,4%,0%,17%)
(0.15/0.04/0.00/0.17)	

CMYK percentages

%14.69
%4.27
%0
%17.25

Codes

Color #B4CAD3 in popluar color models

B4CAD3
RGB180202211
HSL197°26.05%76.67%
HSB/HSV197°14.69%82.75%
CMYK14.69%4.27%0.00%
17.25%

Color #B4CAD3 in popluar number systems.

HEXB4CAD3
Decimal180202211
Binary101101001100101011010011
Octal264312323

Shades and tints

Shades of #B4CAD3

#B4CAD3
(180,202,211)
#A4B8C0
(164,184,192)
#94A6AD
(148,166,173)
#84949A
(132,148,154)
#748287
(116,130,135)
#647074
(100,112,116)
#545E61
(84,94,97)
#444C4E
(68,76,78)
#343A3B
(52,58,59)
#242828
(36,40,40)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #B4CAD3

#B4CAD3
(180,202,211)
#BACED7
(186,206,215)
#C0D2DB
(192,210,219)
#C6D6DF
(198,214,223)
#CCDAE3
(204,218,227)
#D2DEE7
(210,222,231)
#D8E2EB
(216,226,235)
#DEE6EF
(222,230,239)
#E4EAF3
(228,234,243)
#EAEEF7
(234,238,247)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CAD3; }

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

This text font color is #B4CAD3.


Background Color

.myBgColor { background-color: #B4CAD3; }

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

This div background color is #B4CAD3.


Border color

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

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

This div border color is #B4CAD3.


Opacity

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

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

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

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

This text has shadow with #B4CAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CAD3 on black background.


Color preview on white background

This text has color #B4CAD3 on white background.



Black color preview on #B4CAD3 background

This text has black color on #B4CAD3 background.


White color preview on #B4CAD3 background

This text has white color on #B4CAD3 background.