COLOR #B0DB7B

HEX: #B0DB7B RGB: (176,219,123)

Color info

#B0DB7B contains mainly red and green colors. Web safe color of #B0DB7B is #99CC66 (or #9C6).

RGB color model

#B0DB7B color RGB value is (176,219,123).

RGB: (176,219,123) (69%, 86%, 48%)

RGB channels and saturation

R 176 of 255 = 69%
G 219 of 255 = 86%
B 123 of 255 = 48%

176
219
123

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

Portions of RGB colors in percentages

R + G + B = 176 + 219 + 123 = 518 (100%)
R 176 of 518 ~ 33.98%
G 219 of 518 ~ 42.28%
B 123 of 518 ~ 23.75'%

%33.98
%42.28
%23.75

CMYK color model

#B0DB7B color CMYK value is (20,0,44,14).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 14.12%
CMYK: (20,0,44,14) C20M0Y44K14 (20%,0%,44%,14%) (0.20/0.00/0.44/0.14) 

CMYK percentages

%19.63
%0
%43.84
%14.12

Codes

Color #B0DB7B in popluar color models

B0 DB 7B
RGB 176 219 123
HSL 87° 57.14% 67.06%
HSB/HSV 87° 43.84% 85.88%
CMYK 19.63% 0.00% 43.84%
14.12%

Color #B0DB7B in popluar number systems.

HEX B0 DB 7B
Decimal 176 219 123
Binary 10110000 11011011 1111011
Octal 260 333 173

Shades and tints

Shades of #B0DB7B

#B0DB7B
(176,219,123)
#A0C870
(160,200,112)
#90B565
(144,181,101)
#80A25A
(128,162,90)
#708F4F
(112,143,79)
#607C44
(96,124,68)
#506939
(80,105,57)
#40562E
(64,86,46)
#304323
(48,67,35)
#203018
(32,48,24)
#101D0D
(16,29,13)
#000000
(0,0,0)

Tints of #B0DB7B

#B0DB7B
(176,219,123)
#B7DE87
(183,222,135)
#BEE193
(190,225,147)
#C5E49F
(197,228,159)
#CCE7AB
(204,231,171)
#D3EAB7
(211,234,183)
#DAEDC3
(218,237,195)
#E1F0CF
(225,240,207)
#E8F3DB
(232,243,219)
#EFF6E7
(239,246,231)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DB7B color. Also use rgb(176,219,123) instead hex code.

Text Font Color

.myTextColor { color: #B0DB7B; }

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

This text font color is #B0DB7B.

Background Color

.myBgColor { background-color: #B0DB7B; }

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

This div background color is #B0DB7B.

Border color

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

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

This div border color is #B0DB7B.

Opacity

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

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

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

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

This text has shadow with #B0DB7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0DB7B.

Preview

Color preview on black background

This text has color #B0DB7B on black background.


Color preview on white background

This text has color #B0DB7B on white background.


Black color preview on #B0DB7B background

This text has black color on #B0DB7B background.


White color preview on #B0DB7B background

This text has white color on #B0DB7B background.


Related colors

Complementary color

Complementary color for #hex is #4F2484.


I love getcolorcode.com

Triadic colors

1 #7BB0DB and #DB7BB0 with #B0DB7B are triadic colors.

2 #7BDBB0 and #DBB07B with #B0DB7B are triadic colors.