COLOR #B6CCC3

HEX: #B6CCC3
RGB: (182,204,195)

Color info

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

RGB color model

#B6CCC3 color RGB value is (182,204,195).

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

RGB channels and saturation

R 182 of 255 = 71%
G 204 of 255 = 80%
B 195 of 255 = 76%

182
204
195

R + G + B ~ 76%. #B6CCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 204 + 195 = 581 (100%)
R 182 of 581 ~ 31.33%
G 204 of 581 ~ 35.11%
B 195 of 581 ~ 33.56%

%31.33
%35.11
%33.56

CMYK color model

#B6CCC3 color CMYK value is (11,0,4,20).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 20.00%
CMYK:
(11,0,4,20)
C11M0Y4K20 
(11%,0%,4%,20%)
(0.11/0.00/0.04/0.20)	

CMYK percentages

%10.78
%0
%4.41
%20

Codes

Color #B6CCC3 in popluar color models

B6CCC3
RGB182204195
HSL155°17.74%75.69%
HSB/HSV155°10.78%80.00%
CMYK10.78%0.00%4.41%
20.00%

Color #B6CCC3 in popluar number systems.

HEXB6CCC3
Decimal182204195
Binary101101101100110011000011
Octal266314303

Shades and tints

Shades of #B6CCC3

#B6CCC3
(182,204,195)
#A6BAB2
(166,186,178)
#96A8A1
(150,168,161)
#869690
(134,150,144)
#76847F
(118,132,127)
#66726E
(102,114,110)
#56605D
(86,96,93)
#464E4C
(70,78,76)
#363C3B
(54,60,59)
#262A2A
(38,42,42)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #B6CCC3

#B6CCC3
(182,204,195)
#BCD0C8
(188,208,200)
#C2D4CD
(194,212,205)
#C8D8D2
(200,216,210)
#CEDCD7
(206,220,215)
#D4E0DC
(212,224,220)
#DAE4E1
(218,228,225)
#E0E8E6
(224,232,230)
#E6ECEB
(230,236,235)
#ECF0F0
(236,240,240)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CCC3; }

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

This text font color is #B6CCC3.


Background Color

.myBgColor { background-color: #B6CCC3; }

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

This div background color is #B6CCC3.


Border color

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

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

This div border color is #B6CCC3.


Opacity

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

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

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

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

This text has shadow with #B6CCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CCC3 on black background.


Color preview on white background

This text has color #B6CCC3 on white background.



Black color preview on #B6CCC3 background

This text has black color on #B6CCC3 background.


White color preview on #B6CCC3 background

This text has white color on #B6CCC3 background.