COLOR #B0C27D

HEX: #B0C27D
RGB: (176,194,125)

Color info

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

RGB color model

#B0C27D color RGB value is (176,194,125).

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

RGB channels and saturation

R 176 of 255 = 69%
G 194 of 255 = 76%
B 125 of 255 = 49%

176
194
125

R + G + B ~ 65%. #B0C27D is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 194 + 125 = 495 (100%)
R 176 of 495 ~ 35.56%
G 194 of 495 ~ 39.19%
B 125 of 495 ~ 25.25%

%35.56
%39.19
%25.25

CMYK color model

#B0C27D color CMYK value is (9,0,36,24).

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 35.57%
  • key color value is 23.92%
CMYK:
(9,0,36,24)
C9M0Y36K24 
(9%,0%,36%,24%)
(0.09/0.00/0.36/0.24)	

CMYK percentages

%9.28
%0
%35.57
%23.92

Codes

Color #B0C27D in popluar color models

B0C27D
RGB176194125
HSL76°36.13%62.55%
HSB/HSV76°35.57%76.08%
CMYK9.28%0.00%35.57%
23.92%

Color #B0C27D in popluar number systems.

HEXB0C27D
Decimal176194125
Binary10110000110000101111101
Octal260302175

Shades and tints

Shades of #B0C27D

#B0C27D
(176,194,125)
#A0B172
(160,177,114)
#90A067
(144,160,103)
#808F5C
(128,143,92)
#707E51
(112,126,81)
#606D46
(96,109,70)
#505C3B
(80,92,59)
#404B30
(64,75,48)
#303A25
(48,58,37)
#20291A
(32,41,26)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #B0C27D

#B0C27D
(176,194,125)
#B7C788
(183,199,136)
#BECC93
(190,204,147)
#C5D19E
(197,209,158)
#CCD6A9
(204,214,169)
#D3DBB4
(211,219,180)
#DAE0BF
(218,224,191)
#E1E5CA
(225,229,202)
#E8EAD5
(232,234,213)
#EFEFE0
(239,239,224)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C27D; }

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

This text font color is #B0C27D.


Background Color

.myBgColor { background-color: #B0C27D; }

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

This div background color is #B0C27D.


Border color

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

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

This div border color is #B0C27D.


Opacity

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

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

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

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

This text has shadow with #B0C27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C27D on black background.


Color preview on white background

This text has color #B0C27D on white background.



Black color preview on #B0C27D background

This text has black color on #B0C27D background.


White color preview on #B0C27D background

This text has white color on #B0C27D background.