COLOR #B6CEDC

HEX: #B6CEDC
RGB: (182,206,220)

Color info

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

RGB color model

#B6CEDC color RGB value is (182,206,220).

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

RGB channels and saturation

R 182 of 255 = 71%
G 206 of 255 = 81%
B 220 of 255 = 86%

182
206
220

R + G + B ~ 79%. #B6CEDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 206 + 220 = 608 (100%)
R 182 of 608 ~ 29.93%
G 206 of 608 ~ 33.88%
B 220 of 608 ~ 36.18%

%29.93
%33.88
%36.18

CMYK color model

#B6CEDC color CMYK value is (17,6,0,14).

  • cyan value is 17.27%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(17,6,0,14)
C17M6Y0K14 
(17%,6%,0%,14%)
(0.17/0.06/0.00/0.14)	

CMYK percentages

%17.27
%6.36
%0
%13.73

Codes

Color #B6CEDC in popluar color models

B6CEDC
RGB182206220
HSL202°35.19%78.82%
HSB/HSV202°17.27%86.27%
CMYK17.27%6.36%0.00%
13.73%

Color #B6CEDC in popluar number systems.

HEXB6CEDC
Decimal182206220
Binary101101101100111011011100
Octal266316334

Shades and tints

Shades of #B6CEDC

#B6CEDC
(182,206,220)
#A6BCC8
(166,188,200)
#96AAB4
(150,170,180)
#8698A0
(134,152,160)
#76868C
(118,134,140)
#667478
(102,116,120)
#566264
(86,98,100)
#465050
(70,80,80)
#363E3C
(54,62,60)
#262C28
(38,44,40)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #B6CEDC

#B6CEDC
(182,206,220)
#BCD2DF
(188,210,223)
#C2D6E2
(194,214,226)
#C8DAE5
(200,218,229)
#CEDEE8
(206,222,232)
#D4E2EB
(212,226,235)
#DAE6EE
(218,230,238)
#E0EAF1
(224,234,241)
#E6EEF4
(230,238,244)
#ECF2F7
(236,242,247)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CEDC; }

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

This text font color is #B6CEDC.


Background Color

.myBgColor { background-color: #B6CEDC; }

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

This div background color is #B6CEDC.


Border color

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

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

This div border color is #B6CEDC.


Opacity

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

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

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

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

This text has shadow with #B6CEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CEDC on black background.


Color preview on white background

This text has color #B6CEDC on white background.



Black color preview on #B6CEDC background

This text has black color on #B6CEDC background.


White color preview on #B6CEDC background

This text has white color on #B6CEDC background.