COLOR #B8C4D7

HEX: #B8C4D7
RGB: (184,196,215)

Color info

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

RGB color model

#B8C4D7 color RGB value is (184,196,215).

  • red value is 184;
  • green value is 196;
  • blue value is 215.
RGB:
(184,196,215)
(72%,77%,84%)

RGB channels and saturation

R 184 of 255 = 72%
G 196 of 255 = 77%
B 215 of 255 = 84%

184
196
215

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

Portions of RGB colors in percentages

R + G + B =
184 + 196 + 215 = 595 (100%)
R 184 of 595 ~ 30.92%
G 196 of 595 ~ 32.94%
B 215 of 595 ~ 36.13%

%30.92
%32.94
%36.13

CMYK color model

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

  • cyan value is 14.42%
  • magenta value is 8.84%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(14,9,0,16)
C14M9Y0K16 
(14%,9%,0%,16%)
(0.14/0.09/0.00/0.16)	

CMYK percentages

%14.42
%8.84
%0
%15.69

Codes

Color #B8C4D7 in popluar color models

B8C4D7
RGB184196215
HSL217°27.93%78.24%
HSB/HSV217°14.42%84.31%
CMYK14.42%8.84%0.00%
15.69%

Color #B8C4D7 in popluar number systems.

HEXB8C4D7
Decimal184196215
Binary101110001100010011010111
Octal270304327

Shades and tints

Shades of #B8C4D7

#B8C4D7
(184,196,215)
#A8B3C4
(168,179,196)
#98A2B1
(152,162,177)
#88919E
(136,145,158)
#78808B
(120,128,139)
#686F78
(104,111,120)
#585E65
(88,94,101)
#484D52
(72,77,82)
#383C3F
(56,60,63)
#282B2C
(40,43,44)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #B8C4D7

#B8C4D7
(184,196,215)
#BEC9DA
(190,201,218)
#C4CEDD
(196,206,221)
#CAD3E0
(202,211,224)
#D0D8E3
(208,216,227)
#D6DDE6
(214,221,230)
#DCE2E9
(220,226,233)
#E2E7EC
(226,231,236)
#E8ECEF
(232,236,239)
#EEF1F2
(238,241,242)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C4D7 color. Also use rgb(184,196,215) instead hex code.

Text Font Color

.myTextColor { color: #B8C4D7; }

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

This text font color is #B8C4D7.


Background Color

.myBgColor { background-color: #B8C4D7; }

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

This div background color is #B8C4D7.


Border color

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

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

This div border color is #B8C4D7.


Opacity

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

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

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

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

This text has shadow with #B8C4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C4D7 on black background.


Color preview on white background

This text has color #B8C4D7 on white background.



Black color preview on #B8C4D7 background

This text has black color on #B8C4D7 background.


White color preview on #B8C4D7 background

This text has white color on #B8C4D7 background.