COLOR #B8CCE7

HEX: #B8CCE7
RGB: (184,204,231)

Color info

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

RGB color model

#B8CCE7 color RGB value is (184,204,231).

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

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 231 of 255 = 91%

184
204
231

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

Portions of RGB colors in percentages

R + G + B =
184 + 204 + 231 = 619 (100%)
R 184 of 619 ~ 29.73%
G 204 of 619 ~ 32.96%
B 231 of 619 ~ 37.32%

%29.73
%32.96
%37.32

CMYK color model

#B8CCE7 color CMYK value is (20,12,0,9).

  • cyan value is 20.35%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(20,12,0,9)
C20M12Y0K9 
(20%,12%,0%,9%)
(0.20/0.12/0.00/0.09)	

CMYK percentages

%20.35
%11.69
%0
%9.41

Codes

Color #B8CCE7 in popluar color models

B8CCE7
RGB184204231
HSL214°49.47%81.37%
HSB/HSV214°20.35%90.59%
CMYK20.35%11.69%0.00%
9.41%

Color #B8CCE7 in popluar number systems.

HEXB8CCE7
Decimal184204231
Binary101110001100110011100111
Octal270314347

Shades and tints

Shades of #B8CCE7

#B8CCE7
(184,204,231)
#A8BAD2
(168,186,210)
#98A8BD
(152,168,189)
#8896A8
(136,150,168)
#788493
(120,132,147)
#68727E
(104,114,126)
#586069
(88,96,105)
#484E54
(72,78,84)
#383C3F
(56,60,63)
#282A2A
(40,42,42)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #B8CCE7

#B8CCE7
(184,204,231)
#BED0E9
(190,208,233)
#C4D4EB
(196,212,235)
#CAD8ED
(202,216,237)
#D0DCEF
(208,220,239)
#D6E0F1
(214,224,241)
#DCE4F3
(220,228,243)
#E2E8F5
(226,232,245)
#E8ECF7
(232,236,247)
#EEF0F9
(238,240,249)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CCE7; }

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

This text font color is #B8CCE7.


Background Color

.myBgColor { background-color: #B8CCE7; }

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

This div background color is #B8CCE7.


Border color

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

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

This div border color is #B8CCE7.


Opacity

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

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

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

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

This text has shadow with #B8CCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CCE7 on black background.


Color preview on white background

This text has color #B8CCE7 on white background.



Black color preview on #B8CCE7 background

This text has black color on #B8CCE7 background.


White color preview on #B8CCE7 background

This text has white color on #B8CCE7 background.