COLOR #B8E9CE

HEX: #B8E9CE
RGB: (184,233,206)

Color info

#B8E9CE contains red, green and blue colors in about the same proportion. Web safe color of #B8E9CE is #CCFFCC (or #CFC).

RGB color model

#B8E9CE color RGB value is (184,233,206).

  • red value is 184;
  • green value is 233;
  • blue value is 206.
RGB:
(184,233,206)
(72%,91%,81%)

RGB channels and saturation

R 184 of 255 = 72%
G 233 of 255 = 91%
B 206 of 255 = 81%

184
233
206

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

Portions of RGB colors in percentages

R + G + B =
184 + 233 + 206 = 623 (100%)
R 184 of 623 ~ 29.53%
G 233 of 623 ~ 37.4%
B 206 of 623 ~ 33.07%

%29.53
%37.4
%33.07

CMYK color model

#B8E9CE color CMYK value is (21,0,12,9).

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 8.63%
CMYK:
(21,0,12,9)
C21M0Y12K9 
(21%,0%,12%,9%)
(0.21/0.00/0.12/0.09)	

CMYK percentages

%21.03
%0
%11.59
%8.63

Codes

Color #B8E9CE in popluar color models

B8E9CE
RGB184233206
HSL147°52.69%81.76%
HSB/HSV147°21.03%91.37%
CMYK21.03%0.00%11.59%
8.63%

Color #B8E9CE in popluar number systems.

HEXB8E9CE
Decimal184233206
Binary101110001110100111001110
Octal270351316

Shades and tints

Shades of #B8E9CE

#B8E9CE
(184,233,206)
#A8D4BC
(168,212,188)
#98BFAA
(152,191,170)
#88AA98
(136,170,152)
#789586
(120,149,134)
#688074
(104,128,116)
#586B62
(88,107,98)
#485650
(72,86,80)
#38413E
(56,65,62)
#282C2C
(40,44,44)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #B8E9CE

#B8E9CE
(184,233,206)
#BEEBD2
(190,235,210)
#C4EDD6
(196,237,214)
#CAEFDA
(202,239,218)
#D0F1DE
(208,241,222)
#D6F3E2
(214,243,226)
#DCF5E6
(220,245,230)
#E2F7EA
(226,247,234)
#E8F9EE
(232,249,238)
#EEFBF2
(238,251,242)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E9CE color. Also use rgb(184,233,206) instead hex code.

Text Font Color

.myTextColor { color: #B8E9CE; }

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

This text font color is #B8E9CE.


Background Color

.myBgColor { background-color: #B8E9CE; }

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

This div background color is #B8E9CE.


Border color

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

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

This div border color is #B8E9CE.


Opacity

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

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

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

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

This text has shadow with #B8E9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E9CE on black background.


Color preview on white background

This text has color #B8E9CE on white background.



Black color preview on #B8E9CE background

This text has black color on #B8E9CE background.


White color preview on #B8E9CE background

This text has white color on #B8E9CE background.