COLOR #B6CEDA

HEX: #B6CEDA
RGB: (182,206,218)

Color info

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

RGB color model

#B6CEDA color RGB value is (182,206,218).

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

RGB channels and saturation

R 182 of 255 = 71%
G 206 of 255 = 81%
B 218 of 255 = 85%

182
206
218

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

Portions of RGB colors in percentages

R + G + B =
182 + 206 + 218 = 606 (100%)
R 182 of 606 ~ 30.03%
G 206 of 606 ~ 33.99%
B 218 of 606 ~ 35.97%

%30.03
%33.99
%35.97

CMYK color model

#B6CEDA color CMYK value is (17,6,0,15).

  • cyan value is 16.51%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,6,0,15)
C17M6Y0K15 
(17%,6%,0%,15%)
(0.17/0.06/0.00/0.15)	

CMYK percentages

%16.51
%5.5
%0
%14.51

Codes

Color #B6CEDA in popluar color models

B6CEDA
RGB182206218
HSL200°32.73%78.43%
HSB/HSV200°16.51%85.49%
CMYK16.51%5.50%0.00%
14.51%

Color #B6CEDA in popluar number systems.

HEXB6CEDA
Decimal182206218
Binary101101101100111011011010
Octal266316332

Shades and tints

Shades of #B6CEDA

#B6CEDA
(182,206,218)
#A6BCC7
(166,188,199)
#96AAB4
(150,170,180)
#8698A1
(134,152,161)
#76868E
(118,134,142)
#66747B
(102,116,123)
#566268
(86,98,104)
#465055
(70,80,85)
#363E42
(54,62,66)
#262C2F
(38,44,47)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #B6CEDA

#B6CEDA
(182,206,218)
#BCD2DD
(188,210,221)
#C2D6E0
(194,214,224)
#C8DAE3
(200,218,227)
#CEDEE6
(206,222,230)
#D4E2E9
(212,226,233)
#DAE6EC
(218,230,236)
#E0EAEF
(224,234,239)
#E6EEF2
(230,238,242)
#ECF2F5
(236,242,245)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CEDA; }

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

This text font color is #B6CEDA.


Background Color

.myBgColor { background-color: #B6CEDA; }

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

This div background color is #B6CEDA.


Border color

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

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

This div border color is #B6CEDA.


Opacity

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

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

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

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

This text has shadow with #B6CEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CEDA on black background.


Color preview on white background

This text has color #B6CEDA on white background.



Black color preview on #B6CEDA background

This text has black color on #B6CEDA background.


White color preview on #B6CEDA background

This text has white color on #B6CEDA background.