COLOR #B1C882

HEX: #B1C882 RGB: (177,200,130)

Color info

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

RGB color model

#B1C882 color RGB value is (177,200,130).

RGB: (177,200,130) (69%, 78%, 51%)

RGB channels and saturation

R 177 of 255 = 69%
G 200 of 255 = 78%
B 130 of 255 = 51%

177
200
130

R + G + B ~ 66%. #B1C882 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 200 + 130 = 507 (100%)
R 177 of 507 ~ 34.91%
G 200 of 507 ~ 39.45%
B 130 of 507 ~ 25.64'%

%34.91
%39.45
%25.64

CMYK color model

#B1C882 color CMYK value is (12,0,35,22).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 21.57%

CMYK: (12,0,35,22)
C12M0Y35K22 (12%, 0%, 35%, 22%)
(0.12 / 0.00 / 0.35 / 0.22)

CMYK percentages

%11.5
%0
%35
%21.57

Codes

Color #B1C882 in popluar color models

B1 C8 82
RGB 177 200 130
HSL 80° 38.89% 64.71%
HSB/HSV 80° 35.00% 78.43%
CMYK 11.50% 0.00% 35.00%
21.57%

Color #B1C882 in popluar number systems.

HEX B1 C8 82
Decimal 177 200 130
Binary 10110001 11001000 10000010
Octal 261 310 202

Shades and tints

Shades of #B1C882

#B1C882
(177,200,130)
#A1B677
(161,182,119)
#91A46C
(145,164,108)
#819261
(129,146,97)
#718056
(113,128,86)
#616E4B
(97,110,75)
#515C40
(81,92,64)
#414A35
(65,74,53)
#31382A
(49,56,42)
#21261F
(33,38,31)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #B1C882

#B1C882
(177,200,130)
#B8CD8D
(184,205,141)
#BFD298
(191,210,152)
#C6D7A3
(198,215,163)
#CDDCAE
(205,220,174)
#D4E1B9
(212,225,185)
#DBE6C4
(219,230,196)
#E2EBCF
(226,235,207)
#E9F0DA
(233,240,218)
#F0F5E5
(240,245,229)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C882 color. Also use rgb(177,200,130) instead hex code.

Text Font Color

.myTextColor { color: #B1C882; }

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

This text font color is #B1C882.

Background Color

.myBgColor { background-color: #B1C882; }

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

This div background color is #B1C882.

Border color

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

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

This div border color is #B1C882.

Opacity

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

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

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

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

This text has shadow with #B1C882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C882.

Preview

Color preview on black background

This text has color #B1C882 on black background.


Color preview on white background

This text has color #B1C882 on white background.


Black color preview on #B1C882 background

This text has black color on #B1C882 background.


White color preview on #B1C882 background

This text has white color on #B1C882 background.


Related colors

Complementary color

Complementary color for #hex is #4E377D.


I love getcolorcode.com

Triadic colors

1 #82B1C8 and #C882B1 with #B1C882 are triadic colors.

2 #82C8B1 and #C8B182 with #B1C882 are triadic colors.