COLOR #B4C3D7

HEX: #B4C3D7
RGB: (180,195,215)

Color info

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

RGB color model

#B4C3D7 color RGB value is (180,195,215).

  • red value is 180;
  • green value is 195;
  • blue value is 215.
RGB:
(180,195,215)
(71%,76%,84%)

RGB channels and saturation

R 180 of 255 = 71%
G 195 of 255 = 76%
B 215 of 255 = 84%

180
195
215

R + G + B ~ 77%. #B4C3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 195 + 215 = 590 (100%)
R 180 of 590 ~ 30.51%
G 195 of 590 ~ 33.05%
B 215 of 590 ~ 36.44%

%30.51
%33.05
%36.44

CMYK color model

#B4C3D7 color CMYK value is (16,9,0,16).

  • cyan value is 16.28%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(16,9,0,16)
C16M9Y0K16 
(16%,9%,0%,16%)
(0.16/0.09/0.00/0.16)	

CMYK percentages

%16.28
%9.3
%0
%15.69

Codes

Color #B4C3D7 in popluar color models

B4C3D7
RGB180195215
HSL214°30.43%77.45%
HSB/HSV214°16.28%84.31%
CMYK16.28%9.30%0.00%
15.69%

Color #B4C3D7 in popluar number systems.

HEXB4C3D7
Decimal180195215
Binary101101001100001111010111
Octal264303327

Shades and tints

Shades of #B4C3D7

#B4C3D7
(180,195,215)
#A4B2C4
(164,178,196)
#94A1B1
(148,161,177)
#84909E
(132,144,158)
#747F8B
(116,127,139)
#646E78
(100,110,120)
#545D65
(84,93,101)
#444C52
(68,76,82)
#343B3F
(52,59,63)
#242A2C
(36,42,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #B4C3D7

#B4C3D7
(180,195,215)
#BAC8DA
(186,200,218)
#C0CDDD
(192,205,221)
#C6D2E0
(198,210,224)
#CCD7E3
(204,215,227)
#D2DCE6
(210,220,230)
#D8E1E9
(216,225,233)
#DEE6EC
(222,230,236)
#E4EBEF
(228,235,239)
#EAF0F2
(234,240,242)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C3D7 color. Also use rgb(180,195,215) instead hex code.

Text Font Color

.myTextColor { color: #B4C3D7; }

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

This text font color is #B4C3D7.


Background Color

.myBgColor { background-color: #B4C3D7; }

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

This div background color is #B4C3D7.


Border color

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

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

This div border color is #B4C3D7.


Opacity

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

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

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

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

This text has shadow with #B4C3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C3D7 on black background.


Color preview on white background

This text has color #B4C3D7 on white background.



Black color preview on #B4C3D7 background

This text has black color on #B4C3D7 background.


White color preview on #B4C3D7 background

This text has white color on #B4C3D7 background.