COLOR #B1CCB5

HEX: #B1CCB5 RGB: (177,204,181)

Color info

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

RGB color model

#B1CCB5 color RGB value is (177,204,181).

RGB: (177,204,181) (69%, 80%, 71%)

RGB channels and saturation

R 177 of 255 = 69%
G 204 of 255 = 80%
B 181 of 255 = 71%

177
204
181

R + G + B ~ 73%. #B1CCB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 204 + 181 = 562 (100%)
R 177 of 562 ~ 31.49%
G 204 of 562 ~ 36.3%
B 181 of 562 ~ 32.21'%

%31.49
%36.3
%32.21

CMYK color model

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

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 20.00%

CMYK: (13,0,11,20)
C13M0Y11K20 (13%, 0%, 11%, 20%)
(0.13 / 0.00 / 0.11 / 0.20)

CMYK percentages

%13.24
%0
%11.27
%20

Codes

Color #B1CCB5 in popluar color models

B1 CC B5
RGB 177 204 181
HSL 129° 20.93% 74.71%
HSB/HSV 129° 13.24% 80.00%
CMYK 13.24% 0.00% 11.27%
20.00%

Color #B1CCB5 in popluar number systems.

HEX B1 CC B5
Decimal 177 204 181
Binary 10110001 11001100 10110101
Octal 261 314 265

Shades and tints

Shades of #B1CCB5

#B1CCB5
(177,204,181)
#A1BAA5
(161,186,165)
#91A895
(145,168,149)
#819685
(129,150,133)
#718475
(113,132,117)
#617265
(97,114,101)
#516055
(81,96,85)
#414E45
(65,78,69)
#313C35
(49,60,53)
#212A25
(33,42,37)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #B1CCB5

#B1CCB5
(177,204,181)
#B8D0BB
(184,208,187)
#BFD4C1
(191,212,193)
#C6D8C7
(198,216,199)
#CDDCCD
(205,220,205)
#D4E0D3
(212,224,211)
#DBE4D9
(219,228,217)
#E2E8DF
(226,232,223)
#E9ECE5
(233,236,229)
#F0F0EB
(240,240,235)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CCB5; }

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

This text font color is #B1CCB5.

Background Color

.myBgColor { background-color: #B1CCB5; }

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

This div background color is #B1CCB5.

Border color

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

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

This div border color is #B1CCB5.

Opacity

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

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

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

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

This text has shadow with #B1CCB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1CCB5.

Preview

Color preview on black background

This text has color #B1CCB5 on black background.


Color preview on white background

This text has color #B1CCB5 on white background.


Black color preview on #B1CCB5 background

This text has black color on #B1CCB5 background.


White color preview on #B1CCB5 background

This text has white color on #B1CCB5 background.


Related colors

Complementary color

Complementary color for #hex is #4E334A.


I love getcolorcode.com

Triadic colors

1 #B5B1CC and #CCB5B1 with #B1CCB5 are triadic colors.

2 #B5CCB1 and #CCB1B5 with #B1CCB5 are triadic colors.