COLOR #B6CDED

HEX: #B6CDED
RGB: (182,205,237)

Color info

#B6CDED contains red, green and blue colors in about the same proportion. Web safe color of #B6CDED is #CCCCFF (or #CCF).

RGB color model

#B6CDED color RGB value is (182,205,237).

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

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 237 of 255 = 93%

182
205
237

R + G + B ~ 81%. #B6CDED is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 205 + 237 = 624 (100%)
R 182 of 624 ~ 29.17%
G 205 of 624 ~ 32.85%
B 237 of 624 ~ 37.98%

%29.17
%32.85
%37.98

CMYK color model

#B6CDED color CMYK value is (23,14,0,7).

  • cyan value is 23.21%
  • magenta value is 13.50%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(23,14,0,7)
C23M14Y0K7 
(23%,14%,0%,7%)
(0.23/0.14/0.00/0.07)	

CMYK percentages

%23.21
%13.5
%0
%7.06

Codes

Color #B6CDED in popluar color models

B6CDED
RGB182205237
HSL215°60.44%82.16%
HSB/HSV215°23.21%92.94%
CMYK23.21%13.50%0.00%
7.06%

Color #B6CDED in popluar number systems.

HEXB6CDED
Decimal182205237
Binary101101101100110111101101
Octal266315355

Shades and tints

Shades of #B6CDED

#B6CDED
(182,205,237)
#A6BBD8
(166,187,216)
#96A9C3
(150,169,195)
#8697AE
(134,151,174)
#768599
(118,133,153)
#667384
(102,115,132)
#56616F
(86,97,111)
#464F5A
(70,79,90)
#363D45
(54,61,69)
#262B30
(38,43,48)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #B6CDED

#B6CDED
(182,205,237)
#BCD1EE
(188,209,238)
#C2D5EF
(194,213,239)
#C8D9F0
(200,217,240)
#CEDDF1
(206,221,241)
#D4E1F2
(212,225,242)
#DAE5F3
(218,229,243)
#E0E9F4
(224,233,244)
#E6EDF5
(230,237,245)
#ECF1F6
(236,241,246)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CDED; }

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

This text font color is #B6CDED.


Background Color

.myBgColor { background-color: #B6CDED; }

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

This div background color is #B6CDED.


Border color

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

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

This div border color is #B6CDED.


Opacity

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

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

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

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

This text has shadow with #B6CDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CDED on black background.


Color preview on white background

This text has color #B6CDED on white background.



Black color preview on #B6CDED background

This text has black color on #B6CDED background.


White color preview on #B6CDED background

This text has white color on #B6CDED background.