COLOR #B8D4FA

HEX: #B8D4FA
RGB: (184,212,250)

Color info

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

RGB color model

#B8D4FA color RGB value is (184,212,250).

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

RGB channels and saturation

R 184 of 255 = 72%
G 212 of 255 = 83%
B 250 of 255 = 98%

184
212
250

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

Portions of RGB colors in percentages

R + G + B =
184 + 212 + 250 = 646 (100%)
R 184 of 646 ~ 28.48%
G 212 of 646 ~ 32.82%
B 250 of 646 ~ 38.7%

%28.48
%32.82
%38.7

CMYK color model

#B8D4FA color CMYK value is (26,15,0,2).

  • cyan value is 26.40%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(26,15,0,2)
C26M15Y0K2 
(26%,15%,0%,2%)
(0.26/0.15/0.00/0.02)	

CMYK percentages

%26.4
%15.2
%0
%1.96

Codes

Color #B8D4FA in popluar color models

B8D4FA
RGB184212250
HSL215°86.84%85.10%
HSB/HSV215°26.40%98.04%
CMYK26.40%15.20%0.00%
1.96%

Color #B8D4FA in popluar number systems.

HEXB8D4FA
Decimal184212250
Binary101110001101010011111010
Octal270324372

Shades and tints

Shades of #B8D4FA

#B8D4FA
(184,212,250)
#A8C1E4
(168,193,228)
#98AECE
(152,174,206)
#889BB8
(136,155,184)
#7888A2
(120,136,162)
#68758C
(104,117,140)
#586276
(88,98,118)
#484F60
(72,79,96)
#383C4A
(56,60,74)
#282934
(40,41,52)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #B8D4FA

#B8D4FA
(184,212,250)
#BED7FA
(190,215,250)
#C4DAFA
(196,218,250)
#CADDFA
(202,221,250)
#D0E0FA
(208,224,250)
#D6E3FA
(214,227,250)
#DCE6FA
(220,230,250)
#E2E9FA
(226,233,250)
#E8ECFA
(232,236,250)
#EEEFFA
(238,239,250)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D4FA; }

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

This text font color is #B8D4FA.


Background Color

.myBgColor { background-color: #B8D4FA; }

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

This div background color is #B8D4FA.


Border color

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

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

This div border color is #B8D4FA.


Opacity

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

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

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

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

This text has shadow with #B8D4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D4FA on black background.


Color preview on white background

This text has color #B8D4FA on white background.



Black color preview on #B8D4FA background

This text has black color on #B8D4FA background.


White color preview on #B8D4FA background

This text has white color on #B8D4FA background.