COLOR #B8D97B

HEX: #B8D97B RGB: (184,217,123)

Color info

#B8D97B contains mainly red and green colors. Web safe color of #B8D97B is #CCCC66 (or #CC6).

RGB color model

#B8D97B color RGB value is (184,217,123).

RGB: (184,217,123) (72%, 85%, 48%)

RGB channels and saturation

R 184 of 255 = 72%
G 217 of 255 = 85%
B 123 of 255 = 48%

184
217
123

R + G + B ~ 68%. #B8D97B is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 217 + 123 = 524 (100%)
R 184 of 524 ~ 35.11%
G 217 of 524 ~ 41.41%
B 123 of 524 ~ 23.47'%

%35.11
%41.41
%23.47

CMYK color model

#B8D97B color CMYK value is (15,0,43,15).

  • cyan value is 15.21%
  • magenta value is 0.00%
  • yellow value is 43.32%
  • key color value is 14.90%

CMYK: (15,0,43,15)
C15M0Y43K15 (15%, 0%, 43%, 15%)
(0.15 / 0.00 / 0.43 / 0.15)

CMYK percentages

%15.21
%0
%43.32
%14.9

Codes

Color #B8D97B in popluar color models

B8 D9 7B
RGB 184 217 123
HSL 81° 55.29% 66.67%
HSB/HSV 81° 43.32% 85.10%
CMYK 15.21% 0.00% 43.32%
14.90%

Color #B8D97B in popluar number systems.

HEX B8 D9 7B
Decimal 184 217 123
Binary 10111000 11011001 1111011
Octal 270 331 173

Shades and tints

Shades of #B8D97B

#B8D97B
(184,217,123)
#A8C670
(168,198,112)
#98B365
(152,179,101)
#88A05A
(136,160,90)
#788D4F
(120,141,79)
#687A44
(104,122,68)
#586739
(88,103,57)
#48542E
(72,84,46)
#384123
(56,65,35)
#282E18
(40,46,24)
#181B0D
(24,27,13)
#000000
(0,0,0)

Tints of #B8D97B

#B8D97B
(184,217,123)
#BEDC87
(190,220,135)
#C4DF93
(196,223,147)
#CAE29F
(202,226,159)
#D0E5AB
(208,229,171)
#D6E8B7
(214,232,183)
#DCEBC3
(220,235,195)
#E2EECF
(226,238,207)
#E8F1DB
(232,241,219)
#EEF4E7
(238,244,231)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D97B color. Also use rgb(184,217,123) instead hex code.

Text Font Color

.myTextColor { color: #B8D97B; }

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

This text font color is #B8D97B.

Background Color

.myBgColor { background-color: #B8D97B; }

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

This div background color is #B8D97B.

Border color

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

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

This div border color is #B8D97B.

Opacity

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

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

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

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

This text has shadow with #B8D97B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8D97B.

Preview

Color preview on black background

This text has color #B8D97B on black background.


Color preview on white background

This text has color #B8D97B on white background.


Black color preview on #B8D97B background

This text has black color on #B8D97B background.


White color preview on #B8D97B background

This text has white color on #B8D97B background.


Related colors

Complementary color

Complementary color for #hex is #472684.


I love getcolorcode.com

Triadic colors

1 #7BB8D9 and #D97BB8 with #B8D97B are triadic colors.

2 #7BD9B8 and #D9B87B with #B8D97B are triadic colors.