COLOR #B6CED2

HEX: #B6CED2
RGB: (182,206,210)

Color info

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

RGB color model

#B6CED2 color RGB value is (182,206,210).

  • red value is 182;
  • green value is 206;
  • blue value is 210.
RGB:
(182,206,210)
(71%,81%,82%)

RGB channels and saturation

R 182 of 255 = 71%
G 206 of 255 = 81%
B 210 of 255 = 82%

182
206
210

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

Portions of RGB colors in percentages

R + G + B =
182 + 206 + 210 = 598 (100%)
R 182 of 598 ~ 30.43%
G 206 of 598 ~ 34.45%
B 210 of 598 ~ 35.12%

%30.43
%34.45
%35.12

CMYK color model

#B6CED2 color CMYK value is (13,2,0,18).

  • cyan value is 13.33%
  • magenta value is 1.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(13,2,0,18)
C13M2Y0K18 
(13%,2%,0%,18%)
(0.13/0.02/0.00/0.18)	

CMYK percentages

%13.33
%1.9
%0
%17.65

Codes

Color #B6CED2 in popluar color models

B6CED2
RGB182206210
HSL189°23.73%76.86%
HSB/HSV189°13.33%82.35%
CMYK13.33%1.90%0.00%
17.65%

Color #B6CED2 in popluar number systems.

HEXB6CED2
Decimal182206210
Binary101101101100111011010010
Octal266316322

Shades and tints

Shades of #B6CED2

#B6CED2
(182,206,210)
#A6BCBF
(166,188,191)
#96AAAC
(150,170,172)
#869899
(134,152,153)
#768686
(118,134,134)
#667473
(102,116,115)
#566260
(86,98,96)
#46504D
(70,80,77)
#363E3A
(54,62,58)
#262C27
(38,44,39)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #B6CED2

#B6CED2
(182,206,210)
#BCD2D6
(188,210,214)
#C2D6DA
(194,214,218)
#C8DADE
(200,218,222)
#CEDEE2
(206,222,226)
#D4E2E6
(212,226,230)
#DAE6EA
(218,230,234)
#E0EAEE
(224,234,238)
#E6EEF2
(230,238,242)
#ECF2F6
(236,242,246)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CED2 color. Also use rgb(182,206,210) instead hex code.

Text Font Color

.myTextColor { color: #B6CED2; }

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

This text font color is #B6CED2.


Background Color

.myBgColor { background-color: #B6CED2; }

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

This div background color is #B6CED2.


Border color

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

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

This div border color is #B6CED2.


Opacity

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

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

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

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

This text has shadow with #B6CED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CED2 on black background.


Color preview on white background

This text has color #B6CED2 on white background.



Black color preview on #B6CED2 background

This text has black color on #B6CED2 background.


White color preview on #B6CED2 background

This text has white color on #B6CED2 background.