COLOR #B8C9EA

HEX: #B8C9EA
RGB: (184,201,234)

Color info

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

RGB color model

#B8C9EA color RGB value is (184,201,234).

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

RGB channels and saturation

R 184 of 255 = 72%
G 201 of 255 = 79%
B 234 of 255 = 92%

184
201
234

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

Portions of RGB colors in percentages

R + G + B =
184 + 201 + 234 = 619 (100%)
R 184 of 619 ~ 29.73%
G 201 of 619 ~ 32.47%
B 234 of 619 ~ 37.8%

%29.73
%32.47
%37.8

CMYK color model

#B8C9EA color CMYK value is (21,14,0,8).

  • cyan value is 21.37%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,14,0,8)
C21M14Y0K8 
(21%,14%,0%,8%)
(0.21/0.14/0.00/0.08)	

CMYK percentages

%21.37
%14.1
%0
%8.24

Codes

Color #B8C9EA in popluar color models

B8C9EA
RGB184201234
HSL220°54.35%81.96%
HSB/HSV220°21.37%91.76%
CMYK21.37%14.10%0.00%
8.24%

Color #B8C9EA in popluar number systems.

HEXB8C9EA
Decimal184201234
Binary101110001100100111101010
Octal270311352

Shades and tints

Shades of #B8C9EA

#B8C9EA
(184,201,234)
#A8B7D5
(168,183,213)
#98A5C0
(152,165,192)
#8893AB
(136,147,171)
#788196
(120,129,150)
#686F81
(104,111,129)
#585D6C
(88,93,108)
#484B57
(72,75,87)
#383942
(56,57,66)
#28272D
(40,39,45)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #B8C9EA

#B8C9EA
(184,201,234)
#BECDEB
(190,205,235)
#C4D1EC
(196,209,236)
#CAD5ED
(202,213,237)
#D0D9EE
(208,217,238)
#D6DDEF
(214,221,239)
#DCE1F0
(220,225,240)
#E2E5F1
(226,229,241)
#E8E9F2
(232,233,242)
#EEEDF3
(238,237,243)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C9EA; }

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

This text font color is #B8C9EA.


Background Color

.myBgColor { background-color: #B8C9EA; }

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

This div background color is #B8C9EA.


Border color

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

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

This div border color is #B8C9EA.


Opacity

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

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

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

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

This text has shadow with #B8C9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C9EA on black background.


Color preview on white background

This text has color #B8C9EA on white background.



Black color preview on #B8C9EA background

This text has black color on #B8C9EA background.


White color preview on #B8C9EA background

This text has white color on #B8C9EA background.