COLOR #B0C29B

HEX: #B0C29B RGB: (176,194,155)

Color info

#B0C29B contains red, green and blue colors in about the same proportion. Web safe color of #B0C29B is #99CC99 (or #9C9).

RGB color model

#B0C29B color RGB value is (176,194,155).

RGB: (176,194,155) (69%, 76%, 61%)

RGB channels and saturation

R 176 of 255 = 69%
G 194 of 255 = 76%
B 155 of 255 = 61%

176
194
155

R + G + B ~ 69%. #B0C29B is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 194 + 155 = 525 (100%)
R 176 of 525 ~ 33.52%
G 194 of 525 ~ 36.95%
B 155 of 525 ~ 29.52'%

%33.52
%36.95
%29.52

CMYK color model

#B0C29B color CMYK value is (9,0,20,24).

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 23.92%

CMYK: (9,0,20,24)
C9M0Y20K24 (9%, 0%, 20%, 24%)
(0.09 / 0.00 / 0.20 / 0.24)

CMYK percentages

%9.28
%0
%20.1
%23.92

Codes

Color #B0C29B in popluar color models

B0 C2 9B
RGB 176 194 155
HSL 88° 24.22% 68.43%
HSB/HSV 88° 20.10% 76.08%
CMYK 9.28% 0.00% 20.10%
23.92%

Color #B0C29B in popluar number systems.

HEX B0 C2 9B
Decimal 176 194 155
Binary 10110000 11000010 10011011
Octal 260 302 233

Shades and tints

Shades of #B0C29B

#B0C29B
(176,194,155)
#A0B18D
(160,177,141)
#90A07F
(144,160,127)
#808F71
(128,143,113)
#707E63
(112,126,99)
#606D55
(96,109,85)
#505C47
(80,92,71)
#404B39
(64,75,57)
#303A2B
(48,58,43)
#20291D
(32,41,29)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #B0C29B

#B0C29B
(176,194,155)
#B7C7A4
(183,199,164)
#BECCAD
(190,204,173)
#C5D1B6
(197,209,182)
#CCD6BF
(204,214,191)
#D3DBC8
(211,219,200)
#DAE0D1
(218,224,209)
#E1E5DA
(225,229,218)
#E8EAE3
(232,234,227)
#EFEFEC
(239,239,236)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C29B; }

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

This text font color is #B0C29B.

Background Color

.myBgColor { background-color: #B0C29B; }

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

This div background color is #B0C29B.

Border color

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

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

This div border color is #B0C29B.

Opacity

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

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

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

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

This text has shadow with #B0C29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C29B.

Preview

Color preview on black background

This text has color #B0C29B on black background.


Color preview on white background

This text has color #B0C29B on white background.


Black color preview on #B0C29B background

This text has black color on #B0C29B background.


White color preview on #B0C29B background

This text has white color on #B0C29B background.


Related colors

Complementary color

Complementary color for #hex is #4F3D64.


I love getcolorcode.com

Triadic colors

1 #9BB0C2 and #C29BB0 with #B0C29B are triadic colors.

2 #9BC2B0 and #C2B09B with #B0C29B are triadic colors.