COLOR #B8EDB8

HEX: #B8EDB8
RGB: (184,237,184)

Color info

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

RGB color model

#B8EDB8 color RGB value is (184,237,184).

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

RGB channels and saturation

R 184 of 255 = 72%
G 237 of 255 = 93%
B 184 of 255 = 72%

184
237
184

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

Portions of RGB colors in percentages

R + G + B =
184 + 237 + 184 = 605 (100%)
R 184 of 605 ~ 30.41%
G 237 of 605 ~ 39.17%
B 184 of 605 ~ 30.41%

%30.41
%39.17
%30.41

CMYK color model

#B8EDB8 color CMYK value is (22,0,22,7).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 7.06%
CMYK:
(22,0,22,7)
C22M0Y22K7 
(22%,0%,22%,7%)
(0.22/0.00/0.22/0.07)	

CMYK percentages

%22.36
%0
%22.36
%7.06

Codes

Color #B8EDB8 in popluar color models

B8EDB8
RGB184237184
HSL120°59.55%82.55%
HSB/HSV120°22.36%92.94%
CMYK22.36%0.00%22.36%
7.06%

Color #B8EDB8 in popluar number systems.

HEXB8EDB8
Decimal184237184
Binary101110001110110110111000
Octal270355270

Shades and tints

Shades of #B8EDB8

#B8EDB8
(184,237,184)
#A8D8A8
(168,216,168)
#98C398
(152,195,152)
#88AE88
(136,174,136)
#789978
(120,153,120)
#688468
(104,132,104)
#586F58
(88,111,88)
#485A48
(72,90,72)
#384538
(56,69,56)
#283028
(40,48,40)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #B8EDB8

#B8EDB8
(184,237,184)
#BEEEBE
(190,238,190)
#C4EFC4
(196,239,196)
#CAF0CA
(202,240,202)
#D0F1D0
(208,241,208)
#D6F2D6
(214,242,214)
#DCF3DC
(220,243,220)
#E2F4E2
(226,244,226)
#E8F5E8
(232,245,232)
#EEF6EE
(238,246,238)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8EDB8; }

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

This text font color is #B8EDB8.


Background Color

.myBgColor { background-color: #B8EDB8; }

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

This div background color is #B8EDB8.


Border color

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

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

This div border color is #B8EDB8.


Opacity

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

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

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

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

This text has shadow with #B8EDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EDB8 on black background.


Color preview on white background

This text has color #B8EDB8 on white background.



Black color preview on #B8EDB8 background

This text has black color on #B8EDB8 background.


White color preview on #B8EDB8 background

This text has white color on #B8EDB8 background.