COLOR #B6CEDF

HEX: #B6CEDF RGB: (182,206,223)

Color info

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

RGB color model

#B6CEDF color RGB value is (182,206,223).

RGB: (182,206,223) (71%, 81%, 87%)

RGB channels and saturation

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

182
206
223

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

Portions of RGB colors in percentages

R + G + B = 182 + 206 + 223 = 611 (100%)
R 182 of 611 ~ 29.79%
G 206 of 611 ~ 33.72%
B 223 of 611 ~ 36.5'%

%29.79
%33.72
%36.5

CMYK color model

#B6CEDF color CMYK value is (18,8,0,13).

  • cyan value is 18.39%
  • magenta value is 7.62%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (18,8,0,13) C18M8Y0K13 (18%,8%,0%,13%) (0.18/0.08/0.00/0.13) 

CMYK percentages

%18.39
%7.62
%0
%12.55

Codes

Color #B6CEDF in popluar color models

B6 CE DF
RGB 182 206 223
HSL 205° 39.05% 79.41%
HSB/HSV 205° 18.39% 87.45%
CMYK 18.39% 7.62% 0.00%
12.55%

Color #B6CEDF in popluar number systems.

HEX B6 CE DF
Decimal 182 206 223
Binary 10110110 11001110 11011111
Octal 266 316 337

Shades and tints

Shades of #B6CEDF

#B6CEDF
(182,206,223)
#A6BCCB
(166,188,203)
#96AAB7
(150,170,183)
#8698A3
(134,152,163)
#76868F
(118,134,143)
#66747B
(102,116,123)
#566267
(86,98,103)
#465053
(70,80,83)
#363E3F
(54,62,63)
#262C2B
(38,44,43)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #B6CEDF

#B6CEDF
(182,206,223)
#BCD2E1
(188,210,225)
#C2D6E3
(194,214,227)
#C8DAE5
(200,218,229)
#CEDEE7
(206,222,231)
#D4E2E9
(212,226,233)
#DAE6EB
(218,230,235)
#E0EAED
(224,234,237)
#E6EEEF
(230,238,239)
#ECF2F1
(236,242,241)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CEDF; }

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

This text font color is #B6CEDF.

Background Color

.myBgColor { background-color: #B6CEDF; }

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

This div background color is #B6CEDF.

Border color

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

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

This div border color is #B6CEDF.

Opacity

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

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

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

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

This text has shadow with #B6CEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CEDF.

Preview

Color preview on black background

This text has color #B6CEDF on black background.


Color preview on white background

This text has color #B6CEDF on white background.


Black color preview on #B6CEDF background

This text has black color on #B6CEDF background.


White color preview on #B6CEDF background

This text has white color on #B6CEDF background.


Related colors

Complementary color

Complementary color for #hex is #493120.


I love getcolorcode.com

Triadic colors

1 #DFB6CE and #CEDFB6 with #B6CEDF are triadic colors.

2 #DFCEB6 and #CEB6DF with #B6CEDF are triadic colors.