COLOR #B8E3BE

HEX: #B8E3BE
RGB: (184,227,190)

Color info

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

RGB color model

#B8E3BE color RGB value is (184,227,190).

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

RGB channels and saturation

R 184 of 255 = 72%
G 227 of 255 = 89%
B 190 of 255 = 75%

184
227
190

R + G + B ~ 79%. #B8E3BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 227 + 190 = 601 (100%)
R 184 of 601 ~ 30.62%
G 227 of 601 ~ 37.77%
B 190 of 601 ~ 31.61%

%30.62
%37.77
%31.61

CMYK color model

#B8E3BE color CMYK value is (19,0,16,11).

  • cyan value is 18.94%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 10.98%
CMYK:
(19,0,16,11)
C19M0Y16K11 
(19%,0%,16%,11%)
(0.19/0.00/0.16/0.11)	

CMYK percentages

%18.94
%0
%16.3
%10.98

Codes

Color #B8E3BE in popluar color models

B8E3BE
RGB184227190
HSL128°43.43%80.59%
HSB/HSV128°18.94%89.02%
CMYK18.94%0.00%16.30%
10.98%

Color #B8E3BE in popluar number systems.

HEXB8E3BE
Decimal184227190
Binary101110001110001110111110
Octal270343276

Shades and tints

Shades of #B8E3BE

#B8E3BE
(184,227,190)
#A8CFAD
(168,207,173)
#98BB9C
(152,187,156)
#88A78B
(136,167,139)
#78937A
(120,147,122)
#687F69
(104,127,105)
#586B58
(88,107,88)
#485747
(72,87,71)
#384336
(56,67,54)
#282F25
(40,47,37)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #B8E3BE

#B8E3BE
(184,227,190)
#BEE5C3
(190,229,195)
#C4E7C8
(196,231,200)
#CAE9CD
(202,233,205)
#D0EBD2
(208,235,210)
#D6EDD7
(214,237,215)
#DCEFDC
(220,239,220)
#E2F1E1
(226,241,225)
#E8F3E6
(232,243,230)
#EEF5EB
(238,245,235)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E3BE; }

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

This text font color is #B8E3BE.


Background Color

.myBgColor { background-color: #B8E3BE; }

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

This div background color is #B8E3BE.


Border color

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

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

This div border color is #B8E3BE.


Opacity

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

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

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

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

This text has shadow with #B8E3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E3BE on black background.


Color preview on white background

This text has color #B8E3BE on white background.



Black color preview on #B8E3BE background

This text has black color on #B8E3BE background.


White color preview on #B8E3BE background

This text has white color on #B8E3BE background.