COLOR #B8E585

HEX: #B8E585
RGB: (184,229,133)

Color info

#B8E585 contains mainly red and green colors. Web safe color of #B8E585 is #CCCC99 (or #CC9).

RGB color model

#B8E585 color RGB value is (184,229,133).

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

RGB channels and saturation

R 184 of 255 = 72%
G 229 of 255 = 90%
B 133 of 255 = 52%

184
229
133

R + G + B ~ 71%. #B8E585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 229 + 133 = 546 (100%)
R 184 of 546 ~ 33.7%
G 229 of 546 ~ 41.94%
B 133 of 546 ~ 24.36%

%33.7
%41.94
%24.36

CMYK color model

#B8E585 color CMYK value is (20,0,42,10).

  • cyan value is 19.65%
  • magenta value is 0.00%
  • yellow value is 41.92%
  • key color value is 10.20%
CMYK:
(20,0,42,10)
C20M0Y42K10 
(20%,0%,42%,10%)
(0.20/0.00/0.42/0.10)	

CMYK percentages

%19.65
%0
%41.92
%10.2

Codes

Color #B8E585 in popluar color models

B8E585
RGB184229133
HSL88°64.86%70.98%
HSB/HSV88°41.92%89.80%
CMYK19.65%0.00%41.92%
10.20%

Color #B8E585 in popluar number systems.

HEXB8E585
Decimal184229133
Binary101110001110010110000101
Octal270345205

Shades and tints

Shades of #B8E585

#B8E585
(184,229,133)
#A8D179
(168,209,121)
#98BD6D
(152,189,109)
#88A961
(136,169,97)
#789555
(120,149,85)
#688149
(104,129,73)
#586D3D
(88,109,61)
#485931
(72,89,49)
#384525
(56,69,37)
#283119
(40,49,25)
#181D0D
(24,29,13)
#000000
(0,0,0)

Tints of #B8E585

#B8E585
(184,229,133)
#BEE790
(190,231,144)
#C4E99B
(196,233,155)
#CAEBA6
(202,235,166)
#D0EDB1
(208,237,177)
#D6EFBC
(214,239,188)
#DCF1C7
(220,241,199)
#E2F3D2
(226,243,210)
#E8F5DD
(232,245,221)
#EEF7E8
(238,247,232)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E585; }

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

This text font color is #B8E585.


Background Color

.myBgColor { background-color: #B8E585; }

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

This div background color is #B8E585.


Border color

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

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

This div border color is #B8E585.


Opacity

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

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

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

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

This text has shadow with #B8E585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E585 on black background.


Color preview on white background

This text has color #B8E585 on white background.



Black color preview on #B8E585 background

This text has black color on #B8E585 background.


White color preview on #B8E585 background

This text has white color on #B8E585 background.