COLOR #B0DB7A

HEX: #B0DB7A RGB: (176,219,122)

Color info

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

RGB color model

#B0DB7A color RGB value is (176,219,122).

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

RGB channels and saturation

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

176
219
122

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

Portions of RGB colors in percentages

R + G + B = 176 + 219 + 122 = 517 (100%)
R 176 of 517 ~ 34.04%
G 219 of 517 ~ 42.36%
B 122 of 517 ~ 23.6'%

%34.04
%42.36
%23.6

CMYK color model

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

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 44.29%
  • 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
%44.29
%14.12

Codes

Color #B0DB7A in popluar color models

B0 DB 7A
RGB 176 219 122
HSL 87° 57.40% 66.86%
HSB/HSV 87° 44.29% 85.88%
CMYK 19.63% 0.00% 44.29%
14.12%

Color #B0DB7A in popluar number systems.

HEX B0 DB 7A
Decimal 176 219 122
Binary 10110000 11011011 1111010
Octal 260 333 172

Shades and tints

Shades of #B0DB7A

#B0DB7A
(176,219,122)
#A0C86F
(160,200,111)
#90B564
(144,181,100)
#80A259
(128,162,89)
#708F4E
(112,143,78)
#607C43
(96,124,67)
#506938
(80,105,56)
#40562D
(64,86,45)
#304322
(48,67,34)
#203017
(32,48,23)
#101D0C
(16,29,12)
#000000
(0,0,0)

Tints of #B0DB7A

#B0DB7A
(176,219,122)
#B7DE86
(183,222,134)
#BEE192
(190,225,146)
#C5E49E
(197,228,158)
#CCE7AA
(204,231,170)
#D3EAB6
(211,234,182)
#DAEDC2
(218,237,194)
#E1F0CE
(225,240,206)
#E8F3DA
(232,243,218)
#EFF6E6
(239,246,230)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DB7A; }

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

This text font color is #B0DB7A.

Background Color

.myBgColor { background-color: #B0DB7A; }

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

This div background color is #B0DB7A.

Border color

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

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

This div border color is #B0DB7A.

Opacity

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

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

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

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

This text has shadow with #B0DB7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0DB7A.

Preview

Color preview on black background

This text has color #B0DB7A on black background.


Color preview on white background

This text has color #B0DB7A on white background.


Black color preview on #B0DB7A background

This text has black color on #B0DB7A background.


White color preview on #B0DB7A background

This text has white color on #B0DB7A background.


Related colors

Complementary color

Complementary color for #hex is #4F2485.


I love getcolorcode.com

Triadic colors

1 #7AB0DB and #DB7AB0 with #B0DB7A are triadic colors.

2 #7ADBB0 and #DBB07A with #B0DB7A are triadic colors.