COLOR #B6CDD6

HEX: #B6CDD6
RGB: (182,205,214)

Color info

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

RGB color model

#B6CDD6 color RGB value is (182,205,214).

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

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 214 of 255 = 84%

182
205
214

R + G + B ~ 78%. #B6CDD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 205 + 214 = 601 (100%)
R 182 of 601 ~ 30.28%
G 205 of 601 ~ 34.11%
B 214 of 601 ~ 35.61%

%30.28
%34.11
%35.61

CMYK color model

#B6CDD6 color CMYK value is (15,4,0,16).

  • cyan value is 14.95%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(15,4,0,16)
C15M4Y0K16 
(15%,4%,0%,16%)
(0.15/0.04/0.00/0.16)	

CMYK percentages

%14.95
%4.21
%0
%16.08

Codes

Color #B6CDD6 in popluar color models

B6CDD6
RGB182205214
HSL197°28.07%77.65%
HSB/HSV197°14.95%83.92%
CMYK14.95%4.21%0.00%
16.08%

Color #B6CDD6 in popluar number systems.

HEXB6CDD6
Decimal182205214
Binary101101101100110111010110
Octal266315326

Shades and tints

Shades of #B6CDD6

#B6CDD6
(182,205,214)
#A6BBC3
(166,187,195)
#96A9B0
(150,169,176)
#86979D
(134,151,157)
#76858A
(118,133,138)
#667377
(102,115,119)
#566164
(86,97,100)
#464F51
(70,79,81)
#363D3E
(54,61,62)
#262B2B
(38,43,43)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #B6CDD6

#B6CDD6
(182,205,214)
#BCD1D9
(188,209,217)
#C2D5DC
(194,213,220)
#C8D9DF
(200,217,223)
#CEDDE2
(206,221,226)
#D4E1E5
(212,225,229)
#DAE5E8
(218,229,232)
#E0E9EB
(224,233,235)
#E6EDEE
(230,237,238)
#ECF1F1
(236,241,241)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CDD6; }

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

This text font color is #B6CDD6.


Background Color

.myBgColor { background-color: #B6CDD6; }

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

This div background color is #B6CDD6.


Border color

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

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

This div border color is #B6CDD6.


Opacity

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

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

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

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

This text has shadow with #B6CDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CDD6 on black background.


Color preview on white background

This text has color #B6CDD6 on white background.



Black color preview on #B6CDD6 background

This text has black color on #B6CDD6 background.


White color preview on #B6CDD6 background

This text has white color on #B6CDD6 background.