COLOR #B8E493

HEX: #B8E493 RGB: (184,228,147)

Color info

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

RGB color model

#B8E493 color RGB value is (184,228,147).

RGB: (184,228,147) (72%, 89%, 58%)

RGB channels and saturation

R 184 of 255 = 72%
G 228 of 255 = 89%
B 147 of 255 = 58%

184
228
147

R + G + B ~ 73%. #B8E493 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 228 + 147 = 559 (100%)
R 184 of 559 ~ 32.92%
G 228 of 559 ~ 40.79%
B 147 of 559 ~ 26.3'%

%32.92
%40.79
%26.3

CMYK color model

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

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 35.53%
  • key color value is 10.59%
CMYK: (19,0,36,11) C19M0Y36K11 (19%,0%,36%,11%) (0.19/0.00/0.36/0.11) 

CMYK percentages

%19.3
%0
%35.53
%10.59

Codes

Color #B8E493 in popluar color models

B8 E4 93
RGB 184 228 147
HSL 93° 60.00% 73.53%
HSB/HSV 93° 35.53% 89.41%
CMYK 19.30% 0.00% 35.53%
10.59%

Color #B8E493 in popluar number systems.

HEX B8 E4 93
Decimal 184 228 147
Binary 10111000 11100100 10010011
Octal 270 344 223

Shades and tints

Shades of #B8E493

#B8E493
(184,228,147)
#A8D086
(168,208,134)
#98BC79
(152,188,121)
#88A86C
(136,168,108)
#78945F
(120,148,95)
#688052
(104,128,82)
#586C45
(88,108,69)
#485838
(72,88,56)
#38442B
(56,68,43)
#28301E
(40,48,30)
#181C11
(24,28,17)
#000000
(0,0,0)

Tints of #B8E493

#B8E493
(184,228,147)
#BEE69C
(190,230,156)
#C4E8A5
(196,232,165)
#CAEAAE
(202,234,174)
#D0ECB7
(208,236,183)
#D6EEC0
(214,238,192)
#DCF0C9
(220,240,201)
#E2F2D2
(226,242,210)
#E8F4DB
(232,244,219)
#EEF6E4
(238,246,228)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E493; }

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

This text font color is #B8E493.

Background Color

.myBgColor { background-color: #B8E493; }

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

This div background color is #B8E493.

Border color

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

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

This div border color is #B8E493.

Opacity

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

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

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

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

This text has shadow with #B8E493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8E493.

Preview

Color preview on black background

This text has color #B8E493 on black background.


Color preview on white background

This text has color #B8E493 on white background.


Black color preview on #B8E493 background

This text has black color on #B8E493 background.


White color preview on #B8E493 background

This text has white color on #B8E493 background.


Related colors

Complementary color

Complementary color for #hex is #471B6C.


I love getcolorcode.com

Triadic colors

1 #93B8E4 and #E493B8 with #B8E493 are triadic colors.

2 #93E4B8 and #E4B893 with #B8E493 are triadic colors.