COLOR #B6CDC9

HEX: #B6CDC9
RGB: (182,205,201)

Color info

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

RGB color model

#B6CDC9 color RGB value is (182,205,201).

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

RGB channels and saturation

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

182
205
201

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

Portions of RGB colors in percentages

R + G + B =
182 + 205 + 201 = 588 (100%)
R 182 of 588 ~ 30.95%
G 205 of 588 ~ 34.86%
B 201 of 588 ~ 34.18%

%30.95
%34.86
%34.18

CMYK color model

#B6CDC9 color CMYK value is (11,0,2,20).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 1.95%
  • key color value is 19.61%
CMYK:
(11,0,2,20)
C11M0Y2K20 
(11%,0%,2%,20%)
(0.11/0.00/0.02/0.20)	

CMYK percentages

%11.22
%0
%1.95
%19.61

Codes

Color #B6CDC9 in popluar color models

B6CDC9
RGB182205201
HSL170°18.70%75.88%
HSB/HSV170°11.22%80.39%
CMYK11.22%0.00%1.95%
19.61%

Color #B6CDC9 in popluar number systems.

HEXB6CDC9
Decimal182205201
Binary101101101100110111001001
Octal266315311

Shades and tints

Shades of #B6CDC9

#B6CDC9
(182,205,201)
#A6BBB7
(166,187,183)
#96A9A5
(150,169,165)
#869793
(134,151,147)
#768581
(118,133,129)
#66736F
(102,115,111)
#56615D
(86,97,93)
#464F4B
(70,79,75)
#363D39
(54,61,57)
#262B27
(38,43,39)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #B6CDC9

#B6CDC9
(182,205,201)
#BCD1CD
(188,209,205)
#C2D5D1
(194,213,209)
#C8D9D5
(200,217,213)
#CEDDD9
(206,221,217)
#D4E1DD
(212,225,221)
#DAE5E1
(218,229,225)
#E0E9E5
(224,233,229)
#E6EDE9
(230,237,233)
#ECF1ED
(236,241,237)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CDC9; }

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

This text font color is #B6CDC9.


Background Color

.myBgColor { background-color: #B6CDC9; }

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

This div background color is #B6CDC9.


Border color

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

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

This div border color is #B6CDC9.


Opacity

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

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

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

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

This text has shadow with #B6CDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CDC9 on black background.


Color preview on white background

This text has color #B6CDC9 on white background.



Black color preview on #B6CDC9 background

This text has black color on #B6CDC9 background.


White color preview on #B6CDC9 background

This text has white color on #B6CDC9 background.