COLOR #B5C6B3

HEX: #B5C6B3
RGB: (181,198,179)

Color info

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

RGB color model

#B5C6B3 color RGB value is (181,198,179).

  • red value is 181;
  • green value is 198;
  • blue value is 179.
RGB:
(181,198,179)
(71%,78%,70%)

RGB channels and saturation

R 181 of 255 = 71%
G 198 of 255 = 78%
B 179 of 255 = 70%

181
198
179

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

Portions of RGB colors in percentages

R + G + B =
181 + 198 + 179 = 558 (100%)
R 181 of 558 ~ 32.44%
G 198 of 558 ~ 35.48%
B 179 of 558 ~ 32.08%

%32.44
%35.48
%32.08

CMYK color model

#B5C6B3 color CMYK value is (9,0,10,22).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 22.35%
CMYK:
(9,0,10,22)
C9M0Y10K22 
(9%,0%,10%,22%)
(0.09/0.00/0.10/0.22)	

CMYK percentages

%8.59
%0
%9.6
%22.35

Codes

Color #B5C6B3 in popluar color models

B5C6B3
RGB181198179
HSL114°14.29%73.92%
HSB/HSV114°9.60%77.65%
CMYK8.59%0.00%9.60%
22.35%

Color #B5C6B3 in popluar number systems.

HEXB5C6B3
Decimal181198179
Binary101101011100011010110011
Octal265306263

Shades and tints

Shades of #B5C6B3

#B5C6B3
(181,198,179)
#A5B4A3
(165,180,163)
#95A293
(149,162,147)
#859083
(133,144,131)
#757E73
(117,126,115)
#656C63
(101,108,99)
#555A53
(85,90,83)
#454843
(69,72,67)
#353633
(53,54,51)
#252423
(37,36,35)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #B5C6B3

#B5C6B3
(181,198,179)
#BBCBB9
(187,203,185)
#C1D0BF
(193,208,191)
#C7D5C5
(199,213,197)
#CDDACB
(205,218,203)
#D3DFD1
(211,223,209)
#D9E4D7
(217,228,215)
#DFE9DD
(223,233,221)
#E5EEE3
(229,238,227)
#EBF3E9
(235,243,233)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C6B3 color. Also use rgb(181,198,179) instead hex code.

Text Font Color

.myTextColor { color: #B5C6B3; }

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

This text font color is #B5C6B3.


Background Color

.myBgColor { background-color: #B5C6B3; }

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

This div background color is #B5C6B3.


Border color

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

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

This div border color is #B5C6B3.


Opacity

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

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

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

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

This text has shadow with #B5C6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C6B3 on black background.


Color preview on white background

This text has color #B5C6B3 on white background.



Black color preview on #B5C6B3 background

This text has black color on #B5C6B3 background.


White color preview on #B5C6B3 background

This text has white color on #B5C6B3 background.