COLOR #B8C6EA

HEX: #B8C6EA
RGB: (184,198,234)

Color info

#B8C6EA contains red, green and blue colors in about the same proportion. Web safe color of #B8C6EA is #CCCCFF (or #CCF).

RGB color model

#B8C6EA color RGB value is (184,198,234).

  • red value is 184;
  • green value is 198;
  • blue value is 234.
RGB:
(184,198,234)
(72%,78%,92%)

RGB channels and saturation

R 184 of 255 = 72%
G 198 of 255 = 78%
B 234 of 255 = 92%

184
198
234

R + G + B ~ 81%. #B8C6EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 198 + 234 = 616 (100%)
R 184 of 616 ~ 29.87%
G 198 of 616 ~ 32.14%
B 234 of 616 ~ 37.99%

%29.87
%32.14
%37.99

CMYK color model

#B8C6EA color CMYK value is (21,15,0,8).

  • cyan value is 21.37%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,15,0,8)
C21M15Y0K8 
(21%,15%,0%,8%)
(0.21/0.15/0.00/0.08)	

CMYK percentages

%21.37
%15.38
%0
%8.24

Codes

Color #B8C6EA in popluar color models

B8C6EA
RGB184198234
HSL223°54.35%81.96%
HSB/HSV223°21.37%91.76%
CMYK21.37%15.38%0.00%
8.24%

Color #B8C6EA in popluar number systems.

HEXB8C6EA
Decimal184198234
Binary101110001100011011101010
Octal270306352

Shades and tints

Shades of #B8C6EA

#B8C6EA
(184,198,234)
#A8B4D5
(168,180,213)
#98A2C0
(152,162,192)
#8890AB
(136,144,171)
#787E96
(120,126,150)
#686C81
(104,108,129)
#585A6C
(88,90,108)
#484857
(72,72,87)
#383642
(56,54,66)
#28242D
(40,36,45)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #B8C6EA

#B8C6EA
(184,198,234)
#BECBEB
(190,203,235)
#C4D0EC
(196,208,236)
#CAD5ED
(202,213,237)
#D0DAEE
(208,218,238)
#D6DFEF
(214,223,239)
#DCE4F0
(220,228,240)
#E2E9F1
(226,233,241)
#E8EEF2
(232,238,242)
#EEF3F3
(238,243,243)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C6EA color. Also use rgb(184,198,234) instead hex code.

Text Font Color

.myTextColor { color: #B8C6EA; }

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

This text font color is #B8C6EA.


Background Color

.myBgColor { background-color: #B8C6EA; }

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

This div background color is #B8C6EA.


Border color

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

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

This div border color is #B8C6EA.


Opacity

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

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

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

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

This text has shadow with #B8C6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C6EA on black background.


Color preview on white background

This text has color #B8C6EA on white background.



Black color preview on #B8C6EA background

This text has black color on #B8C6EA background.


White color preview on #B8C6EA background

This text has white color on #B8C6EA background.