COLOR #B6CABC

HEX: #B6CABC
RGB: (182,202,188)

Color info

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

RGB color model

#B6CABC color RGB value is (182,202,188).

  • red value is 182;
  • green value is 202;
  • blue value is 188.
RGB:
(182,202,188)
(71%,79%,74%)

RGB channels and saturation

R 182 of 255 = 71%
G 202 of 255 = 79%
B 188 of 255 = 74%

182
202
188

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

Portions of RGB colors in percentages

R + G + B =
182 + 202 + 188 = 572 (100%)
R 182 of 572 ~ 31.82%
G 202 of 572 ~ 35.31%
B 188 of 572 ~ 32.87%

%31.82
%35.31
%32.87

CMYK color model

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

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

CMYK percentages

%9.9
%0
%6.93
%20.78

Codes

Color #B6CABC in popluar color models

B6CABC
RGB182202188
HSL138°15.87%75.29%
HSB/HSV138°9.90%79.22%
CMYK9.90%0.00%6.93%
20.78%

Color #B6CABC in popluar number systems.

HEXB6CABC
Decimal182202188
Binary101101101100101010111100
Octal266312274

Shades and tints

Shades of #B6CABC

#B6CABC
(182,202,188)
#A6B8AB
(166,184,171)
#96A69A
(150,166,154)
#869489
(134,148,137)
#768278
(118,130,120)
#667067
(102,112,103)
#565E56
(86,94,86)
#464C45
(70,76,69)
#363A34
(54,58,52)
#262823
(38,40,35)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #B6CABC

#B6CABC
(182,202,188)
#BCCEC2
(188,206,194)
#C2D2C8
(194,210,200)
#C8D6CE
(200,214,206)
#CEDAD4
(206,218,212)
#D4DEDA
(212,222,218)
#DAE2E0
(218,226,224)
#E0E6E6
(224,230,230)
#E6EAEC
(230,234,236)
#ECEEF2
(236,238,242)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CABC color. Also use rgb(182,202,188) instead hex code.

Text Font Color

.myTextColor { color: #B6CABC; }

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

This text font color is #B6CABC.


Background Color

.myBgColor { background-color: #B6CABC; }

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

This div background color is #B6CABC.


Border color

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

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

This div border color is #B6CABC.


Opacity

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

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

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

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

This text has shadow with #B6CABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CABC on black background.


Color preview on white background

This text has color #B6CABC on white background.



Black color preview on #B6CABC background

This text has black color on #B6CABC background.


White color preview on #B6CABC background

This text has white color on #B6CABC background.