COLOR #B6D1CB

HEX: #B6D1CB
RGB: (182,209,203)

Color info

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

RGB color model

#B6D1CB color RGB value is (182,209,203).

  • red value is 182;
  • green value is 209;
  • blue value is 203.
RGB:
(182,209,203)
(71%,82%,80%)

RGB channels and saturation

R 182 of 255 = 71%
G 209 of 255 = 82%
B 203 of 255 = 80%

182
209
203

R + G + B ~ 78%. #B6D1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 209 + 203 = 594 (100%)
R 182 of 594 ~ 30.64%
G 209 of 594 ~ 35.19%
B 203 of 594 ~ 34.18%

%30.64
%35.19
%34.18

CMYK color model

#B6D1CB color CMYK value is (13,0,3,18).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 18.04%
CMYK:
(13,0,3,18)
C13M0Y3K18 
(13%,0%,3%,18%)
(0.13/0.00/0.03/0.18)	

CMYK percentages

%12.92
%0
%2.87
%18.04

Codes

Color #B6D1CB in popluar color models

B6D1CB
RGB182209203
HSL167°22.69%76.67%
HSB/HSV167°12.92%81.96%
CMYK12.92%0.00%2.87%
18.04%

Color #B6D1CB in popluar number systems.

HEXB6D1CB
Decimal182209203
Binary101101101101000111001011
Octal266321313

Shades and tints

Shades of #B6D1CB

#B6D1CB
(182,209,203)
#A6BEB9
(166,190,185)
#96ABA7
(150,171,167)
#869895
(134,152,149)
#768583
(118,133,131)
#667271
(102,114,113)
#565F5F
(86,95,95)
#464C4D
(70,76,77)
#36393B
(54,57,59)
#262629
(38,38,41)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #B6D1CB

#B6D1CB
(182,209,203)
#BCD5CF
(188,213,207)
#C2D9D3
(194,217,211)
#C8DDD7
(200,221,215)
#CEE1DB
(206,225,219)
#D4E5DF
(212,229,223)
#DAE9E3
(218,233,227)
#E0EDE7
(224,237,231)
#E6F1EB
(230,241,235)
#ECF5EF
(236,245,239)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D1CB color. Also use rgb(182,209,203) instead hex code.

Text Font Color

.myTextColor { color: #B6D1CB; }

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

This text font color is #B6D1CB.


Background Color

.myBgColor { background-color: #B6D1CB; }

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

This div background color is #B6D1CB.


Border color

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

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

This div border color is #B6D1CB.


Opacity

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

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

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

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

This text has shadow with #B6D1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D1CB on black background.


Color preview on white background

This text has color #B6D1CB on white background.



Black color preview on #B6D1CB background

This text has black color on #B6D1CB background.


White color preview on #B6D1CB background

This text has white color on #B6D1CB background.