COLOR #B6CEDD

HEX: #B6CEDD
RGB: (182,206,221)

Color info

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

RGB color model

#B6CEDD color RGB value is (182,206,221).

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

RGB channels and saturation

R 182 of 255 = 71%
G 206 of 255 = 81%
B 221 of 255 = 87%

182
206
221

R + G + B ~ 80%. #B6CEDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 206 + 221 = 609 (100%)
R 182 of 609 ~ 29.89%
G 206 of 609 ~ 33.83%
B 221 of 609 ~ 36.29%

%29.89
%33.83
%36.29

CMYK color model

#B6CEDD color CMYK value is (18,7,0,13).

  • cyan value is 17.65%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(18,7,0,13)
C18M7Y0K13 
(18%,7%,0%,13%)
(0.18/0.07/0.00/0.13)	

CMYK percentages

%17.65
%6.79
%0
%13.33

Codes

Color #B6CEDD in popluar color models

B6CEDD
RGB182206221
HSL203°36.45%79.02%
HSB/HSV203°17.65%86.67%
CMYK17.65%6.79%0.00%
13.33%

Color #B6CEDD in popluar number systems.

HEXB6CEDD
Decimal182206221
Binary101101101100111011011101
Octal266316335

Shades and tints

Shades of #B6CEDD

#B6CEDD
(182,206,221)
#A6BCC9
(166,188,201)
#96AAB5
(150,170,181)
#8698A1
(134,152,161)
#76868D
(118,134,141)
#667479
(102,116,121)
#566265
(86,98,101)
#465051
(70,80,81)
#363E3D
(54,62,61)
#262C29
(38,44,41)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #B6CEDD

#B6CEDD
(182,206,221)
#BCD2E0
(188,210,224)
#C2D6E3
(194,214,227)
#C8DAE6
(200,218,230)
#CEDEE9
(206,222,233)
#D4E2EC
(212,226,236)
#DAE6EF
(218,230,239)
#E0EAF2
(224,234,242)
#E6EEF5
(230,238,245)
#ECF2F8
(236,242,248)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CEDD; }

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

This text font color is #B6CEDD.


Background Color

.myBgColor { background-color: #B6CEDD; }

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

This div background color is #B6CEDD.


Border color

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

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

This div border color is #B6CEDD.


Opacity

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

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

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

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

This text has shadow with #B6CEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CEDD on black background.


Color preview on white background

This text has color #B6CEDD on white background.



Black color preview on #B6CEDD background

This text has black color on #B6CEDD background.


White color preview on #B6CEDD background

This text has white color on #B6CEDD background.