COLOR #B8D6EF

HEX: #B8D6EF
RGB: (184,214,239)

Color info

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

RGB color model

#B8D6EF color RGB value is (184,214,239).

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

RGB channels and saturation

R 184 of 255 = 72%
G 214 of 255 = 84%
B 239 of 255 = 94%

184
214
239

R + G + B ~ 83%. #B8D6EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 214 + 239 = 637 (100%)
R 184 of 637 ~ 28.89%
G 214 of 637 ~ 33.59%
B 239 of 637 ~ 37.52%

%28.89
%33.59
%37.52

CMYK color model

#B8D6EF color CMYK value is (23,10,0,6).

  • cyan value is 23.01%
  • magenta value is 10.46%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(23,10,0,6)
C23M10Y0K6 
(23%,10%,0%,6%)
(0.23/0.10/0.00/0.06)	

CMYK percentages

%23.01
%10.46
%0
%6.27

Codes

Color #B8D6EF in popluar color models

B8D6EF
RGB184214239
HSL207°63.22%82.94%
HSB/HSV207°23.01%93.73%
CMYK23.01%10.46%0.00%
6.27%

Color #B8D6EF in popluar number systems.

HEXB8D6EF
Decimal184214239
Binary101110001101011011101111
Octal270326357

Shades and tints

Shades of #B8D6EF

#B8D6EF
(184,214,239)
#A8C3DA
(168,195,218)
#98B0C5
(152,176,197)
#889DB0
(136,157,176)
#788A9B
(120,138,155)
#687786
(104,119,134)
#586471
(88,100,113)
#48515C
(72,81,92)
#383E47
(56,62,71)
#282B32
(40,43,50)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #B8D6EF

#B8D6EF
(184,214,239)
#BED9F0
(190,217,240)
#C4DCF1
(196,220,241)
#CADFF2
(202,223,242)
#D0E2F3
(208,226,243)
#D6E5F4
(214,229,244)
#DCE8F5
(220,232,245)
#E2EBF6
(226,235,246)
#E8EEF7
(232,238,247)
#EEF1F8
(238,241,248)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D6EF; }

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

This text font color is #B8D6EF.


Background Color

.myBgColor { background-color: #B8D6EF; }

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

This div background color is #B8D6EF.


Border color

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

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

This div border color is #B8D6EF.


Opacity

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

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

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

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

This text has shadow with #B8D6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D6EF on black background.


Color preview on white background

This text has color #B8D6EF on white background.



Black color preview on #B8D6EF background

This text has black color on #B8D6EF background.


White color preview on #B8D6EF background

This text has white color on #B8D6EF background.