COLOR #B8C7EB

HEX: #B8C7EB
RGB: (184,199,235)

Color info

#B8C7EB contains red, green and blue colors in about the same proportion. Web safe color of #B8C7EB is #CCCCFF (or #CCF).

RGB color model

#B8C7EB color RGB value is (184,199,235).

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

RGB channels and saturation

R 184 of 255 = 72%
G 199 of 255 = 78%
B 235 of 255 = 92%

184
199
235

R + G + B ~ 81%. #B8C7EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 199 + 235 = 618 (100%)
R 184 of 618 ~ 29.77%
G 199 of 618 ~ 32.2%
B 235 of 618 ~ 38.03%

%29.77
%32.2
%38.03

CMYK color model

#B8C7EB color CMYK value is (22,15,0,8).

  • cyan value is 21.70%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(22,15,0,8)
C22M15Y0K8 
(22%,15%,0%,8%)
(0.22/0.15/0.00/0.08)	

CMYK percentages

%21.7
%15.32
%0
%7.84

Codes

Color #B8C7EB in popluar color models

B8C7EB
RGB184199235
HSL222°56.04%82.16%
HSB/HSV222°21.70%92.16%
CMYK21.70%15.32%0.00%
7.84%

Color #B8C7EB in popluar number systems.

HEXB8C7EB
Decimal184199235
Binary101110001100011111101011
Octal270307353

Shades and tints

Shades of #B8C7EB

#B8C7EB
(184,199,235)
#A8B5D6
(168,181,214)
#98A3C1
(152,163,193)
#8891AC
(136,145,172)
#787F97
(120,127,151)
#686D82
(104,109,130)
#585B6D
(88,91,109)
#484958
(72,73,88)
#383743
(56,55,67)
#28252E
(40,37,46)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #B8C7EB

#B8C7EB
(184,199,235)
#BECCEC
(190,204,236)
#C4D1ED
(196,209,237)
#CAD6EE
(202,214,238)
#D0DBEF
(208,219,239)
#D6E0F0
(214,224,240)
#DCE5F1
(220,229,241)
#E2EAF2
(226,234,242)
#E8EFF3
(232,239,243)
#EEF4F4
(238,244,244)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C7EB; }

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

This text font color is #B8C7EB.


Background Color

.myBgColor { background-color: #B8C7EB; }

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

This div background color is #B8C7EB.


Border color

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

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

This div border color is #B8C7EB.


Opacity

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

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

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

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

This text has shadow with #B8C7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C7EB on black background.


Color preview on white background

This text has color #B8C7EB on white background.



Black color preview on #B8C7EB background

This text has black color on #B8C7EB background.


White color preview on #B8C7EB background

This text has white color on #B8C7EB background.