COLOR #B8D78B

HEX: #B8D78B RGB: (184,215,139)

Color info

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

RGB color model

#B8D78B color RGB value is (184,215,139).

RGB: (184,215,139) (72%, 84%, 55%)

RGB channels and saturation

R 184 of 255 = 72%
G 215 of 255 = 84%
B 139 of 255 = 55%

184
215
139

R + G + B ~ 70%. #B8D78B is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 215 + 139 = 538 (100%)
R 184 of 538 ~ 34.2%
G 215 of 538 ~ 39.96%
B 139 of 538 ~ 25.84'%

%34.2
%39.96
%25.84

CMYK color model

#B8D78B color CMYK value is (14,0,35,16).

  • cyan value is 14.42%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 15.69%

CMYK: (14,0,35,16)
C14M0Y35K16 (14%, 0%, 35%, 16%)
(0.14 / 0.00 / 0.35 / 0.16)

CMYK percentages

%14.42
%0
%35.35
%15.69

Codes

Color #B8D78B in popluar color models

B8 D7 8B
RGB 184 215 139
HSL 84° 48.72% 69.41%
HSB/HSV 84° 35.35% 84.31%
CMYK 14.42% 0.00% 35.35%
15.69%

Color #B8D78B in popluar number systems.

HEX B8 D7 8B
Decimal 184 215 139
Binary 10111000 11010111 10001011
Octal 270 327 213

Shades and tints

Shades of #B8D78B

#B8D78B
(184,215,139)
#A8C47F
(168,196,127)
#98B173
(152,177,115)
#889E67
(136,158,103)
#788B5B
(120,139,91)
#68784F
(104,120,79)
#586543
(88,101,67)
#485237
(72,82,55)
#383F2B
(56,63,43)
#282C1F
(40,44,31)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #B8D78B

#B8D78B
(184,215,139)
#BEDA95
(190,218,149)
#C4DD9F
(196,221,159)
#CAE0A9
(202,224,169)
#D0E3B3
(208,227,179)
#D6E6BD
(214,230,189)
#DCE9C7
(220,233,199)
#E2ECD1
(226,236,209)
#E8EFDB
(232,239,219)
#EEF2E5
(238,242,229)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D78B color. Also use rgb(184,215,139) instead hex code.

Text Font Color

.myTextColor { color: #B8D78B; }

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

This text font color is #B8D78B.

Background Color

.myBgColor { background-color: #B8D78B; }

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

This div background color is #B8D78B.

Border color

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

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

This div border color is #B8D78B.

Opacity

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

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

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

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

This text has shadow with #B8D78B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8D78B.

Preview

Color preview on black background

This text has color #B8D78B on black background.


Color preview on white background

This text has color #B8D78B on white background.


Black color preview on #B8D78B background

This text has black color on #B8D78B background.


White color preview on #B8D78B background

This text has white color on #B8D78B background.


Related colors

Complementary color

Complementary color for #hex is #472874.


I love getcolorcode.com

Triadic colors

1 #8BB8D7 and #D78BB8 with #B8D78B are triadic colors.

2 #8BD7B8 and #D7B88B with #B8D78B are triadic colors.