COLOR #B6CDD3

HEX: #B6CDD3
RGB: (182,205,211)

Color info

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

RGB color model

#B6CDD3 color RGB value is (182,205,211).

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

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 211 of 255 = 83%

182
205
211

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

Portions of RGB colors in percentages

R + G + B =
182 + 205 + 211 = 598 (100%)
R 182 of 598 ~ 30.43%
G 205 of 598 ~ 34.28%
B 211 of 598 ~ 35.28%

%30.43
%34.28
%35.28

CMYK color model

#B6CDD3 color CMYK value is (14,3,0,17).

  • cyan value is 13.74%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(14,3,0,17)
C14M3Y0K17 
(14%,3%,0%,17%)
(0.14/0.03/0.00/0.17)	

CMYK percentages

%13.74
%2.84
%0
%17.25

Codes

Color #B6CDD3 in popluar color models

B6CDD3
RGB182205211
HSL192°24.79%77.06%
HSB/HSV192°13.74%82.75%
CMYK13.74%2.84%0.00%
17.25%

Color #B6CDD3 in popluar number systems.

HEXB6CDD3
Decimal182205211
Binary101101101100110111010011
Octal266315323

Shades and tints

Shades of #B6CDD3

#B6CDD3
(182,205,211)
#A6BBC0
(166,187,192)
#96A9AD
(150,169,173)
#86979A
(134,151,154)
#768587
(118,133,135)
#667374
(102,115,116)
#566161
(86,97,97)
#464F4E
(70,79,78)
#363D3B
(54,61,59)
#262B28
(38,43,40)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #B6CDD3

#B6CDD3
(182,205,211)
#BCD1D7
(188,209,215)
#C2D5DB
(194,213,219)
#C8D9DF
(200,217,223)
#CEDDE3
(206,221,227)
#D4E1E7
(212,225,231)
#DAE5EB
(218,229,235)
#E0E9EF
(224,233,239)
#E6EDF3
(230,237,243)
#ECF1F7
(236,241,247)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CDD3; }

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

This text font color is #B6CDD3.


Background Color

.myBgColor { background-color: #B6CDD3; }

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

This div background color is #B6CDD3.


Border color

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

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

This div border color is #B6CDD3.


Opacity

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

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

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

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

This text has shadow with #B6CDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CDD3 on black background.


Color preview on white background

This text has color #B6CDD3 on white background.



Black color preview on #B6CDD3 background

This text has black color on #B6CDD3 background.


White color preview on #B6CDD3 background

This text has white color on #B6CDD3 background.