COLOR #B0C27B

HEX: #B0C27B
RGB: (176,194,123)

Color info

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

RGB color model

#B0C27B color RGB value is (176,194,123).

  • red value is 176;
  • green value is 194;
  • blue value is 123.
RGB:
(176,194,123)
(69%,76%,48%)

RGB channels and saturation

R 176 of 255 = 69%
G 194 of 255 = 76%
B 123 of 255 = 48%

176
194
123

R + G + B ~ 64%. #B0C27B is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 194 + 123 = 493 (100%)
R 176 of 493 ~ 35.7%
G 194 of 493 ~ 39.35%
B 123 of 493 ~ 24.95%

%35.7
%39.35
%24.95

CMYK color model

#B0C27B color CMYK value is (9,0,37,24).

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 36.60%
  • key color value is 23.92%
CMYK:
(9,0,37,24)
C9M0Y37K24 
(9%,0%,37%,24%)
(0.09/0.00/0.37/0.24)	

CMYK percentages

%9.28
%0
%36.6
%23.92

Codes

Color #B0C27B in popluar color models

B0C27B
RGB176194123
HSL75°36.79%62.16%
HSB/HSV75°36.60%76.08%
CMYK9.28%0.00%36.60%
23.92%

Color #B0C27B in popluar number systems.

HEXB0C27B
Decimal176194123
Binary10110000110000101111011
Octal260302173

Shades and tints

Shades of #B0C27B

#B0C27B
(176,194,123)
#A0B170
(160,177,112)
#90A065
(144,160,101)
#808F5A
(128,143,90)
#707E4F
(112,126,79)
#606D44
(96,109,68)
#505C39
(80,92,57)
#404B2E
(64,75,46)
#303A23
(48,58,35)
#202918
(32,41,24)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #B0C27B

#B0C27B
(176,194,123)
#B7C787
(183,199,135)
#BECC93
(190,204,147)
#C5D19F
(197,209,159)
#CCD6AB
(204,214,171)
#D3DBB7
(211,219,183)
#DAE0C3
(218,224,195)
#E1E5CF
(225,229,207)
#E8EADB
(232,234,219)
#EFEFE7
(239,239,231)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C27B; }

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

This text font color is #B0C27B.


Background Color

.myBgColor { background-color: #B0C27B; }

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

This div background color is #B0C27B.


Border color

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

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

This div border color is #B0C27B.


Opacity

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

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

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

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

This text has shadow with #B0C27B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C27B on black background.


Color preview on white background

This text has color #B0C27B on white background.



Black color preview on #B0C27B background

This text has black color on #B0C27B background.


White color preview on #B0C27B background

This text has white color on #B0C27B background.