COLOR #B8E3BB

HEX: #B8E3BB
RGB: (184,227,187)

Color info

#B8E3BB contains red, green and blue colors in about the same proportion. Web safe color of #B8E3BB is #CCCCCC (or #CCC).

RGB color model

#B8E3BB color RGB value is (184,227,187).

  • red value is 184;
  • green value is 227;
  • blue value is 187.
RGB:
(184,227,187)
(72%,89%,73%)

RGB channels and saturation

R 184 of 255 = 72%
G 227 of 255 = 89%
B 187 of 255 = 73%

184
227
187

R + G + B ~ 78%. #B8E3BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 227 + 187 = 598 (100%)
R 184 of 598 ~ 30.77%
G 227 of 598 ~ 37.96%
B 187 of 598 ~ 31.27%

%30.77
%37.96
%31.27

CMYK color model

#B8E3BB color CMYK value is (19,0,18,11).

  • cyan value is 18.94%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 10.98%
CMYK:
(19,0,18,11)
C19M0Y18K11 
(19%,0%,18%,11%)
(0.19/0.00/0.18/0.11)	

CMYK percentages

%18.94
%0
%17.62
%10.98

Codes

Color #B8E3BB in popluar color models

B8E3BB
RGB184227187
HSL124°43.43%80.59%
HSB/HSV124°18.94%89.02%
CMYK18.94%0.00%17.62%
10.98%

Color #B8E3BB in popluar number systems.

HEXB8E3BB
Decimal184227187
Binary101110001110001110111011
Octal270343273

Shades and tints

Shades of #B8E3BB

#B8E3BB
(184,227,187)
#A8CFAA
(168,207,170)
#98BB99
(152,187,153)
#88A788
(136,167,136)
#789377
(120,147,119)
#687F66
(104,127,102)
#586B55
(88,107,85)
#485744
(72,87,68)
#384333
(56,67,51)
#282F22
(40,47,34)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #B8E3BB

#B8E3BB
(184,227,187)
#BEE5C1
(190,229,193)
#C4E7C7
(196,231,199)
#CAE9CD
(202,233,205)
#D0EBD3
(208,235,211)
#D6EDD9
(214,237,217)
#DCEFDF
(220,239,223)
#E2F1E5
(226,241,229)
#E8F3EB
(232,243,235)
#EEF5F1
(238,245,241)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E3BB color. Also use rgb(184,227,187) instead hex code.

Text Font Color

.myTextColor { color: #B8E3BB; }

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

This text font color is #B8E3BB.


Background Color

.myBgColor { background-color: #B8E3BB; }

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

This div background color is #B8E3BB.


Border color

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

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

This div border color is #B8E3BB.


Opacity

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

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

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

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

This text has shadow with #B8E3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E3BB on black background.


Color preview on white background

This text has color #B8E3BB on white background.



Black color preview on #B8E3BB background

This text has black color on #B8E3BB background.


White color preview on #B8E3BB background

This text has white color on #B8E3BB background.