COLOR #B6CDDF

HEX: #B6CDDF RGB: (182,205,223)

Color info

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

RGB color model

#B6CDDF color RGB value is (182,205,223).

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

RGB channels and saturation

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

182
205
223

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

Portions of RGB colors in percentages

R + G + B = 182 + 205 + 223 = 610 (100%)
R 182 of 610 ~ 29.84%
G 205 of 610 ~ 33.61%
B 223 of 610 ~ 36.56'%

%29.84
%33.61
%36.56

CMYK color model

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

  • cyan value is 18.39%
  • magenta value is 8.07%
  • 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
%8.07
%0
%12.55

Codes

Color #B6CDDF in popluar color models

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

Color #B6CDDF in popluar number systems.

HEX B6 CD DF
Decimal 182 205 223
Binary 10110110 11001101 11011111
Octal 266 315 337

Shades and tints

Shades of #B6CDDF

#B6CDDF
(182,205,223)
#A6BBCB
(166,187,203)
#96A9B7
(150,169,183)
#8697A3
(134,151,163)
#76858F
(118,133,143)
#66737B
(102,115,123)
#566167
(86,97,103)
#464F53
(70,79,83)
#363D3F
(54,61,63)
#262B2B
(38,43,43)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #B6CDDF

#B6CDDF
(182,205,223)
#BCD1E1
(188,209,225)
#C2D5E3
(194,213,227)
#C8D9E5
(200,217,229)
#CEDDE7
(206,221,231)
#D4E1E9
(212,225,233)
#DAE5EB
(218,229,235)
#E0E9ED
(224,233,237)
#E6EDEF
(230,237,239)
#ECF1F1
(236,241,241)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CDDF; }

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

This text font color is #B6CDDF.

Background Color

.myBgColor { background-color: #B6CDDF; }

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

This div background color is #B6CDDF.

Border color

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

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

This div border color is #B6CDDF.

Opacity

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

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

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

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

This text has shadow with #B6CDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CDDF.

Preview

Color preview on black background

This text has color #B6CDDF on black background.


Color preview on white background

This text has color #B6CDDF on white background.


Black color preview on #B6CDDF background

This text has black color on #B6CDDF background.


White color preview on #B6CDDF background

This text has white color on #B6CDDF background.


Related colors

Complementary color

Complementary color for #hex is #493220.


I love getcolorcode.com

Triadic colors

1 #DFB6CD and #CDDFB6 with #B6CDDF are triadic colors.

2 #DFCDB6 and #CDB6DF with #B6CDDF are triadic colors.