COLOR #B1CABB

HEX: #B1CABB RGB: (177,202,187)

Color info

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

RGB color model

#B1CABB color RGB value is (177,202,187).

RGB: (177,202,187) (69%, 79%, 73%)

RGB channels and saturation

R 177 of 255 = 69%
G 202 of 255 = 79%
B 187 of 255 = 73%

177
202
187

R + G + B ~ 74%. #B1CABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 202 + 187 = 566 (100%)
R 177 of 566 ~ 31.27%
G 202 of 566 ~ 35.69%
B 187 of 566 ~ 33.04'%

%31.27
%35.69
%33.04

CMYK color model

#B1CABB color CMYK value is (12,0,7,21).

  • cyan value is 12.38%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 20.78%

CMYK: (12,0,7,21)
C12M0Y7K21 (12%, 0%, 7%, 21%)
(0.12 / 0.00 / 0.07 / 0.21)

CMYK percentages

%12.38
%0
%7.43
%20.78

Codes

Color #B1CABB in popluar color models

B1 CA BB
RGB 177 202 187
HSL 144° 19.08% 74.31%
HSB/HSV 144° 12.38% 79.22%
CMYK 12.38% 0.00% 7.43%
20.78%

Color #B1CABB in popluar number systems.

HEX B1 CA BB
Decimal 177 202 187
Binary 10110001 11001010 10111011
Octal 261 312 273

Shades and tints

Shades of #B1CABB

#B1CABB
(177,202,187)
#A1B8AA
(161,184,170)
#91A699
(145,166,153)
#819488
(129,148,136)
#718277
(113,130,119)
#617066
(97,112,102)
#515E55
(81,94,85)
#414C44
(65,76,68)
#313A33
(49,58,51)
#212822
(33,40,34)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #B1CABB

#B1CABB
(177,202,187)
#B8CEC1
(184,206,193)
#BFD2C7
(191,210,199)
#C6D6CD
(198,214,205)
#CDDAD3
(205,218,211)
#D4DED9
(212,222,217)
#DBE2DF
(219,226,223)
#E2E6E5
(226,230,229)
#E9EAEB
(233,234,235)
#F0EEF1
(240,238,241)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CABB color. Also use rgb(177,202,187) instead hex code.

Text Font Color

.myTextColor { color: #B1CABB; }

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

This text font color is #B1CABB.

Background Color

.myBgColor { background-color: #B1CABB; }

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

This div background color is #B1CABB.

Border color

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

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

This div border color is #B1CABB.

Opacity

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

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

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

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

This text has shadow with #B1CABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1CABB.

Preview

Color preview on black background

This text has color #B1CABB on black background.


Color preview on white background

This text has color #B1CABB on white background.


Black color preview on #B1CABB background

This text has black color on #B1CABB background.


White color preview on #B1CABB background

This text has white color on #B1CABB background.


Related colors

Complementary color

Complementary color for #hex is #4E3544.


I love getcolorcode.com

Triadic colors

1 #BBB1CA and #CABBB1 with #B1CABB are triadic colors.

2 #BBCAB1 and #CAB1BB with #B1CABB are triadic colors.