COLOR #B8D493

HEX: #B8D493 RGB: (184,212,147)

Color info

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

RGB color model

#B8D493 color RGB value is (184,212,147).

RGB: (184,212,147) (72%, 83%, 58%)

RGB channels and saturation

R 184 of 255 = 72%
G 212 of 255 = 83%
B 147 of 255 = 58%

184
212
147

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

Portions of RGB colors in percentages

R + G + B = 184 + 212 + 147 = 543 (100%)
R 184 of 543 ~ 33.89%
G 212 of 543 ~ 39.04%
B 147 of 543 ~ 27.07'%

%33.89
%39.04
%27.07

CMYK color model

#B8D493 color CMYK value is (13,0,31,17).

  • cyan value is 13.21%
  • magenta value is 0.00%
  • yellow value is 30.66%
  • key color value is 16.86%

CMYK: (13,0,31,17)
C13M0Y31K17 (13%, 0%, 31%, 17%)
(0.13 / 0.00 / 0.31 / 0.17)

CMYK percentages

%13.21
%0
%30.66
%16.86

Codes

Color #B8D493 in popluar color models

B8 D4 93
RGB 184 212 147
HSL 86° 43.05% 70.39%
HSB/HSV 86° 30.66% 83.14%
CMYK 13.21% 0.00% 30.66%
16.86%

Color #B8D493 in popluar number systems.

HEX B8 D4 93
Decimal 184 212 147
Binary 10111000 11010100 10010011
Octal 270 324 223

Shades and tints

Shades of #B8D493

#B8D493
(184,212,147)
#A8C186
(168,193,134)
#98AE79
(152,174,121)
#889B6C
(136,155,108)
#78885F
(120,136,95)
#687552
(104,117,82)
#586245
(88,98,69)
#484F38
(72,79,56)
#383C2B
(56,60,43)
#28291E
(40,41,30)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #B8D493

#B8D493
(184,212,147)
#BED79C
(190,215,156)
#C4DAA5
(196,218,165)
#CADDAE
(202,221,174)
#D0E0B7
(208,224,183)
#D6E3C0
(214,227,192)
#DCE6C9
(220,230,201)
#E2E9D2
(226,233,210)
#E8ECDB
(232,236,219)
#EEEFE4
(238,239,228)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D493; }

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

This text font color is #B8D493.

Background Color

.myBgColor { background-color: #B8D493; }

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

This div background color is #B8D493.

Border color

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

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

This div border color is #B8D493.

Opacity

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

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

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

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

This text has shadow with #B8D493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8D493.

Preview

Color preview on black background

This text has color #B8D493 on black background.


Color preview on white background

This text has color #B8D493 on white background.


Black color preview on #B8D493 background

This text has black color on #B8D493 background.


White color preview on #B8D493 background

This text has white color on #B8D493 background.


Related colors

Complementary color

Complementary color for #hex is #472B6C.


I love getcolorcode.com

Triadic colors

1 #93B8D4 and #D493B8 with #B8D493 are triadic colors.

2 #93D4B8 and #D4B893 with #B8D493 are triadic colors.