COLOR #B6CBDF

HEX: #B6CBDF RGB: (182,203,223)

Color info

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

RGB color model

#B6CBDF color RGB value is (182,203,223).

RGB: (182,203,223) (71%, 80%, 87%)

RGB channels and saturation

R 182 of 255 = 71%
G 203 of 255 = 80%
B 223 of 255 = 87%

182
203
223

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

Portions of RGB colors in percentages

R + G + B = 182 + 203 + 223 = 608 (100%)
R 182 of 608 ~ 29.93%
G 203 of 608 ~ 33.39%
B 223 of 608 ~ 36.68'%

%29.93
%33.39
%36.68

CMYK color model

#B6CBDF color CMYK value is (18,9,0,13).

  • cyan value is 18.39%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (18,9,0,13)
C18M9Y0K13 (18%, 9%, 0%, 13%)
(0.18 / 0.09 / 0.00 / 0.13)

CMYK percentages

%18.39
%8.97
%0
%12.55

Codes

Color #B6CBDF in popluar color models

B6 CB DF
RGB 182 203 223
HSL 209° 39.05% 79.41%
HSB/HSV 209° 18.39% 87.45%
CMYK 18.39% 8.97% 0.00%
12.55%

Color #B6CBDF in popluar number systems.

HEX B6 CB DF
Decimal 182 203 223
Binary 10110110 11001011 11011111
Octal 266 313 337

Shades and tints

Shades of #B6CBDF

#B6CBDF
(182,203,223)
#A6B9CB
(166,185,203)
#96A7B7
(150,167,183)
#8695A3
(134,149,163)
#76838F
(118,131,143)
#66717B
(102,113,123)
#565F67
(86,95,103)
#464D53
(70,77,83)
#363B3F
(54,59,63)
#26292B
(38,41,43)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #B6CBDF

#B6CBDF
(182,203,223)
#BCCFE1
(188,207,225)
#C2D3E3
(194,211,227)
#C8D7E5
(200,215,229)
#CEDBE7
(206,219,231)
#D4DFE9
(212,223,233)
#DAE3EB
(218,227,235)
#E0E7ED
(224,231,237)
#E6EBEF
(230,235,239)
#ECEFF1
(236,239,241)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CBDF; }

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

This text font color is #B6CBDF.

Background Color

.myBgColor { background-color: #B6CBDF; }

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

This div background color is #B6CBDF.

Border color

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

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

This div border color is #B6CBDF.

Opacity

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

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

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

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

This text has shadow with #B6CBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CBDF.

Preview

Color preview on black background

This text has color #B6CBDF on black background.


Color preview on white background

This text has color #B6CBDF on white background.


Black color preview on #B6CBDF background

This text has black color on #B6CBDF background.


White color preview on #B6CBDF background

This text has white color on #B6CBDF background.


Related colors

Complementary color

Complementary color for #hex is #493420.


I love getcolorcode.com

Triadic colors

1 #DFB6CB and #CBDFB6 with #B6CBDF are triadic colors.

2 #DFCBB6 and #CBB6DF with #B6CBDF are triadic colors.