COLOR #B8C4EF

HEX: #B8C4EF
RGB: (184,196,239)

Color info

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

RGB color model

#B8C4EF color RGB value is (184,196,239).

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

RGB channels and saturation

R 184 of 255 = 72%
G 196 of 255 = 77%
B 239 of 255 = 94%

184
196
239

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

Portions of RGB colors in percentages

R + G + B =
184 + 196 + 239 = 619 (100%)
R 184 of 619 ~ 29.73%
G 196 of 619 ~ 31.66%
B 239 of 619 ~ 38.61%

%29.73
%31.66
%38.61

CMYK color model

#B8C4EF color CMYK value is (23,18,0,6).

  • cyan value is 23.01%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(23,18,0,6)
C23M18Y0K6 
(23%,18%,0%,6%)
(0.23/0.18/0.00/0.06)	

CMYK percentages

%23.01
%17.99
%0
%6.27

Codes

Color #B8C4EF in popluar color models

B8C4EF
RGB184196239
HSL227°63.22%82.94%
HSB/HSV227°23.01%93.73%
CMYK23.01%17.99%0.00%
6.27%

Color #B8C4EF in popluar number systems.

HEXB8C4EF
Decimal184196239
Binary101110001100010011101111
Octal270304357

Shades and tints

Shades of #B8C4EF

#B8C4EF
(184,196,239)
#A8B3DA
(168,179,218)
#98A2C5
(152,162,197)
#8891B0
(136,145,176)
#78809B
(120,128,155)
#686F86
(104,111,134)
#585E71
(88,94,113)
#484D5C
(72,77,92)
#383C47
(56,60,71)
#282B32
(40,43,50)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #B8C4EF

#B8C4EF
(184,196,239)
#BEC9F0
(190,201,240)
#C4CEF1
(196,206,241)
#CAD3F2
(202,211,242)
#D0D8F3
(208,216,243)
#D6DDF4
(214,221,244)
#DCE2F5
(220,226,245)
#E2E7F6
(226,231,246)
#E8ECF7
(232,236,247)
#EEF1F8
(238,241,248)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C4EF; }

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

This text font color is #B8C4EF.


Background Color

.myBgColor { background-color: #B8C4EF; }

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

This div background color is #B8C4EF.


Border color

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

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

This div border color is #B8C4EF.


Opacity

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

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

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

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

This text has shadow with #B8C4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C4EF on black background.


Color preview on white background

This text has color #B8C4EF on white background.



Black color preview on #B8C4EF background

This text has black color on #B8C4EF background.


White color preview on #B8C4EF background

This text has white color on #B8C4EF background.