COLOR #B6CDDA

HEX: #B6CDDA
RGB: (182,205,218)

Color info

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

RGB color model

#B6CDDA color RGB value is (182,205,218).

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

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 218 of 255 = 85%

182
205
218

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

Portions of RGB colors in percentages

R + G + B =
182 + 205 + 218 = 605 (100%)
R 182 of 605 ~ 30.08%
G 205 of 605 ~ 33.88%
B 218 of 605 ~ 36.03%

%30.08
%33.88
%36.03

CMYK color model

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

  • cyan value is 16.51%
  • magenta value is 5.96%
  • 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.96
%0
%14.51

Codes

Color #B6CDDA in popluar color models

B6CDDA
RGB182205218
HSL202°32.73%78.43%
HSB/HSV202°16.51%85.49%
CMYK16.51%5.96%0.00%
14.51%

Color #B6CDDA in popluar number systems.

HEXB6CDDA
Decimal182205218
Binary101101101100110111011010
Octal266315332

Shades and tints

Shades of #B6CDDA

#B6CDDA
(182,205,218)
#A6BBC7
(166,187,199)
#96A9B4
(150,169,180)
#8697A1
(134,151,161)
#76858E
(118,133,142)
#66737B
(102,115,123)
#566168
(86,97,104)
#464F55
(70,79,85)
#363D42
(54,61,66)
#262B2F
(38,43,47)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #B6CDDA

#B6CDDA
(182,205,218)
#BCD1DD
(188,209,221)
#C2D5E0
(194,213,224)
#C8D9E3
(200,217,227)
#CEDDE6
(206,221,230)
#D4E1E9
(212,225,233)
#DAE5EC
(218,229,236)
#E0E9EF
(224,233,239)
#E6EDF2
(230,237,242)
#ECF1F5
(236,241,245)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CDDA; }

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

This text font color is #B6CDDA.


Background Color

.myBgColor { background-color: #B6CDDA; }

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

This div background color is #B6CDDA.


Border color

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

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

This div border color is #B6CDDA.


Opacity

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

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

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

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

This text has shadow with #B6CDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CDDA on black background.


Color preview on white background

This text has color #B6CDDA on white background.



Black color preview on #B6CDDA background

This text has black color on #B6CDDA background.


White color preview on #B6CDDA background

This text has white color on #B6CDDA background.