COLOR #B8C9F6

HEX: #B8C9F6
RGB: (184,201,246)

Color info

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

RGB color model

#B8C9F6 color RGB value is (184,201,246).

  • red value is 184;
  • green value is 201;
  • blue value is 246.
RGB:
(184,201,246)
(72%,79%,96%)

RGB channels and saturation

R 184 of 255 = 72%
G 201 of 255 = 79%
B 246 of 255 = 96%

184
201
246

R + G + B ~ 82%. #B8C9F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 201 + 246 = 631 (100%)
R 184 of 631 ~ 29.16%
G 201 of 631 ~ 31.85%
B 246 of 631 ~ 38.99%

%29.16
%31.85
%38.99

CMYK color model

#B8C9F6 color CMYK value is (25,18,0,4).

  • cyan value is 25.20%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(25,18,0,4)
C25M18Y0K4 
(25%,18%,0%,4%)
(0.25/0.18/0.00/0.04)	

CMYK percentages

%25.2
%18.29
%0
%3.53

Codes

Color #B8C9F6 in popluar color models

B8C9F6
RGB184201246
HSL224°77.50%84.31%
HSB/HSV224°25.20%96.47%
CMYK25.20%18.29%0.00%
3.53%

Color #B8C9F6 in popluar number systems.

HEXB8C9F6
Decimal184201246
Binary101110001100100111110110
Octal270311366

Shades and tints

Shades of #B8C9F6

#B8C9F6
(184,201,246)
#A8B7E0
(168,183,224)
#98A5CA
(152,165,202)
#8893B4
(136,147,180)
#78819E
(120,129,158)
#686F88
(104,111,136)
#585D72
(88,93,114)
#484B5C
(72,75,92)
#383946
(56,57,70)
#282730
(40,39,48)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #B8C9F6

#B8C9F6
(184,201,246)
#BECDF6
(190,205,246)
#C4D1F6
(196,209,246)
#CAD5F6
(202,213,246)
#D0D9F6
(208,217,246)
#D6DDF6
(214,221,246)
#DCE1F6
(220,225,246)
#E2E5F6
(226,229,246)
#E8E9F6
(232,233,246)
#EEEDF6
(238,237,246)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C9F6 color. Also use rgb(184,201,246) instead hex code.

Text Font Color

.myTextColor { color: #B8C9F6; }

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

This text font color is #B8C9F6.


Background Color

.myBgColor { background-color: #B8C9F6; }

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

This div background color is #B8C9F6.


Border color

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

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

This div border color is #B8C9F6.


Opacity

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

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

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

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

This text has shadow with #B8C9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C9F6 on black background.


Color preview on white background

This text has color #B8C9F6 on white background.



Black color preview on #B8C9F6 background

This text has black color on #B8C9F6 background.


White color preview on #B8C9F6 background

This text has white color on #B8C9F6 background.