COLOR #B8D0F9

HEX: #B8D0F9
RGB: (184,208,249)

Color info

#B8D0F9 contains mainly green and blue colors. Web safe color of #B8D0F9 is #CCCCFF (or #CCF).

RGB color model

#B8D0F9 color RGB value is (184,208,249).

  • red value is 184;
  • green value is 208;
  • blue value is 249.
RGB:
(184,208,249)
(72%,82%,98%)

RGB channels and saturation

R 184 of 255 = 72%
G 208 of 255 = 82%
B 249 of 255 = 98%

184
208
249

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

Portions of RGB colors in percentages

R + G + B =
184 + 208 + 249 = 641 (100%)
R 184 of 641 ~ 28.71%
G 208 of 641 ~ 32.45%
B 249 of 641 ~ 38.85%

%28.71
%32.45
%38.85

CMYK color model

#B8D0F9 color CMYK value is (26,16,0,2).

  • cyan value is 26.10%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(26,16,0,2)
C26M16Y0K2 
(26%,16%,0%,2%)
(0.26/0.16/0.00/0.02)	

CMYK percentages

%26.1
%16.47
%0
%2.35

Codes

Color #B8D0F9 in popluar color models

B8D0F9
RGB184208249
HSL218°84.42%84.90%
HSB/HSV218°26.10%97.65%
CMYK26.10%16.47%0.00%
2.35%

Color #B8D0F9 in popluar number systems.

HEXB8D0F9
Decimal184208249
Binary101110001101000011111001
Octal270320371

Shades and tints

Shades of #B8D0F9

#B8D0F9
(184,208,249)
#A8BEE3
(168,190,227)
#98ACCD
(152,172,205)
#889AB7
(136,154,183)
#7888A1
(120,136,161)
#68768B
(104,118,139)
#586475
(88,100,117)
#48525F
(72,82,95)
#384049
(56,64,73)
#282E33
(40,46,51)
#181C1D
(24,28,29)
#000000
(0,0,0)

Tints of #B8D0F9

#B8D0F9
(184,208,249)
#BED4F9
(190,212,249)
#C4D8F9
(196,216,249)
#CADCF9
(202,220,249)
#D0E0F9
(208,224,249)
#D6E4F9
(214,228,249)
#DCE8F9
(220,232,249)
#E2ECF9
(226,236,249)
#E8F0F9
(232,240,249)
#EEF4F9
(238,244,249)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D0F9 color. Also use rgb(184,208,249) instead hex code.

Text Font Color

.myTextColor { color: #B8D0F9; }

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

This text font color is #B8D0F9.


Background Color

.myBgColor { background-color: #B8D0F9; }

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

This div background color is #B8D0F9.


Border color

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

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

This div border color is #B8D0F9.


Opacity

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

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

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

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

This text has shadow with #B8D0F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D0F9 on black background.


Color preview on white background

This text has color #B8D0F9 on white background.



Black color preview on #B8D0F9 background

This text has black color on #B8D0F9 background.


White color preview on #B8D0F9 background

This text has white color on #B8D0F9 background.