COLOR #B1C283

HEX: #B1C283
RGB: (177,194,131)

Color info

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

RGB color model

#B1C283 color RGB value is (177,194,131).

  • red value is 177;
  • green value is 194;
  • blue value is 131.
RGB: (177,194,131) (69%,76%,51%)

RGB channels and saturation

R 177 of 255 = 69%
G 194 of 255 = 76%
B 131 of 255 = 51%

177
194
131

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

Portions of RGB colors in percentages

R + G + B =
177 + 194 + 131 = 502 (100%)
R 177 of 502 ~ 35.26%
G 194 of 502 ~ 38.65%
B 131 of 502 ~ 26.1%

%35.26
%38.65
%26.1

CMYK color model

#B1C283 color CMYK value is (9,0,32,24).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 32.47%
  • key color value is 23.92%
CMYK: (9,0,32,24) C9M0Y32K24 (9%,0%,32%,24%) (0.09/0.00/0.32/0.24)

CMYK percentages

%8.76
%0
%32.47
%23.92

Codes

Color #B1C283 in popluar color models

B1C283
RGB177194131
HSL76°34.05%63.73%
HSB/HSV76°32.47%76.08%
CMYK8.76%0.00%32.47%
23.92%

Color #B1C283 in popluar number systems.

HEXB1C283
Decimal177194131
Binary101100011100001010000011
Octal261302203

Shades and tints

Shades of #B1C283

#B1C283
(177,194,131)
#A1B178
(161,177,120)
#91A06D
(145,160,109)
#818F62
(129,143,98)
#717E57
(113,126,87)
#616D4C
(97,109,76)
#515C41
(81,92,65)
#414B36
(65,75,54)
#313A2B
(49,58,43)
#212920
(33,41,32)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #B1C283

#B1C283
(177,194,131)
#B8C78E
(184,199,142)
#BFCC99
(191,204,153)
#C6D1A4
(198,209,164)
#CDD6AF
(205,214,175)
#D4DBBA
(212,219,186)
#DBE0C5
(219,224,197)
#E2E5D0
(226,229,208)
#E9EADB
(233,234,219)
#F0EFE6
(240,239,230)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C283 color. Also use rgb(177,194,131) instead hex code.

Text Font Color

.myTextColor { color: #B1C283; }

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

This text font color is #B1C283.


Background Color

.myBgColor { background-color: #B1C283; }

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

This div background color is #B1C283.


Border color

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

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

This div border color is #B1C283.


Opacity

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

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

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

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

This text has shadow with #B1C283 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B1C283 on black background.


Color preview on white background

This text has color #B1C283 on white background.



Black color preview on #B1C283 background

This text has black color on #B1C283 background.


White color preview on #B1C283 background

This text has white color on #B1C283 background.