COLOR #B9CAB5

HEX: #B9CAB5 RGB: (185,202,181)

Color info

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

RGB color model

#B9CAB5 color RGB value is (185,202,181).

RGB: (185,202,181) (73%, 79%, 71%)

RGB channels and saturation

R 185 of 255 = 73%
G 202 of 255 = 79%
B 181 of 255 = 71%

185
202
181

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

Portions of RGB colors in percentages

R + G + B = 185 + 202 + 181 = 568 (100%)
R 185 of 568 ~ 32.57%
G 202 of 568 ~ 35.56%
B 181 of 568 ~ 31.87'%

%32.57
%35.56
%31.87

CMYK color model

#B9CAB5 color CMYK value is (8,0,10,21).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 20.78%

CMYK: (8,0,10,21)
C8M0Y10K21 (8%, 0%, 10%, 21%)
(0.08 / 0.00 / 0.10 / 0.21)

CMYK percentages

%8.42
%0
%10.4
%20.78

Codes

Color #B9CAB5 in popluar color models

B9 CA B5
RGB 185 202 181
HSL 109° 16.54% 75.10%
HSB/HSV 109° 10.40% 79.22%
CMYK 8.42% 0.00% 10.40%
20.78%

Color #B9CAB5 in popluar number systems.

HEX B9 CA B5
Decimal 185 202 181
Binary 10111001 11001010 10110101
Octal 271 312 265

Shades and tints

Shades of #B9CAB5

#B9CAB5
(185,202,181)
#A9B8A5
(169,184,165)
#99A695
(153,166,149)
#899485
(137,148,133)
#798275
(121,130,117)
#697065
(105,112,101)
#595E55
(89,94,85)
#494C45
(73,76,69)
#393A35
(57,58,53)
#292825
(41,40,37)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #B9CAB5

#B9CAB5
(185,202,181)
#BFCEBB
(191,206,187)
#C5D2C1
(197,210,193)
#CBD6C7
(203,214,199)
#D1DACD
(209,218,205)
#D7DED3
(215,222,211)
#DDE2D9
(221,226,217)
#E3E6DF
(227,230,223)
#E9EAE5
(233,234,229)
#EFEEEB
(239,238,235)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CAB5 color. Also use rgb(185,202,181) instead hex code.

Text Font Color

.myTextColor { color: #B9CAB5; }

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

This text font color is #B9CAB5.

Background Color

.myBgColor { background-color: #B9CAB5; }

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

This div background color is #B9CAB5.

Border color

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

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

This div border color is #B9CAB5.

Opacity

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

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

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

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

This text has shadow with #B9CAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CAB5.

Preview

Color preview on black background

This text has color #B9CAB5 on black background.


Color preview on white background

This text has color #B9CAB5 on white background.


Black color preview on #B9CAB5 background

This text has black color on #B9CAB5 background.


White color preview on #B9CAB5 background

This text has white color on #B9CAB5 background.


Related colors

Complementary color

Complementary color for #hex is #46354A.


I love getcolorcode.com

Triadic colors

1 #B5B9CA and #CAB5B9 with #B9CAB5 are triadic colors.

2 #B5CAB9 and #CAB9B5 with #B9CAB5 are triadic colors.