COLOR #B8DFEF

HEX: #B8DFEF
RGB: (184,223,239)

Color info

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

RGB color model

#B8DFEF color RGB value is (184,223,239).

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

RGB channels and saturation

R 184 of 255 = 72%
G 223 of 255 = 87%
B 239 of 255 = 94%

184
223
239

R + G + B ~ 84%. #B8DFEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 223 + 239 = 646 (100%)
R 184 of 646 ~ 28.48%
G 223 of 646 ~ 34.52%
B 239 of 646 ~ 37%

%28.48
%34.52
%37

CMYK color model

#B8DFEF color CMYK value is (23,7,0,6).

  • cyan value is 23.01%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(23,7,0,6)
C23M7Y0K6 
(23%,7%,0%,6%)
(0.23/0.07/0.00/0.06)	

CMYK percentages

%23.01
%6.69
%0
%6.27

Codes

Color #B8DFEF in popluar color models

B8DFEF
RGB184223239
HSL197°63.22%82.94%
HSB/HSV197°23.01%93.73%
CMYK23.01%6.69%0.00%
6.27%

Color #B8DFEF in popluar number systems.

HEXB8DFEF
Decimal184223239
Binary101110001101111111101111
Octal270337357

Shades and tints

Shades of #B8DFEF

#B8DFEF
(184,223,239)
#A8CBDA
(168,203,218)
#98B7C5
(152,183,197)
#88A3B0
(136,163,176)
#788F9B
(120,143,155)
#687B86
(104,123,134)
#586771
(88,103,113)
#48535C
(72,83,92)
#383F47
(56,63,71)
#282B32
(40,43,50)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #B8DFEF

#B8DFEF
(184,223,239)
#BEE1F0
(190,225,240)
#C4E3F1
(196,227,241)
#CAE5F2
(202,229,242)
#D0E7F3
(208,231,243)
#D6E9F4
(214,233,244)
#DCEBF5
(220,235,245)
#E2EDF6
(226,237,246)
#E8EFF7
(232,239,247)
#EEF1F8
(238,241,248)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DFEF; }

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

This text font color is #B8DFEF.


Background Color

.myBgColor { background-color: #B8DFEF; }

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

This div background color is #B8DFEF.


Border color

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

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

This div border color is #B8DFEF.


Opacity

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

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

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

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

This text has shadow with #B8DFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DFEF on black background.


Color preview on white background

This text has color #B8DFEF on white background.



Black color preview on #B8DFEF background

This text has black color on #B8DFEF background.


White color preview on #B8DFEF background

This text has white color on #B8DFEF background.