COLOR #B8E5B3

HEX: #B8E5B3
RGB: (184,229,179)

Color info

#B8E5B3 contains red, green and blue colors in about the same proportion. Web safe color of #B8E5B3 is #CCCC99 (or #CC9).

RGB color model

#B8E5B3 color RGB value is (184,229,179).

  • red value is 184;
  • green value is 229;
  • blue value is 179.
RGB:
(184,229,179)
(72%,90%,70%)

RGB channels and saturation

R 184 of 255 = 72%
G 229 of 255 = 90%
B 179 of 255 = 70%

184
229
179

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

Portions of RGB colors in percentages

R + G + B =
184 + 229 + 179 = 592 (100%)
R 184 of 592 ~ 31.08%
G 229 of 592 ~ 38.68%
B 179 of 592 ~ 30.24%

%31.08
%38.68
%30.24

CMYK color model

#B8E5B3 color CMYK value is (20,0,22,10).

  • cyan value is 19.65%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 10.20%
CMYK:
(20,0,22,10)
C20M0Y22K10 
(20%,0%,22%,10%)
(0.20/0.00/0.22/0.10)	

CMYK percentages

%19.65
%0
%21.83
%10.2

Codes

Color #B8E5B3 in popluar color models

B8E5B3
RGB184229179
HSL114°49.02%80.00%
HSB/HSV114°21.83%89.80%
CMYK19.65%0.00%21.83%
10.20%

Color #B8E5B3 in popluar number systems.

HEXB8E5B3
Decimal184229179
Binary101110001110010110110011
Octal270345263

Shades and tints

Shades of #B8E5B3

#B8E5B3
(184,229,179)
#A8D1A3
(168,209,163)
#98BD93
(152,189,147)
#88A983
(136,169,131)
#789573
(120,149,115)
#688163
(104,129,99)
#586D53
(88,109,83)
#485943
(72,89,67)
#384533
(56,69,51)
#283123
(40,49,35)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #B8E5B3

#B8E5B3
(184,229,179)
#BEE7B9
(190,231,185)
#C4E9BF
(196,233,191)
#CAEBC5
(202,235,197)
#D0EDCB
(208,237,203)
#D6EFD1
(214,239,209)
#DCF1D7
(220,241,215)
#E2F3DD
(226,243,221)
#E8F5E3
(232,245,227)
#EEF7E9
(238,247,233)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E5B3; }

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

This text font color is #B8E5B3.


Background Color

.myBgColor { background-color: #B8E5B3; }

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

This div background color is #B8E5B3.


Border color

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

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

This div border color is #B8E5B3.


Opacity

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

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

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

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

This text has shadow with #B8E5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E5B3 on black background.


Color preview on white background

This text has color #B8E5B3 on white background.



Black color preview on #B8E5B3 background

This text has black color on #B8E5B3 background.


White color preview on #B8E5B3 background

This text has white color on #B8E5B3 background.