COLOR #B8D4FF

HEX: #B8D4FF
RGB: (184,212,255)

Color info

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

RGB color model

#B8D4FF color RGB value is (184,212,255).

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

RGB channels and saturation

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

184
212
255

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

Portions of RGB colors in percentages

R + G + B =
184 + 212 + 255 = 651 (100%)
R 184 of 651 ~ 28.26%
G 212 of 651 ~ 32.57%
B 255 of 651 ~ 39.17%

%28.26
%32.57
%39.17

CMYK color model

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

  • cyan value is 27.84%
  • magenta value is 16.86%
  • 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
%16.86
%0
%0

Codes

Color #B8D4FF in popluar color models

B8D4FF
RGB184212255
HSL216°100.00%86.08%
HSB/HSV216°27.84%100.00%
CMYK27.84%16.86%0.00%
0.00%

Color #B8D4FF in popluar number systems.

HEXB8D4FF
Decimal184212255
Binary101110001101010011111111
Octal270324377

Shades and tints

Shades of #B8D4FF

#B8D4FF
(184,212,255)
#A8C1E8
(168,193,232)
#98AED1
(152,174,209)
#889BBA
(136,155,186)
#7888A3
(120,136,163)
#68758C
(104,117,140)
#586275
(88,98,117)
#484F5E
(72,79,94)
#383C47
(56,60,71)
#282930
(40,41,48)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #B8D4FF

#B8D4FF
(184,212,255)
#BED7FF
(190,215,255)
#C4DAFF
(196,218,255)
#CADDFF
(202,221,255)
#D0E0FF
(208,224,255)
#D6E3FF
(214,227,255)
#DCE6FF
(220,230,255)
#E2E9FF
(226,233,255)
#E8ECFF
(232,236,255)
#EEEFFF
(238,239,255)
#F4F2FF
(244,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D4FF; }

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

This text font color is #B8D4FF.


Background Color

.myBgColor { background-color: #B8D4FF; }

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

This div background color is #B8D4FF.


Border color

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

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

This div border color is #B8D4FF.


Opacity

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

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

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

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

This text has shadow with #B8D4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D4FF on black background.


Color preview on white background

This text has color #B8D4FF on white background.



Black color preview on #B8D4FF background

This text has black color on #B8D4FF background.


White color preview on #B8D4FF background

This text has white color on #B8D4FF background.