COLOR #B6CCBD

HEX: #B6CCBD
RGB: (182,204,189)

Color info

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

RGB color model

#B6CCBD color RGB value is (182,204,189).

  • red value is 182;
  • green value is 204;
  • blue value is 189.
RGB:
(182,204,189)
(71%,80%,74%)

RGB channels and saturation

R 182 of 255 = 71%
G 204 of 255 = 80%
B 189 of 255 = 74%

182
204
189

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

Portions of RGB colors in percentages

R + G + B =
182 + 204 + 189 = 575 (100%)
R 182 of 575 ~ 31.65%
G 204 of 575 ~ 35.48%
B 189 of 575 ~ 32.87%

%31.65
%35.48
%32.87

CMYK color model

#B6CCBD color CMYK value is (11,0,7,20).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 20.00%
CMYK:
(11,0,7,20)
C11M0Y7K20 
(11%,0%,7%,20%)
(0.11/0.00/0.07/0.20)	

CMYK percentages

%10.78
%0
%7.35
%20

Codes

Color #B6CCBD in popluar color models

B6CCBD
RGB182204189
HSL139°17.74%75.69%
HSB/HSV139°10.78%80.00%
CMYK10.78%0.00%7.35%
20.00%

Color #B6CCBD in popluar number systems.

HEXB6CCBD
Decimal182204189
Binary101101101100110010111101
Octal266314275

Shades and tints

Shades of #B6CCBD

#B6CCBD
(182,204,189)
#A6BAAC
(166,186,172)
#96A89B
(150,168,155)
#86968A
(134,150,138)
#768479
(118,132,121)
#667268
(102,114,104)
#566057
(86,96,87)
#464E46
(70,78,70)
#363C35
(54,60,53)
#262A24
(38,42,36)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #B6CCBD

#B6CCBD
(182,204,189)
#BCD0C3
(188,208,195)
#C2D4C9
(194,212,201)
#C8D8CF
(200,216,207)
#CEDCD5
(206,220,213)
#D4E0DB
(212,224,219)
#DAE4E1
(218,228,225)
#E0E8E7
(224,232,231)
#E6ECED
(230,236,237)
#ECF0F3
(236,240,243)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CCBD color. Also use rgb(182,204,189) instead hex code.

Text Font Color

.myTextColor { color: #B6CCBD; }

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

This text font color is #B6CCBD.


Background Color

.myBgColor { background-color: #B6CCBD; }

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

This div background color is #B6CCBD.


Border color

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

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

This div border color is #B6CCBD.


Opacity

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

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

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

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

This text has shadow with #B6CCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CCBD on black background.


Color preview on white background

This text has color #B6CCBD on white background.



Black color preview on #B6CCBD background

This text has black color on #B6CCBD background.


White color preview on #B6CCBD background

This text has white color on #B6CCBD background.