COLOR #B8DBFB

HEX: #B8DBFB
RGB: (184,219,251)

Color info

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

RGB color model

#B8DBFB color RGB value is (184,219,251).

  • red value is 184;
  • green value is 219;
  • blue value is 251.
RGB:
(184,219,251)
(72%,86%,98%)

RGB channels and saturation

R 184 of 255 = 72%
G 219 of 255 = 86%
B 251 of 255 = 98%

184
219
251

R + G + B ~ 85%. #B8DBFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 219 + 251 = 654 (100%)
R 184 of 654 ~ 28.13%
G 219 of 654 ~ 33.49%
B 251 of 654 ~ 38.38%

%28.13
%33.49
%38.38

CMYK color model

#B8DBFB color CMYK value is (27,13,0,2).

  • cyan value is 26.69%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(27,13,0,2)
C27M13Y0K2 
(27%,13%,0%,2%)
(0.27/0.13/0.00/0.02)	

CMYK percentages

%26.69
%12.75
%0
%1.57

Codes

Color #B8DBFB in popluar color models

B8DBFB
RGB184219251
HSL209°89.33%85.29%
HSB/HSV209°26.69%98.43%
CMYK26.69%12.75%0.00%
1.57%

Color #B8DBFB in popluar number systems.

HEXB8DBFB
Decimal184219251
Binary101110001101101111111011
Octal270333373

Shades and tints

Shades of #B8DBFB

#B8DBFB
(184,219,251)
#A8C8E5
(168,200,229)
#98B5CF
(152,181,207)
#88A2B9
(136,162,185)
#788FA3
(120,143,163)
#687C8D
(104,124,141)
#586977
(88,105,119)
#485661
(72,86,97)
#38434B
(56,67,75)
#283035
(40,48,53)
#181D1F
(24,29,31)
#000000
(0,0,0)

Tints of #B8DBFB

#B8DBFB
(184,219,251)
#BEDEFB
(190,222,251)
#C4E1FB
(196,225,251)
#CAE4FB
(202,228,251)
#D0E7FB
(208,231,251)
#D6EAFB
(214,234,251)
#DCEDFB
(220,237,251)
#E2F0FB
(226,240,251)
#E8F3FB
(232,243,251)
#EEF6FB
(238,246,251)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DBFB color. Also use rgb(184,219,251) instead hex code.

Text Font Color

.myTextColor { color: #B8DBFB; }

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

This text font color is #B8DBFB.


Background Color

.myBgColor { background-color: #B8DBFB; }

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

This div background color is #B8DBFB.


Border color

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

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

This div border color is #B8DBFB.


Opacity

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

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

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

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

This text has shadow with #B8DBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DBFB on black background.


Color preview on white background

This text has color #B8DBFB on white background.



Black color preview on #B8DBFB background

This text has black color on #B8DBFB background.


White color preview on #B8DBFB background

This text has white color on #B8DBFB background.