COLOR #B8E3B8

HEX: #B8E3B8
RGB: (184,227,184)

Color info

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

RGB color model

#B8E3B8 color RGB value is (184,227,184).

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

RGB channels and saturation

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

184
227
184

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

Portions of RGB colors in percentages

R + G + B =
184 + 227 + 184 = 595 (100%)
R 184 of 595 ~ 30.92%
G 227 of 595 ~ 38.15%
B 184 of 595 ~ 30.92%

%30.92
%38.15
%30.92

CMYK color model

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

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

CMYK percentages

%18.94
%0
%18.94
%10.98

Codes

Color #B8E3B8 in popluar color models

B8E3B8
RGB184227184
HSL120°43.43%80.59%
HSB/HSV120°18.94%89.02%
CMYK18.94%0.00%18.94%
10.98%

Color #B8E3B8 in popluar number systems.

HEXB8E3B8
Decimal184227184
Binary101110001110001110111000
Octal270343270

Shades and tints

Shades of #B8E3B8

#B8E3B8
(184,227,184)
#A8CFA8
(168,207,168)
#98BB98
(152,187,152)
#88A788
(136,167,136)
#789378
(120,147,120)
#687F68
(104,127,104)
#586B58
(88,107,88)
#485748
(72,87,72)
#384338
(56,67,56)
#282F28
(40,47,40)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #B8E3B8

#B8E3B8
(184,227,184)
#BEE5BE
(190,229,190)
#C4E7C4
(196,231,196)
#CAE9CA
(202,233,202)
#D0EBD0
(208,235,208)
#D6EDD6
(214,237,214)
#DCEFDC
(220,239,220)
#E2F1E2
(226,241,226)
#E8F3E8
(232,243,232)
#EEF5EE
(238,245,238)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E3B8; }

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

This text font color is #B8E3B8.


Background Color

.myBgColor { background-color: #B8E3B8; }

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

This div background color is #B8E3B8.


Border color

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

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

This div border color is #B8E3B8.


Opacity

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

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

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

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

This text has shadow with #B8E3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E3B8 on black background.


Color preview on white background

This text has color #B8E3B8 on white background.



Black color preview on #B8E3B8 background

This text has black color on #B8E3B8 background.


White color preview on #B8E3B8 background

This text has white color on #B8E3B8 background.