COLOR #B0CAC5

HEX: #B0CAC5 RGB: (176,202,197)

Color info

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

RGB color model

#B0CAC5 color RGB value is (176,202,197).

RGB: (176,202,197) (69%, 79%, 77%)

RGB channels and saturation

R 176 of 255 = 69%
G 202 of 255 = 79%
B 197 of 255 = 77%

176
202
197

R + G + B ~ 75%. #B0CAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 202 + 197 = 575 (100%)
R 176 of 575 ~ 30.61%
G 202 of 575 ~ 35.13%
B 197 of 575 ~ 34.26'%

%30.61
%35.13
%34.26

CMYK color model

#B0CAC5 color CMYK value is (13,0,2,21).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 20.78%
CMYK: (13,0,2,21) C13M0Y2K21 (13%,0%,2%,21%) (0.13/0.00/0.02/0.21) 

CMYK percentages

%12.87
%0
%2.48
%20.78

Codes

Color #B0CAC5 in popluar color models

B0 CA C5
RGB 176 202 197
HSL 168° 19.70% 74.12%
HSB/HSV 168° 12.87% 79.22%
CMYK 12.87% 0.00% 2.48%
20.78%

Color #B0CAC5 in popluar number systems.

HEX B0 CA C5
Decimal 176 202 197
Binary 10110000 11001010 11000101
Octal 260 312 305

Shades and tints

Shades of #B0CAC5

#B0CAC5
(176,202,197)
#A0B8B4
(160,184,180)
#90A6A3
(144,166,163)
#809492
(128,148,146)
#708281
(112,130,129)
#607070
(96,112,112)
#505E5F
(80,94,95)
#404C4E
(64,76,78)
#303A3D
(48,58,61)
#20282C
(32,40,44)
#10161B
(16,22,27)
#000000
(0,0,0)

Tints of #B0CAC5

#B0CAC5
(176,202,197)
#B7CECA
(183,206,202)
#BED2CF
(190,210,207)
#C5D6D4
(197,214,212)
#CCDAD9
(204,218,217)
#D3DEDE
(211,222,222)
#DAE2E3
(218,226,227)
#E1E6E8
(225,230,232)
#E8EAED
(232,234,237)
#EFEEF2
(239,238,242)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CAC5 color. Also use rgb(176,202,197) instead hex code.

Text Font Color

.myTextColor { color: #B0CAC5; }

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

This text font color is #B0CAC5.

Background Color

.myBgColor { background-color: #B0CAC5; }

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

This div background color is #B0CAC5.

Border color

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

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

This div border color is #B0CAC5.

Opacity

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

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

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

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

This text has shadow with #B0CAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CAC5.

Preview

Color preview on black background

This text has color #B0CAC5 on black background.


Color preview on white background

This text has color #B0CAC5 on white background.


Black color preview on #B0CAC5 background

This text has black color on #B0CAC5 background.


White color preview on #B0CAC5 background

This text has white color on #B0CAC5 background.


Related colors

Complementary color

Complementary color for #hex is #4F353A.


I love getcolorcode.com

Triadic colors

1 #C5B0CA and #CAC5B0 with #B0CAC5 are triadic colors.

2 #C5CAB0 and #CAB0C5 with #B0CAC5 are triadic colors.