COLOR #B1C684

HEX: #B1C684
RGB: (177,198,132)

Color info

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

RGB color model

#B1C684 color RGB value is (177,198,132).

  • red value is 177;
  • green value is 198;
  • blue value is 132.
RGB:
(177,198,132)
(69%,78%,52%)

RGB channels and saturation

R 177 of 255 = 69%
G 198 of 255 = 78%
B 132 of 255 = 52%

177
198
132

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

Portions of RGB colors in percentages

R + G + B =
177 + 198 + 132 = 507 (100%)
R 177 of 507 ~ 34.91%
G 198 of 507 ~ 39.05%
B 132 of 507 ~ 26.04%

%34.91
%39.05
%26.04

CMYK color model

#B1C684 color CMYK value is (11,0,33,22).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 22.35%
CMYK:
(11,0,33,22)
C11M0Y33K22 
(11%,0%,33%,22%)
(0.11/0.00/0.33/0.22)	

CMYK percentages

%10.61
%0
%33.33
%22.35

Codes

Color #B1C684 in popluar color models

B1C684
RGB177198132
HSL79°36.67%64.71%
HSB/HSV79°33.33%77.65%
CMYK10.61%0.00%33.33%
22.35%

Color #B1C684 in popluar number systems.

HEXB1C684
Decimal177198132
Binary101100011100011010000100
Octal261306204

Shades and tints

Shades of #B1C684

#B1C684
(177,198,132)
#A1B478
(161,180,120)
#91A26C
(145,162,108)
#819060
(129,144,96)
#717E54
(113,126,84)
#616C48
(97,108,72)
#515A3C
(81,90,60)
#414830
(65,72,48)
#313624
(49,54,36)
#212418
(33,36,24)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #B1C684

#B1C684
(177,198,132)
#B8CB8F
(184,203,143)
#BFD09A
(191,208,154)
#C6D5A5
(198,213,165)
#CDDAB0
(205,218,176)
#D4DFBB
(212,223,187)
#DBE4C6
(219,228,198)
#E2E9D1
(226,233,209)
#E9EEDC
(233,238,220)
#F0F3E7
(240,243,231)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C684 color. Also use rgb(177,198,132) instead hex code.

Text Font Color

.myTextColor { color: #B1C684; }

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

This text font color is #B1C684.


Background Color

.myBgColor { background-color: #B1C684; }

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

This div background color is #B1C684.


Border color

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

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

This div border color is #B1C684.


Opacity

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

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

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

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

This text has shadow with #B1C684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C684 on black background.


Color preview on white background

This text has color #B1C684 on white background.



Black color preview on #B1C684 background

This text has black color on #B1C684 background.


White color preview on #B1C684 background

This text has white color on #B1C684 background.