COLOR #B1CCA4

HEX: #B1CCA4
RGB: (177,204,164)

Color info

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

RGB color model

#B1CCA4 color RGB value is (177,204,164).

  • red value is 177;
  • green value is 204;
  • blue value is 164.
RGB:
(177,204,164)
(69%,80%,64%)

RGB channels and saturation

R 177 of 255 = 69%
G 204 of 255 = 80%
B 164 of 255 = 64%

177
204
164

R + G + B ~ 71%. #B1CCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 204 + 164 = 545 (100%)
R 177 of 545 ~ 32.48%
G 204 of 545 ~ 37.43%
B 164 of 545 ~ 30.09%

%32.48
%37.43
%30.09

CMYK color model

#B1CCA4 color CMYK value is (13,0,20,20).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 20.00%
CMYK:
(13,0,20,20)
C13M0Y20K20 
(13%,0%,20%,20%)
(0.13/0.00/0.20/0.20)	

CMYK percentages

%13.24
%0
%19.61
%20

Codes

Color #B1CCA4 in popluar color models

B1CCA4
RGB177204164
HSL101°28.17%72.16%
HSB/HSV101°19.61%80.00%
CMYK13.24%0.00%19.61%
20.00%

Color #B1CCA4 in popluar number systems.

HEXB1CCA4
Decimal177204164
Binary101100011100110010100100
Octal261314244

Shades and tints

Shades of #B1CCA4

#B1CCA4
(177,204,164)
#A1BA96
(161,186,150)
#91A888
(145,168,136)
#81967A
(129,150,122)
#71846C
(113,132,108)
#61725E
(97,114,94)
#516050
(81,96,80)
#414E42
(65,78,66)
#313C34
(49,60,52)
#212A26
(33,42,38)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #B1CCA4

#B1CCA4
(177,204,164)
#B8D0AC
(184,208,172)
#BFD4B4
(191,212,180)
#C6D8BC
(198,216,188)
#CDDCC4
(205,220,196)
#D4E0CC
(212,224,204)
#DBE4D4
(219,228,212)
#E2E8DC
(226,232,220)
#E9ECE4
(233,236,228)
#F0F0EC
(240,240,236)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CCA4 color. Also use rgb(177,204,164) instead hex code.

Text Font Color

.myTextColor { color: #B1CCA4; }

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

This text font color is #B1CCA4.


Background Color

.myBgColor { background-color: #B1CCA4; }

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

This div background color is #B1CCA4.


Border color

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

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

This div border color is #B1CCA4.


Opacity

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

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

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

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

This text has shadow with #B1CCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CCA4 on black background.


Color preview on white background

This text has color #B1CCA4 on white background.



Black color preview on #B1CCA4 background

This text has black color on #B1CCA4 background.


White color preview on #B1CCA4 background

This text has white color on #B1CCA4 background.