COLOR #B1C88D

HEX: #B1C88D
RGB: (177,200,141)

Color info

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

RGB color model

#B1C88D color RGB value is (177,200,141).

  • red value is 177;
  • green value is 200;
  • blue value is 141.
RGB:
(177,200,141)
(69%,78%,55%)

RGB channels and saturation

R 177 of 255 = 69%
G 200 of 255 = 78%
B 141 of 255 = 55%

177
200
141

R + G + B ~ 67%. #B1C88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 200 + 141 = 518 (100%)
R 177 of 518 ~ 34.17%
G 200 of 518 ~ 38.61%
B 141 of 518 ~ 27.22%

%34.17
%38.61
%27.22

CMYK color model

#B1C88D color CMYK value is (12,0,30,22).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • key color value is 21.57%
CMYK:
(12,0,30,22)
C12M0Y30K22 
(12%,0%,30%,22%)
(0.12/0.00/0.30/0.22)	

CMYK percentages

%11.5
%0
%29.5
%21.57

Codes

Color #B1C88D in popluar color models

B1C88D
RGB177200141
HSL83°34.91%66.86%
HSB/HSV83°29.50%78.43%
CMYK11.50%0.00%29.50%
21.57%

Color #B1C88D in popluar number systems.

HEXB1C88D
Decimal177200141
Binary101100011100100010001101
Octal261310215

Shades and tints

Shades of #B1C88D

#B1C88D
(177,200,141)
#A1B681
(161,182,129)
#91A475
(145,164,117)
#819269
(129,146,105)
#71805D
(113,128,93)
#616E51
(97,110,81)
#515C45
(81,92,69)
#414A39
(65,74,57)
#31382D
(49,56,45)
#212621
(33,38,33)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #B1C88D

#B1C88D
(177,200,141)
#B8CD97
(184,205,151)
#BFD2A1
(191,210,161)
#C6D7AB
(198,215,171)
#CDDCB5
(205,220,181)
#D4E1BF
(212,225,191)
#DBE6C9
(219,230,201)
#E2EBD3
(226,235,211)
#E9F0DD
(233,240,221)
#F0F5E7
(240,245,231)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C88D; }

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

This text font color is #B1C88D.


Background Color

.myBgColor { background-color: #B1C88D; }

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

This div background color is #B1C88D.


Border color

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

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

This div border color is #B1C88D.


Opacity

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

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

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

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

This text has shadow with #B1C88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C88D on black background.


Color preview on white background

This text has color #B1C88D on white background.



Black color preview on #B1C88D background

This text has black color on #B1C88D background.


White color preview on #B1C88D background

This text has white color on #B1C88D background.