COLOR #B0DC9B

HEX: #B0DC9B RGB: (176,220,155)

Color info

#B0DC9B contains mainly red and green colors. Web safe color of #B0DC9B is #99CC99 (or #9C9).

RGB color model

#B0DC9B color RGB value is (176,220,155).

RGB: (176,220,155) (69%, 86%, 61%)

RGB channels and saturation

R 176 of 255 = 69%
G 220 of 255 = 86%
B 155 of 255 = 61%

176
220
155

R + G + B ~ 72%. #B0DC9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 220 + 155 = 551 (100%)
R 176 of 551 ~ 31.94%
G 220 of 551 ~ 39.93%
B 155 of 551 ~ 28.13'%

%31.94
%39.93
%28.13

CMYK color model

#B0DC9B color CMYK value is (20,0,30,14).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 13.73%

CMYK: (20,0,30,14)
C20M0Y30K14 (20%, 0%, 30%, 14%)
(0.20 / 0.00 / 0.30 / 0.14)

CMYK percentages

%20
%0
%29.55
%13.73

Codes

Color #B0DC9B in popluar color models

B0 DC 9B
RGB 176 220 155
HSL 101° 48.15% 73.53%
HSB/HSV 101° 29.55% 86.27%
CMYK 20.00% 0.00% 29.55%
13.73%

Color #B0DC9B in popluar number systems.

HEX B0 DC 9B
Decimal 176 220 155
Binary 10110000 11011100 10011011
Octal 260 334 233

Shades and tints

Shades of #B0DC9B

#B0DC9B
(176,220,155)
#A0C88D
(160,200,141)
#90B47F
(144,180,127)
#80A071
(128,160,113)
#708C63
(112,140,99)
#607855
(96,120,85)
#506447
(80,100,71)
#405039
(64,80,57)
#303C2B
(48,60,43)
#20281D
(32,40,29)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #B0DC9B

#B0DC9B
(176,220,155)
#B7DFA4
(183,223,164)
#BEE2AD
(190,226,173)
#C5E5B6
(197,229,182)
#CCE8BF
(204,232,191)
#D3EBC8
(211,235,200)
#DAEED1
(218,238,209)
#E1F1DA
(225,241,218)
#E8F4E3
(232,244,227)
#EFF7EC
(239,247,236)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DC9B color. Also use rgb(176,220,155) instead hex code.

Text Font Color

.myTextColor { color: #B0DC9B; }

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

This text font color is #B0DC9B.

Background Color

.myBgColor { background-color: #B0DC9B; }

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

This div background color is #B0DC9B.

Border color

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

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

This div border color is #B0DC9B.

Opacity

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

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

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

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

This text has shadow with #B0DC9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0DC9B.

Preview

Color preview on black background

This text has color #B0DC9B on black background.


Color preview on white background

This text has color #B0DC9B on white background.


Black color preview on #B0DC9B background

This text has black color on #B0DC9B background.


White color preview on #B0DC9B background

This text has white color on #B0DC9B background.


Related colors

Complementary color

Complementary color for #hex is #4F2364.


I love getcolorcode.com

Triadic colors

1 #9BB0DC and #DC9BB0 with #B0DC9B are triadic colors.

2 #9BDCB0 and #DCB09B with #B0DC9B are triadic colors.