COLOR #B8E1B8

HEX: #B8E1B8
RGB: (184,225,184)

Color info

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

RGB color model

#B8E1B8 color RGB value is (184,225,184).

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

RGB channels and saturation

R 184 of 255 = 72%
G 225 of 255 = 88%
B 184 of 255 = 72%

184
225
184

R + G + B ~ 77%. #B8E1B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 225 + 184 = 593 (100%)
R 184 of 593 ~ 31.03%
G 225 of 593 ~ 37.94%
B 184 of 593 ~ 31.03%

%31.03
%37.94
%31.03

CMYK color model

#B8E1B8 color CMYK value is (18,0,18,12).

  • cyan value is 18.22%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 11.76%
CMYK:
(18,0,18,12)
C18M0Y18K12 
(18%,0%,18%,12%)
(0.18/0.00/0.18/0.12)	

CMYK percentages

%18.22
%0
%18.22
%11.76

Codes

Color #B8E1B8 in popluar color models

B8E1B8
RGB184225184
HSL120°40.59%80.20%
HSB/HSV120°18.22%88.24%
CMYK18.22%0.00%18.22%
11.76%

Color #B8E1B8 in popluar number systems.

HEXB8E1B8
Decimal184225184
Binary101110001110000110111000
Octal270341270

Shades and tints

Shades of #B8E1B8

#B8E1B8
(184,225,184)
#A8CDA8
(168,205,168)
#98B998
(152,185,152)
#88A588
(136,165,136)
#789178
(120,145,120)
#687D68
(104,125,104)
#586958
(88,105,88)
#485548
(72,85,72)
#384138
(56,65,56)
#282D28
(40,45,40)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #B8E1B8

#B8E1B8
(184,225,184)
#BEE3BE
(190,227,190)
#C4E5C4
(196,229,196)
#CAE7CA
(202,231,202)
#D0E9D0
(208,233,208)
#D6EBD6
(214,235,214)
#DCEDDC
(220,237,220)
#E2EFE2
(226,239,226)
#E8F1E8
(232,241,232)
#EEF3EE
(238,243,238)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E1B8; }

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

This text font color is #B8E1B8.


Background Color

.myBgColor { background-color: #B8E1B8; }

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

This div background color is #B8E1B8.


Border color

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

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

This div border color is #B8E1B8.


Opacity

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

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

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

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

This text has shadow with #B8E1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E1B8 on black background.


Color preview on white background

This text has color #B8E1B8 on white background.



Black color preview on #B8E1B8 background

This text has black color on #B8E1B8 background.


White color preview on #B8E1B8 background

This text has white color on #B8E1B8 background.