COLOR #B8DB84

HEX: #B8DB84 RGB: (184,219,132)

Color info

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

RGB color model

#B8DB84 color RGB value is (184,219,132).

RGB: (184,219,132) (72%, 86%, 52%)

RGB channels and saturation

R 184 of 255 = 72%
G 219 of 255 = 86%
B 132 of 255 = 52%

184
219
132

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

Portions of RGB colors in percentages

R + G + B = 184 + 219 + 132 = 535 (100%)
R 184 of 535 ~ 34.39%
G 219 of 535 ~ 40.93%
B 132 of 535 ~ 24.67'%

%34.39
%40.93
%24.67

CMYK color model

#B8DB84 color CMYK value is (16,0,40,14).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 14.12%

CMYK: (16,0,40,14)
C16M0Y40K14 (16%, 0%, 40%, 14%)
(0.16 / 0.00 / 0.40 / 0.14)

CMYK percentages

%15.98
%0
%39.73
%14.12

Codes

Color #B8DB84 in popluar color models

B8 DB 84
RGB 184 219 132
HSL 84° 54.72% 68.82%
HSB/HSV 84° 39.73% 85.88%
CMYK 15.98% 0.00% 39.73%
14.12%

Color #B8DB84 in popluar number systems.

HEX B8 DB 84
Decimal 184 219 132
Binary 10111000 11011011 10000100
Octal 270 333 204

Shades and tints

Shades of #B8DB84

#B8DB84
(184,219,132)
#A8C878
(168,200,120)
#98B56C
(152,181,108)
#88A260
(136,162,96)
#788F54
(120,143,84)
#687C48
(104,124,72)
#58693C
(88,105,60)
#485630
(72,86,48)
#384324
(56,67,36)
#283018
(40,48,24)
#181D0C
(24,29,12)
#000000
(0,0,0)

Tints of #B8DB84

#B8DB84
(184,219,132)
#BEDE8F
(190,222,143)
#C4E19A
(196,225,154)
#CAE4A5
(202,228,165)
#D0E7B0
(208,231,176)
#D6EABB
(214,234,187)
#DCEDC6
(220,237,198)
#E2F0D1
(226,240,209)
#E8F3DC
(232,243,220)
#EEF6E7
(238,246,231)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DB84 color. Also use rgb(184,219,132) instead hex code.

Text Font Color

.myTextColor { color: #B8DB84; }

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

This text font color is #B8DB84.

Background Color

.myBgColor { background-color: #B8DB84; }

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

This div background color is #B8DB84.

Border color

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

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

This div border color is #B8DB84.

Opacity

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

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

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

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

This text has shadow with #B8DB84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8DB84.

Preview

Color preview on black background

This text has color #B8DB84 on black background.


Color preview on white background

This text has color #B8DB84 on white background.


Black color preview on #B8DB84 background

This text has black color on #B8DB84 background.


White color preview on #B8DB84 background

This text has white color on #B8DB84 background.


Related colors

Complementary color

Complementary color for #hex is #47247B.


I love getcolorcode.com

Triadic colors

1 #84B8DB and #DB84B8 with #B8DB84 are triadic colors.

2 #84DBB8 and #DBB884 with #B8DB84 are triadic colors.