COLOR #B8CCFB

HEX: #B8CCFB
RGB: (184,204,251)

Color info

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

RGB color model

#B8CCFB color RGB value is (184,204,251).

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

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 251 of 255 = 98%

184
204
251

R + G + B ~ 83%. #B8CCFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 204 + 251 = 639 (100%)
R 184 of 639 ~ 28.79%
G 204 of 639 ~ 31.92%
B 251 of 639 ~ 39.28%

%28.79
%31.92
%39.28

CMYK color model

#B8CCFB color CMYK value is (27,19,0,2).

  • cyan value is 26.69%
  • magenta value is 18.73%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(27,19,0,2)
C27M19Y0K2 
(27%,19%,0%,2%)
(0.27/0.19/0.00/0.02)	

CMYK percentages

%26.69
%18.73
%0
%1.57

Codes

Color #B8CCFB in popluar color models

B8CCFB
RGB184204251
HSL222°89.33%85.29%
HSB/HSV222°26.69%98.43%
CMYK26.69%18.73%0.00%
1.57%

Color #B8CCFB in popluar number systems.

HEXB8CCFB
Decimal184204251
Binary101110001100110011111011
Octal270314373

Shades and tints

Shades of #B8CCFB

#B8CCFB
(184,204,251)
#A8BAE5
(168,186,229)
#98A8CF
(152,168,207)
#8896B9
(136,150,185)
#7884A3
(120,132,163)
#68728D
(104,114,141)
#586077
(88,96,119)
#484E61
(72,78,97)
#383C4B
(56,60,75)
#282A35
(40,42,53)
#18181F
(24,24,31)
#000000
(0,0,0)

Tints of #B8CCFB

#B8CCFB
(184,204,251)
#BED0FB
(190,208,251)
#C4D4FB
(196,212,251)
#CAD8FB
(202,216,251)
#D0DCFB
(208,220,251)
#D6E0FB
(214,224,251)
#DCE4FB
(220,228,251)
#E2E8FB
(226,232,251)
#E8ECFB
(232,236,251)
#EEF0FB
(238,240,251)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CCFB; }

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

This text font color is #B8CCFB.


Background Color

.myBgColor { background-color: #B8CCFB; }

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

This div background color is #B8CCFB.


Border color

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

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

This div border color is #B8CCFB.


Opacity

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

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

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

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

This text has shadow with #B8CCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CCFB on black background.


Color preview on white background

This text has color #B8CCFB on white background.



Black color preview on #B8CCFB background

This text has black color on #B8CCFB background.


White color preview on #B8CCFB background

This text has white color on #B8CCFB background.