COLOR #B8C7E6

HEX: #B8C7E6
RGB: (184,199,230)

Color info

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

RGB color model

#B8C7E6 color RGB value is (184,199,230).

  • red value is 184;
  • green value is 199;
  • blue value is 230.
RGB:
(184,199,230)
(72%,78%,90%)

RGB channels and saturation

R 184 of 255 = 72%
G 199 of 255 = 78%
B 230 of 255 = 90%

184
199
230

R + G + B ~ 80%. #B8C7E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 199 + 230 = 613 (100%)
R 184 of 613 ~ 30.02%
G 199 of 613 ~ 32.46%
B 230 of 613 ~ 37.52%

%30.02
%32.46
%37.52

CMYK color model

#B8C7E6 color CMYK value is (20,13,0,10).

  • cyan value is 20.00%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(20,13,0,10)
C20M13Y0K10 
(20%,13%,0%,10%)
(0.20/0.13/0.00/0.10)	

CMYK percentages

%20
%13.48
%0
%9.8

Codes

Color #B8C7E6 in popluar color models

B8C7E6
RGB184199230
HSL220°47.92%81.18%
HSB/HSV220°20.00%90.20%
CMYK20.00%13.48%0.00%
9.80%

Color #B8C7E6 in popluar number systems.

HEXB8C7E6
Decimal184199230
Binary101110001100011111100110
Octal270307346

Shades and tints

Shades of #B8C7E6

#B8C7E6
(184,199,230)
#A8B5D2
(168,181,210)
#98A3BE
(152,163,190)
#8891AA
(136,145,170)
#787F96
(120,127,150)
#686D82
(104,109,130)
#585B6E
(88,91,110)
#48495A
(72,73,90)
#383746
(56,55,70)
#282532
(40,37,50)
#18131E
(24,19,30)
#000000
(0,0,0)

Tints of #B8C7E6

#B8C7E6
(184,199,230)
#BECCE8
(190,204,232)
#C4D1EA
(196,209,234)
#CAD6EC
(202,214,236)
#D0DBEE
(208,219,238)
#D6E0F0
(214,224,240)
#DCE5F2
(220,229,242)
#E2EAF4
(226,234,244)
#E8EFF6
(232,239,246)
#EEF4F8
(238,244,248)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C7E6 color. Also use rgb(184,199,230) instead hex code.

Text Font Color

.myTextColor { color: #B8C7E6; }

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

This text font color is #B8C7E6.


Background Color

.myBgColor { background-color: #B8C7E6; }

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

This div background color is #B8C7E6.


Border color

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

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

This div border color is #B8C7E6.


Opacity

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

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

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

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

This text has shadow with #B8C7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C7E6 on black background.


Color preview on white background

This text has color #B8C7E6 on white background.



Black color preview on #B8C7E6 background

This text has black color on #B8C7E6 background.


White color preview on #B8C7E6 background

This text has white color on #B8C7E6 background.