COLOR #B8D3FF

HEX: #B8D3FF
RGB: (184,211,255)

Color info

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

RGB color model

#B8D3FF color RGB value is (184,211,255).

  • red value is 184;
  • green value is 211;
  • blue value is 255.
RGB:
(184,211,255)
(72%,83%,100%)

RGB channels and saturation

R 184 of 255 = 72%
G 211 of 255 = 83%
B 255 of 255 = 100%

184
211
255

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

Portions of RGB colors in percentages

R + G + B =
184 + 211 + 255 = 650 (100%)
R 184 of 650 ~ 28.31%
G 211 of 650 ~ 32.46%
B 255 of 650 ~ 39.23%

%28.31
%32.46
%39.23

CMYK color model

#B8D3FF color CMYK value is (28,17,0,0).

  • cyan value is 27.84%
  • magenta value is 17.25%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(28,17,0,0)
C28M17Y0K0 
(28%,17%,0%,0%)
(0.28/0.17/0.00/0.00)	

CMYK percentages

%27.84
%17.25
%0
%0

Codes

Color #B8D3FF in popluar color models

B8D3FF
RGB184211255
HSL217°100.00%86.08%
HSB/HSV217°27.84%100.00%
CMYK27.84%17.25%0.00%
0.00%

Color #B8D3FF in popluar number systems.

HEXB8D3FF
Decimal184211255
Binary101110001101001111111111
Octal270323377

Shades and tints

Shades of #B8D3FF

#B8D3FF
(184,211,255)
#A8C0E8
(168,192,232)
#98ADD1
(152,173,209)
#889ABA
(136,154,186)
#7887A3
(120,135,163)
#68748C
(104,116,140)
#586175
(88,97,117)
#484E5E
(72,78,94)
#383B47
(56,59,71)
#282830
(40,40,48)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #B8D3FF

#B8D3FF
(184,211,255)
#BED7FF
(190,215,255)
#C4DBFF
(196,219,255)
#CADFFF
(202,223,255)
#D0E3FF
(208,227,255)
#D6E7FF
(214,231,255)
#DCEBFF
(220,235,255)
#E2EFFF
(226,239,255)
#E8F3FF
(232,243,255)
#EEF7FF
(238,247,255)
#F4FBFF
(244,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D3FF color. Also use rgb(184,211,255) instead hex code.

Text Font Color

.myTextColor { color: #B8D3FF; }

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

This text font color is #B8D3FF.


Background Color

.myBgColor { background-color: #B8D3FF; }

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

This div background color is #B8D3FF.


Border color

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

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

This div border color is #B8D3FF.


Opacity

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

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

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

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

This text has shadow with #B8D3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D3FF on black background.


Color preview on white background

This text has color #B8D3FF on white background.



Black color preview on #B8D3FF background

This text has black color on #B8D3FF background.


White color preview on #B8D3FF background

This text has white color on #B8D3FF background.