COLOR #B8DA93

HEX: #B8DA93
RGB: (184,218,147)

Color info

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

RGB color model

#B8DA93 color RGB value is (184,218,147).

  • red value is 184;
  • green value is 218;
  • blue value is 147.
RGB:
(184,218,147)
(72%,85%,58%)

RGB channels and saturation

R 184 of 255 = 72%
G 218 of 255 = 85%
B 147 of 255 = 58%

184
218
147

R + G + B ~ 72%. #B8DA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 218 + 147 = 549 (100%)
R 184 of 549 ~ 33.52%
G 218 of 549 ~ 39.71%
B 147 of 549 ~ 26.78%

%33.52
%39.71
%26.78

CMYK color model

#B8DA93 color CMYK value is (16,0,33,15).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 32.57%
  • key color value is 14.51%
CMYK:
(16,0,33,15)
C16M0Y33K15 
(16%,0%,33%,15%)
(0.16/0.00/0.33/0.15)	

CMYK percentages

%15.6
%0
%32.57
%14.51

Codes

Color #B8DA93 in popluar color models

B8DA93
RGB184218147
HSL89°48.97%71.57%
HSB/HSV89°32.57%85.49%
CMYK15.60%0.00%32.57%
14.51%

Color #B8DA93 in popluar number systems.

HEXB8DA93
Decimal184218147
Binary101110001101101010010011
Octal270332223

Shades and tints

Shades of #B8DA93

#B8DA93
(184,218,147)
#A8C786
(168,199,134)
#98B479
(152,180,121)
#88A16C
(136,161,108)
#788E5F
(120,142,95)
#687B52
(104,123,82)
#586845
(88,104,69)
#485538
(72,85,56)
#38422B
(56,66,43)
#282F1E
(40,47,30)
#181C11
(24,28,17)
#000000
(0,0,0)

Tints of #B8DA93

#B8DA93
(184,218,147)
#BEDD9C
(190,221,156)
#C4E0A5
(196,224,165)
#CAE3AE
(202,227,174)
#D0E6B7
(208,230,183)
#D6E9C0
(214,233,192)
#DCECC9
(220,236,201)
#E2EFD2
(226,239,210)
#E8F2DB
(232,242,219)
#EEF5E4
(238,245,228)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DA93; }

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

This text font color is #B8DA93.


Background Color

.myBgColor { background-color: #B8DA93; }

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

This div background color is #B8DA93.


Border color

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

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

This div border color is #B8DA93.


Opacity

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

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

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

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

This text has shadow with #B8DA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DA93 on black background.


Color preview on white background

This text has color #B8DA93 on white background.



Black color preview on #B8DA93 background

This text has black color on #B8DA93 background.


White color preview on #B8DA93 background

This text has white color on #B8DA93 background.