COLOR #B8CCB1

HEX: #B8CCB1
RGB: (184,204,177)

Color info

#B8CCB1 contains red, green and blue colors in about the same proportion. Web safe color of #B8CCB1 is #CCCC99 (or #CC9).

RGB color model

#B8CCB1 color RGB value is (184,204,177).

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

RGB channels and saturation

R 184 of 255 = 72%
G 204 of 255 = 80%
B 177 of 255 = 69%

184
204
177

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

Portions of RGB colors in percentages

R + G + B =
184 + 204 + 177 = 565 (100%)
R 184 of 565 ~ 32.57%
G 204 of 565 ~ 36.11%
B 177 of 565 ~ 31.33%

%32.57
%36.11
%31.33

CMYK color model

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

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 20.00%
CMYK:
(10,0,13,20)
C10M0Y13K20 
(10%,0%,13%,20%)
(0.10/0.00/0.13/0.20)	

CMYK percentages

%9.8
%0
%13.24
%20

Codes

Color #B8CCB1 in popluar color models

B8CCB1
RGB184204177
HSL104°20.93%74.71%
HSB/HSV104°13.24%80.00%
CMYK9.80%0.00%13.24%
20.00%

Color #B8CCB1 in popluar number systems.

HEXB8CCB1
Decimal184204177
Binary101110001100110010110001
Octal270314261

Shades and tints

Shades of #B8CCB1

#B8CCB1
(184,204,177)
#A8BAA1
(168,186,161)
#98A891
(152,168,145)
#889681
(136,150,129)
#788471
(120,132,113)
#687261
(104,114,97)
#586051
(88,96,81)
#484E41
(72,78,65)
#383C31
(56,60,49)
#282A21
(40,42,33)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #B8CCB1

#B8CCB1
(184,204,177)
#BED0B8
(190,208,184)
#C4D4BF
(196,212,191)
#CAD8C6
(202,216,198)
#D0DCCD
(208,220,205)
#D6E0D4
(214,224,212)
#DCE4DB
(220,228,219)
#E2E8E2
(226,232,226)
#E8ECE9
(232,236,233)
#EEF0F0
(238,240,240)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CCB1; }

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

This text font color is #B8CCB1.


Background Color

.myBgColor { background-color: #B8CCB1; }

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

This div background color is #B8CCB1.


Border color

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

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

This div border color is #B8CCB1.


Opacity

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

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

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

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

This text has shadow with #B8CCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CCB1 on black background.


Color preview on white background

This text has color #B8CCB1 on white background.



Black color preview on #B8CCB1 background

This text has black color on #B8CCB1 background.


White color preview on #B8CCB1 background

This text has white color on #B8CCB1 background.