COLOR #B5C9BA

HEX: #B5C9BA
RGB: (181,201,186)

Color info

#B5C9BA contains red, green and blue colors in about the same proportion. Web safe color of #B5C9BA is #CCCCCC (or #CCC).

RGB color model

#B5C9BA color RGB value is (181,201,186).

  • red value is 181;
  • green value is 201;
  • blue value is 186.
RGB:
(181,201,186)
(71%,79%,73%)

RGB channels and saturation

R 181 of 255 = 71%
G 201 of 255 = 79%
B 186 of 255 = 73%

181
201
186

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

Portions of RGB colors in percentages

R + G + B =
181 + 201 + 186 = 568 (100%)
R 181 of 568 ~ 31.87%
G 201 of 568 ~ 35.39%
B 186 of 568 ~ 32.75%

%31.87
%35.39
%32.75

CMYK color model

#B5C9BA color CMYK value is (10,0,7,21).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK:
(10,0,7,21)
C10M0Y7K21 
(10%,0%,7%,21%)
(0.10/0.00/0.07/0.21)	

CMYK percentages

%9.95
%0
%7.46
%21.18

Codes

Color #B5C9BA in popluar color models

B5C9BA
RGB181201186
HSL135°15.63%74.90%
HSB/HSV135°9.95%78.82%
CMYK9.95%0.00%7.46%
21.18%

Color #B5C9BA in popluar number systems.

HEXB5C9BA
Decimal181201186
Binary101101011100100110111010
Octal265311272

Shades and tints

Shades of #B5C9BA

#B5C9BA
(181,201,186)
#A5B7AA
(165,183,170)
#95A59A
(149,165,154)
#85938A
(133,147,138)
#75817A
(117,129,122)
#656F6A
(101,111,106)
#555D5A
(85,93,90)
#454B4A
(69,75,74)
#35393A
(53,57,58)
#25272A
(37,39,42)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #B5C9BA

#B5C9BA
(181,201,186)
#BBCDC0
(187,205,192)
#C1D1C6
(193,209,198)
#C7D5CC
(199,213,204)
#CDD9D2
(205,217,210)
#D3DDD8
(211,221,216)
#D9E1DE
(217,225,222)
#DFE5E4
(223,229,228)
#E5E9EA
(229,233,234)
#EBEDF0
(235,237,240)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C9BA color. Also use rgb(181,201,186) instead hex code.

Text Font Color

.myTextColor { color: #B5C9BA; }

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

This text font color is #B5C9BA.


Background Color

.myBgColor { background-color: #B5C9BA; }

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

This div background color is #B5C9BA.


Border color

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

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

This div border color is #B5C9BA.


Opacity

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

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

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

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

This text has shadow with #B5C9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C9BA on black background.


Color preview on white background

This text has color #B5C9BA on white background.



Black color preview on #B5C9BA background

This text has black color on #B5C9BA background.


White color preview on #B5C9BA background

This text has white color on #B5C9BA background.