COLOR #B6CDCA

HEX: #B6CDCA
RGB: (182,205,202)

Color info

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

RGB color model

#B6CDCA color RGB value is (182,205,202).

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

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 202 of 255 = 79%

182
205
202

R + G + B ~ 77%. #B6CDCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 205 + 202 = 589 (100%)
R 182 of 589 ~ 30.9%
G 205 of 589 ~ 34.8%
B 202 of 589 ~ 34.3%

%30.9
%34.8
%34.3

CMYK color model

#B6CDCA color CMYK value is (11,0,1,20).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.61%
CMYK:
(11,0,1,20)
C11M0Y1K20 
(11%,0%,1%,20%)
(0.11/0.00/0.01/0.20)	

CMYK percentages

%11.22
%0
%1.46
%19.61

Codes

Color #B6CDCA in popluar color models

B6CDCA
RGB182205202
HSL172°18.70%75.88%
HSB/HSV172°11.22%80.39%
CMYK11.22%0.00%1.46%
19.61%

Color #B6CDCA in popluar number systems.

HEXB6CDCA
Decimal182205202
Binary101101101100110111001010
Octal266315312

Shades and tints

Shades of #B6CDCA

#B6CDCA
(182,205,202)
#A6BBB8
(166,187,184)
#96A9A6
(150,169,166)
#869794
(134,151,148)
#768582
(118,133,130)
#667370
(102,115,112)
#56615E
(86,97,94)
#464F4C
(70,79,76)
#363D3A
(54,61,58)
#262B28
(38,43,40)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #B6CDCA

#B6CDCA
(182,205,202)
#BCD1CE
(188,209,206)
#C2D5D2
(194,213,210)
#C8D9D6
(200,217,214)
#CEDDDA
(206,221,218)
#D4E1DE
(212,225,222)
#DAE5E2
(218,229,226)
#E0E9E6
(224,233,230)
#E6EDEA
(230,237,234)
#ECF1EE
(236,241,238)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CDCA; }

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

This text font color is #B6CDCA.


Background Color

.myBgColor { background-color: #B6CDCA; }

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

This div background color is #B6CDCA.


Border color

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

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

This div border color is #B6CDCA.


Opacity

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

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

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

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

This text has shadow with #B6CDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CDCA on black background.


Color preview on white background

This text has color #B6CDCA on white background.



Black color preview on #B6CDCA background

This text has black color on #B6CDCA background.


White color preview on #B6CDCA background

This text has white color on #B6CDCA background.